啟動(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
嘗試方法一:
打開/etc/selinux/config,把SELINUX=enforcing改為SELINUX=disabled后存盤退出重啟機(jī)器試試
嘗試方法二:
確實(shí)一般都是my.cnf配置文件的問題/etc/my.cnf來自以下文件:如果你的內(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數(shù)據(jù)庫(kù)事務(wù)原理及應(yīng)用2. Mysql入門系列:MYSQL圖像數(shù)據(jù)的處理3. MySQL按指定字符合并以及拆分實(shí)例教程4. Mysql數(shù)據(jù)庫(kù)設(shè)計(jì)三范式實(shí)例解析5. MySQL中列如何以逗號(hào)分隔轉(zhuǎn)成多行6. 詳解如何校驗(yàn)MySQL及Oracle時(shí)間字段合規(guī)性7. mysql創(chuàng)建表添加字段注釋的實(shí)現(xiàn)方法8. MySQL DDL 引發(fā)的同步延遲該如何解決9. mysql字符集相關(guān)總結(jié)10. MySQL timestamp與時(shí)區(qū)問題的解決