Getting remote database in PHPMyAdmin

I accidentally deleted the entire database when I just need to delete one table in PHPMyAdmin. Is there any way to get the database?

+5
source share
4 answers

There are two ways:

  • Create a working backup of the system and restore its files.
  • A recovery tool can help if you removed db just recently (and ideally, if you shut down your computer right after that).

MySQL, ... , , . MySQL - , . , , . - , .

+5

:-( xampp (V3.2.1), xampp\mysql \, , . , xampp, , . , , : -)

+1

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.

Let me know if you run into any problem using this.

thank.

0
source

All Articles