Changes between Version 1 and Version 2 of Ticket #25917


Ignore:
Timestamp:
Aug 2, 2010, 8:40:51 PM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

From the error message it appears to be looking for "mysql" rather than "mysql5". "mysql" is located in /opt/local/lib/mysql5/bin; put that in your PATH.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25917 – Description

    v1 v2  
    1 When I run python manage.py dbshell I am getting an error message regarding mysql5 not being in my path. I have tried a few things in my settings.py file but I must be setting the path incorrectly. I want to find the correct path to mysql5 & set it in my bash_login file. This should allow mysql5 to be found @localhost in my settings.py file & also have mysql5 in my system path.....
     1When I run `python manage.py dbshell` I am getting an error message regarding mysql5 not being in my path. I have tried a few things in my settings.py file but I must be setting the path incorrectly. I want to find the correct path to mysql5 & set it in my bash_login file. This should allow mysql5 to be found @localhost in my settings.py file & also have mysql5 in my system path.....
    22
    33{{{