Dump a mysql database to a .sql file.
Database backup and storage.
Date Created:Friday December 29th, 2006 03:41 AM
Date Modified:Wednesday July 30th, 2008 05:38 PM
# creates a dump file mysqldump -u root -p databasename > newfile.sql # add database from dump file mysql -u root -p new_cms < database.sql
Downloads:
Download: dump.txt 141 B
Please login or Click Here to register for downloads
mysqldump by Dan Lynch
is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License
Based on a work at www.3daet.com
Permissions beyond the scope of this license may be available at http://www.3daet.com
