mysql
turkisstory asked:


Hi,

1) Is there a way to back up mysql database to my computer? So if i join a host after some time to reupload the database back to it?

2) And is there a way of useing a Vbulltin database and then change my website to wordpress and still use the old database with all the forums and usernames etc?

Comments

mti2935 on 24 October, 2008 at 4:47 am #

Use mysqldump. See for more info. This will backup your entire database to one file.

If you need to move your mysql database to another server, you can use mysqldump, copy the dump file to the other server, then import it using the source command in mysql.

Sorry, can’t help you with your second question.


Post a Comment
Name:
Email:
Website:
Comments: