The server quit without updating PID file
Starting MySQL......The server quit without updating PID file (/usr/local/mysql/mysql.pid).[FAILED]
從網上找了一堆方法如下:
1.可能是/usr/local/mysql/mysql.pid檔案沒有寫的許可權
解決方法 :給予許可權,執行 “chmod 775 /usr/local/mysql/ -R” 然後重新啟動mysqld!
2.可能程式裡已經存在mysql程式
解決方法:用命令“ps -ef|grep mysqld”檢視是否有mysqld程式,如果有使用“kill -9 程式號”殺死,然後重新啟動mysqld!
3.可能是第二次在機器上安裝mysql,有殘餘資料影響了服務的啟動。
解決方法:去mysql的資料目錄/data看看,如果存在mysql-bin.index,就趕快把它刪除掉吧,它就是罪魁禍首了。本人就是使用第三
條方法解決的 !
4.mysql在啟動時沒有指定配置檔案時會使用/etc/my.cnf配置檔案,請開啟這個檔案檢視在[mysqld]節下有沒有指定資料目錄
(datadir)。
解決方法:請在[mysqld]下設定這一行:datadir = /usr/local/mysql/data
5.skip-federated欄位問題
解決方法:檢查一下/etc/my.cnf檔案中有沒有沒被註釋掉的skip-federated欄位,如果有就立即註釋掉吧。
6.錯誤日誌目錄不存在
解決方法:使用“chown” “chmod”命令賦予mysql所有者及許可權
7.selinux惹的禍,如果是centos系統,預設會開啟selinux
解決方法:關閉它,開啟/etc/selinux/config,把SELINUX=enforcing改為SELINUX=disabled後存檔退出重啟機器試試。
但是沒有解決,最後直接給/usr/local/mysql/data 目錄 chmod 777 -R /usr/local/myql/data 問題解決 應該是 許可權問題,不能生
成localhost.localdomain.pid 檔案
8 log-bin路徑錯誤,log-bin指定的只有是$basedir下的好像才行
從網上找了一堆方法如下:
1.可能是/usr/local/mysql/mysql.pid檔案沒有寫的許可權
解決方法 :給予許可權,執行 “chmod 775 /usr/local/mysql/ -R” 然後重新啟動mysqld!
2.可能程式裡已經存在mysql程式
解決方法:用命令“ps -ef|grep mysqld”檢視是否有mysqld程式,如果有使用“kill -9 程式號”殺死,然後重新啟動mysqld!
3.可能是第二次在機器上安裝mysql,有殘餘資料影響了服務的啟動。
解決方法:去mysql的資料目錄/data看看,如果存在mysql-bin.index,就趕快把它刪除掉吧,它就是罪魁禍首了。本人就是使用第三
條方法解決的 !
4.mysql在啟動時沒有指定配置檔案時會使用/etc/my.cnf配置檔案,請開啟這個檔案檢視在[mysqld]節下有沒有指定資料目錄
(datadir)。
解決方法:請在[mysqld]下設定這一行:datadir = /usr/local/mysql/data
5.skip-federated欄位問題
解決方法:檢查一下/etc/my.cnf檔案中有沒有沒被註釋掉的skip-federated欄位,如果有就立即註釋掉吧。
6.錯誤日誌目錄不存在
解決方法:使用“chown” “chmod”命令賦予mysql所有者及許可權
7.selinux惹的禍,如果是centos系統,預設會開啟selinux
解決方法:關閉它,開啟/etc/selinux/config,把SELINUX=enforcing改為SELINUX=disabled後存檔退出重啟機器試試。
但是沒有解決,最後直接給/usr/local/mysql/data 目錄 chmod 777 -R /usr/local/myql/data 問題解決 應該是 許可權問題,不能生
成localhost.localdomain.pid 檔案
8 log-bin路徑錯誤,log-bin指定的只有是$basedir下的好像才行
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29096438/viewspace-1412238/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MySQL提示:The server quit without updating PID file(…)失敗MySqlServerUI
- Starting MySQL.The server quit without updating PID fileMySqlServerUI
- The server quit without updating PID file (/var/mysqltest1.pid).[FAILEDServerUIMySqlAI
- MySQL啟動報錯:The server quit without updating PID fileMySqlServerUI
- The server quit without updating PID file (/mydata/mysql/BIDB.pid).[FAILED]ServerUIMySqlAI
- ERROR! The server quit without updating PID file (/opt/mysql/mysql/data/cvs.pid)ErrorServerUIMySql
- mysql The server quit without updating PID file異常解決辦法薦MySqlServerUI
- MySQL The server quit without updating PID file xx/var/DESKTOP-BHVUG0D.pidMySqlServerUI
- Mysql:The server quit without updating PID file (/eipdb1/mysql/data/EIPDB1.pid).MySqlServerUI
- mysql啟動報錯Manager of pid-file quit without updating file.[FAILED]MySqlUIAI
- Linux安裝mysql出現ERROR! The server quit without updating PID file問題解決LinuxMySqlErrorServerUI
- MYSQL啟動後報:ERROR! The server quit without updating PID file錯誤的問題解決MySqlErrorServerUI
- SQL SERVER – Attach mdf file without ldf file in DatabaseSQLServerDatabase
- MySQL server PID file could not be found!MySqlServer
- Mysql啟動錯誤-server PID file could not be foundMySqlServer
- MysqL錯誤之_ERROR! MySQL server PID file could not be found!MySqlErrorServer
- CDH CM cloudera-scm-server dead but pid file existsCloudServer
- jmap -dump:format=b,file=java_pid_04180.hprof pidORMJava
- can't create PID file問題處理
- Inline Workers--Web workers without a separate Javascript fileinlineWebJavaScript
- What Is a Server Parameter File?Server
- 【MySQL】mysql啟動常見報錯 mysqld_safe mysqld from pid file hostname.pid endedMySql
- err_quit()UI
- Exporting the Server Parameter FileExportServer
- Errors and Recovery for the Server Parameter FileErrorServer
- nginx: [error] open() “/var/run/nginx/nginx.pid“ failed (2: No such file or directory)NginxErrorAI
- Migrating to a Server Parameter FileServer
- Install 11.2/12.1 DB/Client in Silent Mode without Using Response File _885643.1client
- 解決 "last line of file ends without a newline" 警告的方法:使用 .editorconfigAST
- Establishing SSL connection without server's identity verification is not recommended.ServerIDE
- psql: error: could not connect to server: No such file or directorySQLErrorServer
- Description of restoring file and filegroup backups in SQL ServerRESTSQLServer
- Step 5: Create a Server Parameter File (Recommended) (63)Server
- Harden the Hacker Thinking (Updating)Thinking
- SCSS without和withCSS
- unixODBC without the GUIGUI
- Install SharePoint 2013 on Windows Server 2012 without a domainWindowsServerAI
- WebLogic啟動報Could not get the server file lockWebServer