程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> MYSQL數據庫 >> MySQL綜合教程 >> Linux下Mysqlerror2002錯誤解決

Linux下Mysqlerror2002錯誤解決

編輯:MySQL綜合教程

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!

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved