If database=dbname is in the [mysql] section of my.cnf I can dump but not migrate. If it's in the [client] section I can migrate but not dump. Any ideas on how to fix?
OK I see that if it's in the [client] section I can do python mangage.py datadump, so I guess I can go forward. But why isn't the django setup consistent with mysqldump?