Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
820
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. 01:56:03 [mysql] Error: MySQL shutdown unexpectedly.
  2. 01:56:03 [mysql] This may be due to a blocked port, missing dependencies,
  3. 01:56:03 [mysql] improper privileges, a crash, or a shutdown by another method.
  4. 01:56:03 [mysql] Check the "/xampp/mysql/data/mysql_error.log" file
  5. 01:56:03 [mysql] and the Windows Event Viewer for more clues
  6.  
  7.  
  8. How to fix:
  9.  
  10. quit the XAMPP
  11. cut the All files in C:\xampp\mysql\backup
  12. paste and replace files in C:\xampp\mysql\data
  13. run as administrator the XAMPP
  14.  
  15. ================
  16.  
  17. REPAIR TABLE '.\mysql\db.MYI';
  18.  
  19. Repair the table:
  20. repair table db;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement