I cant get this command to work in mysql So i cant save a local sql string
mysql>mysqldump database>backup.sql
What could i try?
Run mysqldump from the commandline, not the mysql> prompt.
Thanks, that solved it. Art