#Can't do both mysqldump and migrate because of database=dbname in my.cnf

2 messages · Page 1 of 1 (latest)

inner wadi
#

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?