#10357: "manage.py dbshell" broken for MySQL on Windows
---------------------------+------------------------------------------------
 Reporter:  anonymous      |       Owner:  nobody    
   Status:  new            |   Milestone:            
Component:  Uncategorized  |     Version:  1.0       
 Keywords:                 |       Stage:  Unreviewed
Has_patch:  0              |  
---------------------------+------------------------------------------------
 If you run "manage.py dbshell" on Windows when DATABASE_ENGINE is set to
 "mysql" it looks like it doesn't correctly pass the database details on
 the command line because it gives this error:

 {{{ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost'
 (10061)}}}

 Strangely it doesn't give this error until just *after* the script has
 finished and you're back at the cmd prompt.  So it looks like it's running
 mysql in the background!  Manually running "mysql --host=blah --user=blah
 --password=blah dbname" works fine.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10357>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to