使用mysql-gui-tools登录mysql报错:could not find settings
Either the server service or the configuration file could not be found. Startup variables and service section are therefore disabled.
步骤
1.进我的mysql的安装目录下查看my.ini内容有无问题,
2.是否启动mysql服务
3.进注册表,“开始”--“运行”--“regedit”,找到
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MySQL\ImagePath
把原来的内容:
"C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld" MySQL
改成如下:
"C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld" --defaults-file="C:\Program Files\MySQL\MySQL Server 5.0\MY.INI" MySQL
改好后,再次登录,一切正常!