How to fix MySQL Shutdown Unexpectedly Error in xampp

 1. Run xampp control panel as administrator
    


2. Open shell

3. run this command 
    mysqld –-console –-skip-grant-tables –-skip-external-locking
 

  so the terminal is showing log like this


   

next open the shell again and don't close the first shell 

and the last step you can type this magic command , and booooom your mysql is start normaly
mysqlcheck -r --databases mysql --use-frm






Comments