Quote:
Yesterday at 08:15 PM N9ne said this in Post #21
Schorsch: What are the details of your server? What is the OS being used? Try executing this command from an SSH window on your server:
mysqldump --opt -uDBUSERNAME -pDBPASSWORD DBNAME > /path/to/backup/file.sql
Tell me if that works.
|
I use SuSE Linux 8.1
the mysqldump command works without problems (used this many times before).