Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make script of mysql databases using phpmyadmin?

Status
Not open for further replies.

Jason231

MIS
Apr 15, 2006
43
NL
Hi all could any one tell me how i can make a backup of my mysql database using phpmyadmin? i want to use it as backup and also want to transfer a copy of my database tables and data to diffrent mechine .Thanks
 
You can use the 'export' feature to backup your database in phpmyadmin. To do this click the 'export' tab at the top of the phpmyadmin screen. You then need to select your entire database and make sure that you select for both the data and the structure of the database to be backed up.

If you need further details google for 'phpmyadmin export backup'. You should find lots of articles that will help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top