I accidentally deleted the entire database when I just need to delete one table in PHPMyAdmin. Is there any way to get the database?
There are two ways:
MySQL, ... , , . MySQL - , . , , . - , .
:-( xampp (V3.2.1), xampp\mysql \, , . , xampp, , . , , : -)
.
http://www.majorgeeks.com/Restoration_d4474.html
- http://emaillenin.blogspot.com/2010/11/recover-accidentally-deleted-mysql.html
The same thing happened to me, found an easy solution. First, access the command line using the file mysql.exelocated in the folder xampp/php/bin. Delete the database phpmyadmin. Then just import the file create_tables.sqlinto phpmyadmin database. This solved my problem.
mysql.exe
xampp/php/bin
phpmyadmin
create_tables.sql
phpmyadmin database
Let me know if you run into any problem using this.
thank.