网站地图    收藏   

主页 > 后端 > mysql数据库 >

Linux下Mysqlerror2002错误解决 - mysql数据库栏目 - 自

来源:自学PHP网    时间:2015-04-16 10:51 作者: 阅读:

[导读] Linux 下 Mysql error 2002 错误解决 先查看 etc rc d init d mysqld status 查看mysql是否已经启动 如果启动的的话,先将数据库停止 kill mysql的进程id [root@loc...

Linux 下 Mysql error 2002 错误解决

先查看 /etc/rc.d/init.d/mysqld status 查看mysql是否已经启动.

如果启动的的话,先将数据库停止 kill mysql的进程id

[root@localhost beinan]#chown -R mysql:mysql /var/lib/mysql
[root@localhost beinan]# /etc/init.d/mysqld start
启动 MySQL: [ 确定 ]

[root@localhost lib]# mysqladmin -uroot password '123456'
[root@localhost lib]# mysql -uroot -p --登录数据库
Enter password:

Welcome to the MySQL monitor. Commands end with ; or /g.
Your MySQL connection id is 3 to server version: 4.1.11
Type 'help;' or '/h' for help. Type '/c' to clear the buffe

OK!

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论