-----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 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 example app found at
> http://www.djangoproject.com/documentation/tutorial1/.  After I run
> `python manage.py init`, I get the following error:
> 
>     Error: The database couldn't be initialized.
>     (1251, 'Client does not support authentication protocol requested
> by server; consider upgrading MySQL client')
> 
> Fink's /sw/bin is first in my path, and I have symlinked the django dir
> obtained through svn to /sw/lib/python2.4/site-packages/django, peer to
> MySQLdb which is also installed there.  I changed settings.py in
> myproject dir to use the mysql database engine with a database and user
> that exist and are correct.  I have also tried setting and unsetting
> the DATABASE_HOST, but get the error message either way.
> 
> Any help would be appreciated.
> 
> thanks,
> ian.
> 
> 
> 

- --
best regards

dmitry medvedev
information systems support division
mailto:[EMAIL PROTECTED]
ph.: +7(095)728-4000 int.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFEDAbaDsmP6s21mlMRAuA0AKCK/+QFay6cB2pQAwHlLlZUXj+34ACbBh9E
CpLofLi0gEM7YqJyVaJXd00=
=o4QB
-----END PGP SIGNATURE-----

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to