What is phpMyAdmin?
phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL, MariaDB and Drizzle. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.You May Also Read: HOW TO INSTALL AND BUILD YOUR WEBSITE OFFLINE WITH MAMP SOFTWARE
The program manipulates databases remotely through a web interface. A good hosting package will have this included. For information on backing up your Website database.
Information here has been tested using phpmyadmin 4.0.5 running on Unix.
Restore Process
Using phpMyAdmin, follow the steps below to restore a MySQL database.
1. Login to PhpMyAdmin.
2. Click "Databases" and select the database that you will be importing your data into.
3. You will then see either a list of tables already inside that database or a screen that says no tables exist. This depends on your setup.
4. Across the top of the screen will be a row of tabs. Click the Import tab.
5. On the next screen will be a location of text file box, and next to that a button named Browse.
6. Click Browse. Locate the backup file stored on your computer.
7. Make sure SQL is selected in the Format drop-down menu.
8. Click the Go button.
Now grab a coffee. This bit takes a while. Eventually you will see a success screen.
If you get an error message, your best bet is to post to the support forums like Website to get help.
PhpMyAdmin is also very deeply documented in a book written by one of the developers – Mastering phpMyAdmin for Effective MySQL Management, which is available in English and Spanish.
To ease usage to a wide range of people, phpMyAdmin is being translated into 72 languages and supports both LTR and RTL languages.
phpMyAdmin has won several awards. Among others, it was chosen as the best PHP application in various awards and has won every year the SourceForge.net Community Choice Awards as "Best Tool or Utility for SysAdmins".
phpMyAdmin is a sixteen-year-old project with a stable and flexible code base; you can find out more about the project and its history. When the project turned 15, we published a celebration page.
Hope to hear from you pals!
No comments:
Post a Comment