I am attempting to run "python manage.py syncdb" from my apps
directory (directory where model.py exists for the app).  The
settings.py database settings all appear to be ok.  I have created
MySQL database with the same name as in settings.py and I have
verified its creation on the MySQL server.  I can make a connection to
the MySQL server from from my apps directory.

Problem when I try to run "python manage.py" I get an error.  It
appears that my MySQL database cannot be found, but syncdb know it's
name, which I assume it got from my settings.py file.

Any suggests will be very much appreciated.   Thanks

Bill

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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.

Reply via email to