On Thu, Apr 23, 2009 at 11:48 AM, Mike Ramirez <gufym...@gmail.com> wrote:

> On Thursday 23 April 2009 07:43:14 am Karen Tracey wrote:
> > which was closed as a dup of another bug which was fixed pretty recently.
> > So you can either try with a recent SVN checkout, or (what I do) just use
> > the mysql program directly rather than going through manage.py dbshell
> for
> > stuff like this.
> >
> > Karen
> >
>
> Just a quick question, from my experience, dbshell seems it is just a
> simple
> way of launching into the mysql/postgres cli clients.  So the question is
> which mysql program are you talking about?
>

This one:

http://dev.mysql.com/doc/refman/5.0/en/mysql.html

On Windows it's installed into <mysql install dir>\bin, e.g. someplace like
c:\Program Files\MySQL\MySQL Server 5.0\bin\mysql.exe.  You may need to add
that directory to your Windows PATH if you want to be able to run it without
specifying the full path to it -- I don't think the install does that.  On
Linux it is generally automatically installed into someplace where it will
be on your path automatically.

Karen

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to