#10357: "manage.py dbshell" broken for MySQL on Windows --------------------------------------+------------------------------------- Reporter: anonymous | Owner: nobody Status: new | Milestone: 1.1 Component: django-admin.py | Version: 1.0 Resolution: | Keywords: Stage: Accepted | Has_patch: 1 Needs_docs: 0 | Needs_tests: 0 Needs_better_patch: 1 | --------------------------------------+------------------------------------- Comment (by jumpfroggy):
I'm experiencing some problems related to this bug. I filed a DUP bug here (http://code.djangoproject.com/ticket/10639) with the same symptoms (mysql.exe executing in the background). I tried the db.patch from here, and it does allow me to execute `manage.py dbshell` and use the mysql client. However, it does not work for `manage.py dbshell < data.sql`, which is what I really want to do. In that case, the mysql client executes as if it had never seen the `< data.sql` redirection, and is in interactive mode. Seems like there's some issue with pipe redirection going on... any ideas why this doesn't work with the above fix? -- Ticket URL: <http://code.djangoproject.com/ticket/10357#comment:8> 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 -~----------~----~----~----~------~----~------~--~---