View Single Post
Old 03-08-2009, 03:14 AM   #5 (permalink)
CoryMathews
The Addict
 
CoryMathews's Avatar
 
Join Date: Nov 2007
Location: USA
Posts: 256
Thanks: 7
CoryMathews is on a distinguished road
Default

Quote:
Originally Posted by sketchMedia View Post
If you have shell access to your server, you can issue a mysqldump command
Code:
  mysqldump database -u username -p password -h host > backup.sql
Linux only for that. So if you have a ms server that would not work.
CoryMathews is offline  
Reply With Quote