#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):

 Ahh, found the root of my redirection bug.  Found here
 (http://www.velocityreviews.com/forums/t318845-piping-data-into-python-on-
 the-command-line-windows-2000.html).  The bug is in cmd.exe.  So running
 this fails on windows: `manage.py dbshell < data.sql`, but running this on
 windows works `python manage.py dbshell < data.sql`.  Finally, an answer!
 Stupid windows.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10357#comment:10>
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