您好,登錄后才能下訂單哦!
二進制安裝后,啟動時出現問題(mysql安裝在/application/msyql下):
[root@135 bin]# /etc/init.d/mysqld start
Starting MySQL.170320 22:21:51 mysqld_safe The file /usr/local/mysql/bin/mysqld
does not exist or is not executable. Please cd to the mysql installation
directory and restart this script from there as follows:
./bin/mysqld_safe&
See http://dev.mysql.com/doc/mysql/en/mysqld-safe.html for more information
ERROR! The server quit without updating PID file (/application/mysql/data/135.pid).
解決辦法和思路:
首先是按照錯誤的提示操作,嚴格的執行./bin/mysqld_safe&,之后可以啟動,啟動的進行如下:
mysql 4389 4243 2 22:23 pts/0 00:00:00 ./bin/mysqld --basedir=/application/mysql --datadir=/application/mysql/data --plugin-dir=/application/mysql/lib/plugin --user=mysql --log-error=/application/mysql/data/135.err --pid-file=/application/mysql/data/135.pid
可以看出用/etc/init.d/mysqld啟動,之所以出現如上的錯誤,還是配置文件的問題,沒有找到配置的文件。可執行命令 ./bin/mysqld_safe --defaults-file=/etc/my.cnf 指定已經配好的配置文件。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。