On Nov 11, 7:22 am, Daniel Roseman <[EMAIL PROTECTED]>
wrote:
> On Nov 11, 1:18 am, Sean <[EMAIL PROTECTED]> wrote:
>
> > When I run the command "python manage.py syncdb" to sync database, but
> > failed
>
> > I got the following error messages:
>
> > File "C:\Python25\Lib\site-packages\django\contrib\auth\management
> > \_init_.py". line 47 , in <module>
> > signals.post_syncdb.connect<create_permissions, AttributeError:'object
> > object has no attribute 'connect''>
>
> > I got django1.0, Python2.52, Apache2.2.9, MySQL5.0.67,
> > PHPMyAdmin2.11.9.2
>
> > Can anyone please help!
>
> What are the values of the database options in your settings.py?
> --
> DR.

In setting.py database options are:
DATABASE_ENGINE = 'mysql'           # 'postgresql_psycopg2',
'postgresql', 'mysql', 'sqlite3' or 'oracle'.
DATABASE_NAME = 'test2'             # Or path to database file if
using sqlite3.
DATABASE_USER = 'localhost'             # Not used with sqlite3.
DATABASE_PASSWORD = ''         # Not used with sqlite3.
DATABASE_HOST = ''             # Set to empty string for localhost.
Not used with sqlite3.
DATABASE_PORT = '3306'

There is no password set for localgost, and localhost has been granted
all the privileges.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to