I'm trying to backup a MySQL database:
$ mysqldump -u ruby -p idm_production > /home/username/idm_backup_2010_10_23.sql
Enter password:
mysqldump: mysqldump: Couldn't execute 'show fields from arguments
': Can't create/write to file '/tmp/#sql_721_0.MYI' (Errcode: 13) (1)
However I don't seem to have permission to write the the /tmp Is there a way I can define the path to output the backup?