Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Linux系統教程 >> Linux教程 >> ‘./mysql-bin.index’ not found (Errcode: 13) 的解決方法

‘./mysql-bin.index’ not found (Errcode: 13) 的解決方法

日期:2017/2/7 14:25:49      編輯:Linux教程
 

查看錯誤日志
150326 10:44:49 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data
/usr/local/mysql/bin/mysqld: File './mysql-bin.index' not found (Errcode: 13)
150326 10:44:50 [ERROR] Aborting
150326 10:44:50 [Note] /usr/local/mysql/bin/mysqld: Shutdown complete

提示./mysql-bin.index無法找到(由於mysql開啟了bin日志功能),到數據庫根目錄查看該文件是存在的,可能是文件權限的問題,查看了數據庫根目錄的權限是700,所有者和用戶組都是root,可能是上次轉移數據庫的時候不小心修改了文件夾的權限。
解決方法:
chown -R mysql /usr/local/mysql && chown -R mysql /usr/local/mysql

重新啟動mysql [OK]

Copyright © Windows教程網 All Rights Reserved