Search found 1 match
- Mon May 16, 2005 8:33 am
- Forum: PHP - Code
- Topic: backup mltpl mysql databases (system() doesn't wrk in loop)
- Replies: 1
- Views: 520
backup mltpl mysql databases (system() doesn't wrk in loop)
/* OPTION 1 doesn't work (but I need to backup a lot of mysql databases) he write 1 sql file, but it's empty (if I user option 2 (single backup)) it works fine db_connect(); $query = "SELECT * FROM servers WHERE user = 'pporder'"; $result = @mysql_query($query); while ($row = mysql_fetch_a...