1.卸载MySQL。2.删除目录 C:\Documents and Settings\All Users\Application Data\MySQL。3.重新安装MySQL就OK啦。困难2:MySQL提示Could not start the service MySQL提示 安装mysql 5.1.33,在运行Server Instance Configuration wizard时的Execute configurattion步骤中的第三项Start Service进出错,错误...
sudo rm -f passwd.lock sudo rm -f shadow.lock 删除这两个文件后,重新尝试安装MySQL 5.1。首先,确保您的包管理器为APT并更新其缓存,以便获取最新版本的软件包。执行以下命令:sudo apt-get update 接下来,使用以下命令安装MySQL 5.1服务器版本:sudo apt-get install mysql-server-5.1 在...
5、重启计算机,重新安装。注意:这里如果不重新启动计算机的话再次安装的时候第三步会出现红叉。二、如果安装版觉得太过繁琐的话,可以直接使用解压版的MySQL。MySQL Server 5.1下载地址 1、将文件加压,放在任意目录下,我的直接放在E盘下面,E:\MySQL Server 5.1;2、修改my.ini文件,basedir=E:...
3, 重新安装MySQL 就 OK 啦 --- [MySQL] Could not start the service MySQL 解决方法 安装mysql 5.1.33,在运行Server Instance Configuration wizard时的Execute configurattion步骤中的第三项Start Service进出错,错误提示为Could not start the service MySQL (出现这种情况一般是因为装过mysql,卸载...
错误1:wizard安装最后一页,出现cannot create Windows service for mysql.error:0 错误 解决方法:打开命令行 输入 sc delete mysql 命令即 C:>sc delete mysql [SC] DeleteService SUCCESS 重起电脑,或者卸载后重启再安装,这样就好了。我是卸载后重启的。卸载重新安装要注意一个问题,在控制面板中...