mysql啟動時報錯Can't read from messagefile errmsg.sys
啟動資料庫:
mysqld_safe --defaults-file=/etc/my.cnf &
報錯:
150915 13:30:46 [ERROR] Can't read from messagefile '/data/mysql/mysql-5.5.24/share/mysql/english/errmsg.sys'
看了一下這個檔案不存在,就去touch了,還是一樣的錯誤。
檢視了
http://huynhnang.com/mysql-error-cant-read-from-messagefile-errmsg-sys/
使用
cp /usr/share/mysql/english/errmsg.sys /data/mysql/mysql-5.5.24/share/mysql/english/
然後資料庫可以正常啟動。
轉載請註明源出處
QQ 273002188 歡迎一起學習
QQ 群 236941212
mysqld_safe --defaults-file=/etc/my.cnf &
報錯:
150915 13:30:46 [ERROR] Can't read from messagefile '/data/mysql/mysql-5.5.24/share/mysql/english/errmsg.sys'
看了一下這個檔案不存在,就去touch了,還是一樣的錯誤。
檢視了
http://huynhnang.com/mysql-error-cant-read-from-messagefile-errmsg-sys/
使用
cp /usr/share/mysql/english/errmsg.sys /data/mysql/mysql-5.5.24/share/mysql/english/
然後資料庫可以正常啟動。
轉載請註明源出處
QQ 273002188 歡迎一起學習
QQ 群 236941212
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25099483/viewspace-1800048/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MySQL報錯Table 'plugin' is read only [ERROR] Can't open the mysql.plugin table.MySqlPluginError
- MySQL不能啟動 Can't start server : Bind on unix sockeMySqlServer
- mysql中You can’t specify target table for update in FROM clMySql
- mysql 啟動報錯Can't connect to local MySQL server through socket '/data/mysql/mysql/mysql.sock'(111)MySqlServer
- 啟動mysql時報錯的解決(mysql 5.0.45 redhat as 43)MySqlRedhat
- /usr/share/mysql/czech/errmsg.sys from *** conflicts with file from package **MySqlPackage
- mysql [ERROR] InnoDB: ./ibdata1 can't be opened in read-write modeMySqlError
- MySQL 啟動報錯 Table 'mysql.plugin' doesn't existMySqlPlugin
- Mysql報錯Fatal error:Can't open and lock privilege tablesMySqlError
- Mysql update in報錯 [Err] 1093 - You can't specify target table 'company_info' for update in FROM clauseMySql
- You can‘t specify target table ‘Person‘ for update in FROM clause
- 啟動infobright的時候遇見Can't find file: './mysql/host.frm'MySql
- 連線MySQL錯誤:Can't connect to MySQL server (10060)MySqlServer
- MySQL 建立外來鍵報錯Can't write; duplicate key in tableMySql
- MySQL 5.5 原始碼安裝報錯"[ERROR] Can't start server"MySql原始碼ErrorServer
- MYSQL報1022錯誤:Can't write;duplicate key in table '.....'MySql
- MySQL錯誤1042-Can't get hostname for your addressMySql
- Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock錯誤MySqlServer
- [ERROR] Can't open the mysql.plugin tableErrorMySqlPlugin
- mysql遇到Variable can’t be set to the value of ‘NULL’MySqlNull
- mysql can't start dues to the disk space is fullMySql
- mysql匯入報錯Variable 'sql_notes' can't be set to the value of 'NULL'MySqlNull
- MySQL create function時報錯MySqlFunction
- eslint --fix 報錯 can't not find modulesEsLint
- MongoDB報錯:"assertion" : "can't map file memory"MongoDB
- RMAN的"rman: can't open target"錯誤
- netca 啟動時報錯(Segmentation fault(coredump))Segmentation
- MySQL 5.5 關閉資料庫報錯"Can't connect to local MySQL server through socket"MySql資料庫Server
- mysql [ERROR] Can't create IP socket: Permission deniedMySqlError
- Git push時報錯:fatal: Could not read from remote repository. Please make sure you have the correct access rightsGitREM
- mysql 啟動錯誤MySql
- MySQL報錯'ERROR 2002 (HY000): Can't connect to local MySQL server through'MySqlErrorServer
- Couldn't be opened because you don't have permission to view it 執行時報錯View
- MySQL錯誤1042-Can't get hostname for your address解決方法MySql
- 開啟託管server報錯:Cannot read from policy store. Reason is PolicyStore ErrorServerError
- MySQL連線提示Can't connect to local MySQL server through socketMySqlServer
- Can't connect to local MySQL server through socket '/tmp/mysql.sock'MySqlServer
- 【MySQL】Can't get stat of './mysql/slow_log.CSV' (Errcode: 2)MySql