Page 1 of 1

backing up mysql

Posted: Tue Feb 03, 2004 3:29 pm
by pinehead18
Is their anyway to dump the db structure.. LIke the tables and fields in the tables without dumping the contents as well?

Thanks
anthony

Posted: Wed Feb 04, 2004 2:55 am
by timvw
when using mysql -> mysqldump -u username -p databasename --no-data[/php_man]

Posted: Wed Feb 04, 2004 7:37 am
by McGruff
And if you don't have shell access, you could use a db manager like phpMyadmin.