winsows下安装xampp无法启动mysql的解决办法
启动MYSQL时候报错 9:17:54 PM [mysql] Error: MySQL shutdown unexpectedly. 9:17:54 PM [mysql] This may be due to a blocked port, missing dependencies, 9:17:54 PM [mysql] improper privileges, a crash, or a shutdown by another method. 9:17:54 PM [mysql] Press the Logs button to view error logs and check 9:17:54 PM [mysql] the Windows Event Viewer for more clues 9:17:54 PM [mysql] If you need more help, copy and post this 9:17:54 PM [mysql] entire log window on the forums 很多人按照下面方法解决的问题。 方法一:依次打开xampp—>mysql—>data,然后依次删除ibdata1,ib_logfile1,ib_logfile1,再打开mysql。 依然没有解决问题的,可能是目录权限的问题,看看是不是把xampp装在了c盘或者用是windows server系统。 方法二:右键选择mysql文件夹—>属性—>安全—>编辑—>选择user—>允许 完全控制,确定。然后再试试。 以前能用但是突然不能用了。 方法三:如果数据没啥子用的话,直接删除xampp\mysql\data\ibdatal。或者打开my.cnf文件,在my.cnf文件中[mysql]下添加innodb_force_recovery=1或者4。 参考http://www.phperz.com/article/14/1212/40810.html