07-07-2009, 05:42 AM
[eluser]Dam1an[/eluser]
Just to correct Phil (and it's not his fault per se), that should be
The auto typography for the quote block converts the 2 dashes to --
See here for more on mysqldump
Just to correct Phil (and it's not his fault per se), that should be
Code:
mysqldump --opt -u dbuser -pPASSWORD dbname > /home/someuser/my_backup.sql
See here for more on mysqldump