啟動(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. navicat for mysql導(dǎo)出sql文件的方法2. 如何用mysqldump進(jìn)行全量和時(shí)間點(diǎn)備份3. MySQL之mysqldump的使用詳解4. MySQL百萬數(shù)據(jù)深度分頁優(yōu)化思路解析5. Mysql入門系列:需要避免的MYSQL客戶機(jī)程序設(shè)計(jì)錯(cuò)誤6. 快速解決mysql導(dǎo)出scv文件亂碼、躥行的問題7. MySql使用mysqldump 導(dǎo)入與導(dǎo)出方法總結(jié)8. MySQL InnoDB行記錄存儲(chǔ)結(jié)構(gòu)分析9. mysql判斷表是否存在然后批量刪除的操作10. MySQL使用MRG_MyISAM(MERGE)實(shí)現(xiàn)分表后查詢的示例
