Backup Mysql

March 29, 2009

How to backup/restore MySQL database without a plain dump?

mysql
jumpingrightin asked:


How do you backup and restore a MySQL database on a Linux system without using the plain dump?
“Just copy the whole data folder of MySQL”

What is the Linux path to this?

Filed under Programming & Design by administrator

Permalink Print 3 Comments

January 24, 2009

What is the best/easiest way to backup a MYSQL database to sourcecontrol?

mysql
Superpappa asked:


Its a hosted account with PHP and phpMyAdmin. The source control is local subversion.
The idea is to easily see relevant differences, and I suspect that for example SQL code backup is not the best way to do that.
How is this better than PHPMyAdmin?
Was thinking of something like XML, or perhaps having just one item pr line.

Filed under Software by administrator

Permalink Print 2 Comments

September 23, 2008

How do I Backup MySQL Database? Can I use same database on another source like Wordpress or e107?

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?

Filed under Programming & Design by administrator

Permalink Print 1 Comment