我基本上停留在phpmyadmin的登录屏幕上。如果我输入用户名和密码并单击Go,页面就会刷新。
我已经在ubuntu上重新启动了mysql服务器,但没有效果。
/etc/init.d/mysql restart有什么帮助吗?
编辑:我可以在终端使用mysql命令登录。
发布于 2013-06-14 15:38:24
请清除您的浏览器缓存。clear change on firefox
发布于 2015-07-19 06:45:24
如果phpmyadmin在登录时持续退步
使用sudoer权限通过ssh连接到远程服务器。键入mysql -u用户名(通常是根用户) -p
在mysql命令提示符中键入
set password for‘username’@‘localhost’=password(‘yourpassword’);刷新权限;
https://stackoverflow.com/questions/17102848
复制相似问题