When I login to mysql from a shell as user django_editor, I can change tables in a database I've called django_server.
settings.py contains DATABASE_NAME = 'django_server' # Or path to database file if using sqlite3. DATABASE_USER = 'django_editor' python manage.py syncdb results in: _mysql_exceptions.OperationalError: (1044, "Access denied for user 'django_editor'@'%' to database 'django_server'") /var/log/syslog shows nothing new after that command. I had to add the root user and user django_editor to my installation of debian mysql version mysql-server-5.1 That seemed odd. probably related to installing 5.1 after wiping 5.0 Thanks for any ideas, John -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.