I tried to dump the sqlite data, change settings.py to use my MySQL db
then run python manage.py syncdb but I keep getting this error:
_mysql_exceptions.OperationalError: (1044, "Access denied for user
'username'@'localhost' to database '/home/username/satchmo/store/
simple.db'")

So I was thinking of simply using MySQL by default and bypass the
migrating issue. Is this possible?

When going some of the Django tutorials, all I did was syncdb in the
beginning and I've never had a problem so I'm not sure what my issue
is here.

thanks again for the help,
j.

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to