啟動(dòng)MYSQL出錯(cuò) Manager of pid-file quit without updating file.
Starting MySQL..... ERROR! Manager of pid-file quit without updating file.
啟動(dòng)MYSQL時(shí)發(fā)現(xiàn)報(bào)錯(cuò) Starting MySQL. ERROR! Manager of pid-file quit without updating file
嘗試方法一:
打開(kāi)/etc/selinux/config,把SELINUX=enforcing改為SELINUX=disabled后存盤退出重啟機(jī)器試試
嘗試方法二:
確實(shí)一般都是my.cnf配置文件的問(wèn)題/etc/my.cnf來(lái)自以下文件:如果你的內(nèi)存≤64M,則復(fù)制/usr/local/share/mysql/my-small.cnf為/etc/my.cnf# This is for a system with little memory (<= 64M) where MySQL is only used# from time to time and it's important that the mysqld daemon# doesn't use much resources.如果內(nèi)存是128M,則復(fù)制/usr/local/share/mysql/my-medium.cnf為/etc/my.cnf# This is for a system with little memory (32M - 64M) where MySQL plays# an important part, or systems up to 128M where MySQL is used together with# other programs (such as a web server)如果內(nèi)存是512M,則復(fù)制/usr/local/share/mysql/my-large.cnf為/etc/my.cnf# This is for a large system with memory = 512M where the system runs mainly# MySQL.如果內(nèi)存是1-2G,則復(fù)制/usr/local/share/mysql/my-huge.cnf為/etc/my.cnf# This is for a large system with memory of 1G-2G where the system runs mainly# MySQL.
相關(guān)文章:
1. MySQL基礎(chǔ)教程11 —— 函數(shù)之Cast函數(shù)和操作符2. MySQL基礎(chǔ)教程10 —— 函數(shù)之全文搜索功能3. MySQL mysqladmin客戶端的使用簡(jiǎn)介4. MySQL如何使用授權(quán)命令grant5. mysql遠(yuǎn)程登錄root賬戶報(bào)錯(cuò)1045的解決6. MySQL索引知識(shí)的一些小妙招總結(jié)7. 分析MongoDB和MySQL各自的關(guān)鍵特性、差別和優(yōu)勢(shì)8. mysql查詢的控制語(yǔ)句圖文詳解9. mysql的MVCC多版本并發(fā)控制的實(shí)現(xiàn)10. MySQL優(yōu)化之如何寫(xiě)出高質(zhì)量sql語(yǔ)句
