Quote:
Then log into your server useing telnet or SSH and at the prompt type: mysqldump -uMYDATA -p123456 --opt MYDATA > path_to_MYDATA.sql. You can then download this file to your local drive for safe keeping.
|
ok..dummie question of the day
path_to_MYDATA.sql is the path to the text file you just made, correct? (never did a cron thing before..)