mysql安装过程中 the service could not be started.docx
-
资源ID:3161838
资源大小:36.49KB
全文页数:2页
- 资源格式: DOCX
下载积分:6.99金币
友情提示
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
|
mysql安装过程中 the service could not be started.docx
mysql安装过程中 the service could not be startedmysql安装过程中 the service could not be started 博客分类: 数据库MySQLWindows .一、 系统软件情况: mysql-enterprise-gpl-5.0.80-win32; windows 7 home edition. 二、 出现的状况: 在使用MySQL Server Instance Config Wizard重新设置mysql默认字 符集 重新启动mysql不成功, 提示 the service could not be started。 三、 解决方法: 1. 在开始-运行中输入services.msc, 查看是否存在mysql的service 如果存在,并且不能手动启动; 2. 在开始-运行中输入regedit, 打开注册表,定位到 “HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServices” , 删掉mysql对应的service; 3. 卸载mysql, 重新启动系统; 4. 删除mysql的安装文件夹,并且删除mysql的数据存储文件, 重新启动系统; 5. 安装并配置mysql。OK,搞定。