Linux - MySQL - Please read "Security" section of the manual to find out how to run mysqld as root!

摘要:Linux - MySQL

在啟動mysqld ,一直發生下列幾行錯誤

Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!
Aborting
mysqld: Shutdown Complete

然後發現以下這篇文章

http://www.linuxforums.org/forum/applications/51869-how-run-mysqld.html

看到最後

發現只要下以下這個指令,就可以通關了。

mysqld --user=root &