PDA

View Full Version : Restoring A MySQL Database via phpMyAdmin


TrueArchive
02-01-2005, 07:47 PM
Go to phpMyAdmin in your web broswer and select the database you wish to back up by clicking on the name. If you have multiple databases, you will need to select the name from the drop menu.

In the right-hand frame, you will see a row of links. Click [SQL]

You will see a large input box for queries and below that you will see a smaller box labeled Browse.

Click the button, navigate to and select the backup file on your home computer and click the [Go].

[b]Warning:
There are sometimes file size limitations on importing a database backup this way. If your database is too large, you might encounter PHP timeout errors. In that case, you will need to attempt to restore your database via SSH/Telnet.