Re installing Wamp Server without replacing the existing mysql database

流过昼夜 提交于 2019-11-29 08:08:54

The wamp server stores all of mysql database table in .frm formate inside WAMP_DIR_LOCATION\bin\mysql\mysql5.5.16\data you need to rename this "data" folder to "data-old"

And when you have reinstall the wamp server just rename the "data-old" folder to "data" In this way you will not lose your database.

In the "WAMP_LOCATION/mysql/data" folder are the tables for MySQL. You can copy the folder and make a backup.

But you should look that you install the same version again. Sometimes MySQL has a problem with different versions.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!