To backup your database from the command line, use the following commands:
username = your database usernameCode:mysqldump -u username -p aedating > aedating.sql
aedating = your aedating database name
When you run the command, it will ask you for your password, perform the export, and then exit. You will then find the new sql file in the directory you ran the command from.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks