Restore MySQL database folder from a recovered Hard Disk

前端 未结 4 468

I was able to recover the database folder of MySQL server 5.5 of the corrupted operating system (Windows XP) at

C:\\Documents and Settings\\All Users\\Applica

4条回答
  •  半阙折子戏
    2020-12-23 23:24

    I think MySQL's file management is pretty simple by default. Create a simple new database, and copy the recovered files into the mysql subfolder which is created in response, replacing any created database files. If that doesn't work, create a table in the new database to get a hint of what else might be needed.

提交回复
热议问题