Advertisement
rodro1

xampp mysql not starting fix

Mar 29th, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. 10
  2.  
  3. First you need to keep copy of following somewhere in your hard disk.
  4.  
  5. C:\xampp\mysql\backup
  6.  
  7. C:\xampp\mysql\data
  8.  
  9. After that
  10.  
  11. Copy every thing inside "C:\xampp\mysql\backup" and paste and replace it in
  12. "C:\xampp\mysql\data"
  13.  
  14. Now your mysql will work in phpmyadmin but your tables will show "Table not found in engine"
  15.  
  16. For this you will have to go to the copy of "backup and data folders" which have created in your hard disk and there in the data folder copy "ibdata1" file and past and replace in the "C:\xampp\mysql\data".
  17.  
  18. Now your tables data will be available.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement