Opened 16 years ago

Closed 16 years ago

#9720 closed (invalid)

dbshell attempts to connect to mysql as user 'ODBC'@'localhost' which fails

Reported by: Jacob Fenwick Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords: mysql dbshell
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When I try to run dbshell to connect to a mysql database I get the error:

ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: NO)

Change History (1)

comment:1 by Jeff Anderson, 16 years ago

Resolution: invalid
Status: newclosed

The ticket system is for issues with Django's code. Please use the django-users google group for usage and support questions.

Note: See TracTickets for help on using tickets.
Back to Top