I'm logged in as root, trying to execute:

python mange.py syncdb

the command is returning:

Traceback (most recent call last):
  File "manage.py", line 11, in <module>
    execute_manager(settings)
  File "/usr/lib/python2.5/site-packages/django/core/management.py",
line 1672, in execute_manager
    execute_from_command_line(action_mapping, argv)
  File "/usr/lib/python2.5/site-packages/django/core/management.py",
line 1571, in execute_from_command_line
    action_mapping[action](int(options.verbosity),
options.interactive)
  File "/usr/lib/python2.5/site-packages/django/core/management.py",
line 492, in syncdb
    _check_for_validation_errors()
  File "/usr/lib/python2.5/site-packages/django/core/management.py",
line 1167, in _check_for_validation_errors
    num_errors = get_validation_errors(s, app)
  File "/usr/lib/python2.5/site-packages/django/core/management.py",
line 990, in get_validation_errors
    db_version = connection.get_server_version()
  File "/usr/lib/python2.5/site-packages/django/db/backends/mysql/
base.py", line 127, in get_server_version
    self.cursor()
  File "/usr/lib/python2.5/site-packages/django/db/backends/mysql/
base.py", line 99, in cursor
    self.connection = Database.connect(**kwargs)
  File "/usr/lib/python2.5/site-packages/MySQLdb/__init__.py", line
74, in Connect
    return Connection(*args, **kwargs)
  File "/usr/lib/python2.5/site-packages/MySQLdb/connections.py", line
170, in __init__
    super(Connection, self).__init__(*args, **kwargs2)
_mysql_exceptions.OperationalError: (1049, "Unknown database
'reinhardt'")

When I check MySQL for the db, I only have the default MySQL db's.  I
am new to python, but have extensive programming experience.

MySQL working fine, can access as root w/out password

[EMAIL PROTECTED] reinhardt]# mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 6
Server version: 5.0.45 Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>


All suggestions would be greatly appreciated!

--~--~---------~--~----~------------~-------~--~----~
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