Changes between Version 1 and Version 2 of Ticket #25917
- Timestamp:
- Aug 2, 2010, 8:40:51 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25917 – Description
v1 v2 1 When I run python manage.py dbshellI 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.....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..... 2 2 3 3 {{{