PDA

View Full Version : When I do a MySQL dump


SirTalksalot
Fri 23rd Jun '06, 7:47am
does it copy the files to a new folder, or does it just move them so that the forum is no longer usable?

Colin F
Fri 23rd Jun '06, 8:35am
A mysqldump doesn't touch your files at all, it makes a copy of your database.

Marco van Herwaarden
Fri 23rd Jun '06, 9:05am
To be more presize, it creates a file with SQL-statements to rebuild your database structure (tables, indices, etc..) and the INSERT-statements to load the data again.

Like Colin say, besides reading, it doesn't touch you database.