03-08-2009, 03:14 AM
|
#5 (permalink)
|
|
The Addict
Join Date: Nov 2007
Location: USA
Posts: 256
Thanks: 7
|
Quote:
Originally Posted by sketchMedia
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.
|
|
|
|