mysql
0xAC
qq542066887
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mysql问题(论坛解决问题收藏)
重装完毕,本人再现了楼主的问题。 解决方案如下: 关闭mysql:/etc/init.d/mysqld stop 进入mysql的bin目录下我放在/usr/local/mysql/bin下:cd /usr/local/mysql/bin/ 然后执行以下命令: mysqld_safe --user=mysql --skip-grant-tables --skip-networ原创 2012-12-08 20:28:43 · 682 阅读 · 0 评论 -
mysql卡死
[root@centos var]# service mysqld stop MySQL manager or server PID file could not be found! [FAILED] 解决办法: 首先查看一下进程 [root@centos mysql]# ps aux |grep mysq* root 2643 0.0 0.2 4536转载 2012-12-11 20:54:17 · 1709 阅读 · 0 评论
分享