Showing posts with label create mysql dump using php. Show all posts
Showing posts with label create mysql dump using php. Show all posts

April 05, 2011

No comments:
MySQL dumper function - used to create standard mysqldump file for a whole database of selected table(s).

- For multiple Tables, table names must be comma separated value.
- For all tables, use "*" in place of table name.
- Prevent the script from timing out / running out of memory in case your database is huge.

Read More