您好,登錄后才能下訂單哦!
本篇內容主要講解“MySQL安裝常見的錯誤整理”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“MySQL安裝常見的錯誤整理”吧!
問題一:#mysql
ERROR 1045 :Access denied for user 'root'@'localhost' (using password:NO)
問題原因:初始化問題
解決方法:刪除data目錄重建,重新初始化。
問題二:
當各位在安裝、重裝時出現could not start the service mysql error:0
原因: 卸載mysql時并沒有完全刪除相關文件和服務,需要手動清除
問題三:
make[2]: *** No rule to make target `/usr/lib/libcurses.so', needed by `bin/ccmake'. Stop.
make[1]: *** [Source/CMakeFiles/ccmake.dir/all] Error 2
make: *** [all] Error 2
解決:cp /usr/lib64/libcurses* /usr/lib
問題四:沒有mysql用戶和組.
mysql服務器進程是一般是以非root用戶運行,為了安全起見盡量不使用root用戶來運行.
[root@db135 bin]# ./mysqld_safe --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data
140704 16:10:10 mysqld_safe Logging to '/usr/local/mysql/data/db135.err'.
chown: “mysql”: 無效的用戶
啟動mysql服務器進程,沒有指定用戶,服務器進程會以mysql用戶來運行,如果沒有該用戶則報錯.
問題五:
[root@db135 mysql]# ./scripts/mysql_install_db --user=mysql
Installing MySQL system tables...
140704 16:13:37 [ERROR] ./bin/mysqld: Can't find file: './mysql/db.frm' (errno: 13)
ERROR: 1017 Can't find file: './mysql/db.frm' (errno: 13)
140704 16:13:37 [ERROR] Aborting
140704 16:13:37 [Note] ./bin/mysqld: Shutdown complete
Installation of system tables failed! Examine the logs in
./data for more information.
原因:權限錯誤.在安裝之前需要更改安裝目標所有者和組為mysql,否則在初始化腳本執行進報錯.
解決:chown -R mysql.mysql /appli
到此,相信大家對“MySQL安裝常見的錯誤整理”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。