PDA

View Full Version : Backing up a database!?



Mekhu
January 4th, 2002, 20:49
Is it possible for me to connect to my host and backup my mysql database onto my computer?

If so, can I please get some instruction?

alien
January 5th, 2002, 02:00
Im using phpMyAdmin to backup the data and structure.
Or you can use mysqldump with this command: mysqldump -h myhost -u root -pmypass dbname > dbname_back.sql

ps: I'm just learning php/mysql so I may not be correct...

:D

Mekhu
January 5th, 2002, 03:48
I am just learning also :)

I just learned that you could use phpmyadmin... I backed it up!

Thanks.