i think you're still using the database name simple.db that's generally not how it works for mysql. you usually have a server, with a username and a password.
On Mon, Dec 6, 2010 at 1:13 PM, jc <[email protected]> wrote: > 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]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- Brian O'Connor -- 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.
