Re installing Wamp Server without replacing the existing mysql database

前端 未结 2 1486
旧时难觅i
旧时难觅i 2020-12-18 09:00

I have some problem with WAMP server installed on my computer, every time I am trying to access a server file in the browser the page keeps on loading for hours and does not

相关标签:
2条回答
  • 2020-12-18 09:16

    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.

    0 讨论(0)
  • 2020-12-18 09:37

    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.

    0 讨论(0)
提交回复
热议问题