Re: MySQL error when running manage.py init on Mac OS X with Fink installed

2006-03-06 Thread Dmitry Medvedev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 common problem, try upgrading your mysql libraries (mysql client itself) or @server set password for your user like : SET PASSWORD FOR some_user '@' some_host ' = OLD_PASSWORD(' newpwd '); Ian wrote: > I am trying to run django from svn under Mac

MySQL error when running manage.py init on Mac OS X with Fink installed

2006-03-05 Thread Ian
I am trying to run django from svn under Mac OS X 10.4.5 using packages provided by Fink's unstable branch, namely python24, mysql and mysql-client 5.0.16-1, and mysql-python-py24 1.0.1-2. I have followed directions found at http://cavedoni.com/2005/django-osx and am currently attempting the exam