I have uninstall wamp server and now I need my database to restore. How can I do this process?
相关问题
- sqlyog export query result as csv
- NOT DISTINCT query in mySQL
- MySQL: conduct a basic search
- Why sometimes there is one of more gap(s) in the v
- mySQL alter table on update, current timestamp
another way from MySQL Workbench:
For WampServer, click on its tray icon and then in the popup cascading menu select
In any case you can know it:
Thanks Barry Galbraith from the MySql Forum http://forums.mysql.com/read.php?10,379153,379167#msg-379167
Check your
my.cnf
file in your MySQL program directory, look forThe
datadir
is the location where your MySQL database is stored.WAMP stores the db data under
WAMP\bin\mysql\mysql(version)\data
. Where the WAMP folder itself is depends on where you installed it to (on xp, I believe it is directly in the main drive, for examplec:\WAMP\...
If you deleted that folder, or if the uninstall deleted that folder, if you did not do a DB backup before the uninstall, you may be out of luck.
If you did do a backup though phpmyadmin, then login, and click the import tab, and browse to the backup file.