I'm having problems backing up my db.
I telnet into my account,
from the root directory I type in
mysqldump -uUSERNAME -pPASSWORD databasename > /public_html/backup/dump.sql
After that I get a mysqldump: no match message.
When i login via ftp I see the file dump.sql there but there is nothing in the file.
Not sure what I'm doing wrong?
I telnet into my account,
from the root directory I type in
mysqldump -uUSERNAME -pPASSWORD databasename > /public_html/backup/dump.sql
After that I get a mysqldump: no match message.
When i login via ftp I see the file dump.sql there but there is nothing in the file.
Not sure what I'm doing wrong?
Comment