This is a discussion on Backup & restore MySQL, not using mysqldump within the PHP Language forums, part of the PHP Programming Forums category; How can I backup and restore a MySQL DB WITHOUT USING EXEC() MYSQL MYSQLDUMP ?? If I try running exec() and ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Jerry T <Jerry@ nothanks.com> wrote in message
news:<rdshjvclp5nviod94hgpev9il8e93nutaf@4ax.com>. .. > > How can I backup and restore a MySQL DB WITHOUT USING > > EXEC() > MYSQL > MYSQLDUMP Read up on BACKUP and RESTORE queries: http://www.mysql.com/doc/en/BACKUP_TABLE.html http://www.mysql.com/doc/en/RESTORE_TABLE.html Cheers, NC |