Ask a Question related to PHP Development, Design and Development.
-
Jerry T #1
Backup & restore MySQL, not using mysqldump
How can I backup and restore a MySQL DB WITHOUT USING
EXEC()
MYSQL
MYSQLDUMP
??
If I try running exec() and mysqldump, I get Fork warning errors ..
Win 2000Server
IIS5
Latest PHP & MySQL
Thanks
Jerry T Guest
-
Backup/Restore Configuration
I am formating and reinstalling my server, but I don't want to go through all the hassle of creating all my datasources, and re-configuring... -
dbm cfg backup/restore
DB2 v7.1.0.68 on AIX 4.3.3.0. A db2 backup contains Database configuration (db cfg) parameters, but not Database Manager (dbm cfg) parameters.... -
AIX 4.3 backup/restore
Can any one help I have taken over a legacy system and need to restore 2 files. Aix 4.3 backup was used to create the tape backup and it... -
MYSQL Backup & Restore using PHP ?
HI, I'm looking for a script that will allow users/admins to have a one click backup solution for a MYSQL Database.. 'BACK DATABASE' button,... -
Restore backup
Hello ng, I have made a backup on a machine with db2 v7.2 installed. Now I wanna restore this backup an another machine with an new db version... -
Nikolai Chuvakhin #2
Re: Backup & restore MySQL, not using mysqldump
Jerry T <Jerry@ nothanks.com> wrote in message
news:<rdshjvclp5nviod94hgpev9il8e93nutaf@4ax.com>. ..Read up on BACKUP and RESTORE queries:>
> How can I backup and restore a MySQL DB WITHOUT USING
>
> EXEC()
> MYSQL
> MYSQLDUMP
[url]http://www.mysql.com/doc/en/BACKUP_TABLE.html[/url]
[url]http://www.mysql.com/doc/en/RESTORE_TABLE.html[/url]
Cheers,
NC
Nikolai Chuvakhin Guest
-
Mike #3
Re: Backup & restore MySQL, not using mysqldump
One big pain in some cases is trying to restore a MySQL dump on a server where you don't have shell access and don't have phpMyAdmin installed. The easiest way I found to handle this was using PHP. Check out the following article on how to restore a MySQL dump file using PHP:
[url]http://www.swhistlesoft.com/blog/33-restoring-mysql-dump-with-php[/url]Mike Guest



Reply With Quote

