我在本地使用bitnami的wordpress堆栈。
我一年前就安装了它。
现在,当我尝试登录wp_admin时,我忘记了用户名/密码。
我也无法连接到phpmyadmin来查看用户名/密码设置。
我收到以下错误
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspon
我安装了Xampp (用于Windows)。我很高兴地使用它的所有功能。
然后我想更改MySql密码。我设置了一个随机生成的密码(rCZ4Xnz78zbLY2Vh)。然后PHPMyAdmin停止登录。它开始提供以下错误消息,此后也是如此:
Error
MySQL said:
Cannot connect: invalid settings.
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection.
You should check the host, username a
我使用的是Ubuntu 10.10,我从synaptic包管理器安装了phpmyadmin。
但是我没有在mysql root用户和phpmyadmin用户上设置任何密码。
后来,我尝试使用用户root登录到phpmyadmin,但没有密码,出现错误
Login without a password is forbidden
by configuration (see AllowNoPassword)
并且mysql中的chage密码不起作用,我尝试在mysql数据库的user表的密码字段中使用password('pma')更新密码,但仍然无法从控制台登录。
如何更改mysql
我一直试图使用以下方法卸载phpmyadmin:
sudo apt-get purge phpmyadmin*
但是,在这个过程中,我会得到错误,而且它不会被删除。我想我混淆了ubuntu根密码和phpmyadmin根密码什么的。不过,我肯定知道我的sudo根密码。下面是我遇到的错误:
Do you want to continue? [Y/n] Y
(Reading database ... 265659 files and directories currently installed.)
Removing phpmyadmin (4:4.0.10-1) ...
dbconfig-comm
我在XAMPP for Windows上运行phpMyAdmin和MySQL。
我通过两种方式访问MySQL数据库。第一,通过localhost/phpmyadmin,第二,通过connection.php文件(带有mysql_connect('localhost','user','password'),它被服务器上的网站的其他php文件使用。
对于phpMyAdmin登录和mysql_connect,我都使用根用户。我知道我不应该使用root,这是一个安全问题。但是密码是不同的!我已经设置了通过localhost/security访问phpMy