Help - Search - Members - Calendar
Full Version: why beta5 can't be install in Mysql 4.13a?
Invision Power Services > Community Forums > Community General Chat
GZeasy
i need to use utf-8 and try chinese full-text search. but when i install the mysql database mysql-essential-4.1.13a-win32.msi , it's all ok. but in ipb beta5 install. i have this error found.

The following errors must be rectified before continuing!
Please go back and try again!

Connection error:

Client does not support authentication protocol requested by server; consider upgrading MySQL client

and

Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in E:\pcinlifeBBS\ips_kernel\class_db_mysql.php on line 114

what this means? what's the matter?
GZeasy
i try phpmyadmin for a test.. it's fail again. so the problem like from the mysql 4.1.13a.. so ..

it's someone install ipb in mysql 4.1 and use utf-8 ?
Ruben K.
you'd have to convert to old password i think
GZeasy
mysql> SET PASSWORD FOR
-> 'some_user'@'some_host' = OLD_PASSWORD('newpwd');

i use this command line to resolve this problem
Will L.
ok here is what is wrong other then the old password have your host upgrade your

MySQL API Client to 4.1.13a because when you upgrade mysql it does not update the api client
.Kris
Read Phil's post.
http://forums.invisionpower.com/index.php?...pic=178609&hl=#
cthree
add

old-passwords

to my.cnf or build PHP with the mysql 4.1 client libs (--with-mysql=/...)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.