How to handle error #1932 - table doesn't exist in engine in MySQL

1 Answer

0 votes
1. stop mysql
2. rename the current xampp\mysql\data\ibdata1 file to ibdata1_new (or whatever you want) 
3. copy xampp\mysql\data\ibdata1 from old server / directory to new server / directory
4. start mysql

 



answered May 23, 2022 by avibootz
...