Problem with connecting
Posted: 23.08.2008, 09:36
Hi.
I'm having problem to get connected to database.
I have MySQL 5.0 server and Zeos 6.6.3.
I added ZConnection to form, added to properties username and password
and selected protocol mysql-5.
When I try to change connected property, i get following message:
"Client does not support authentication protocol requested by server; Consider upgrading MySQL client"
What should I actually upgrade or what I need to do?
Thanks in advance.
edit.
Never mind. I found solution with google.
I writed this to mysql:
SET PASSWORD FOR user@localhost = OLD_PASSWORD('password');
I'm having problem to get connected to database.
I have MySQL 5.0 server and Zeos 6.6.3.
I added ZConnection to form, added to properties username and password
and selected protocol mysql-5.
When I try to change connected property, i get following message:
"Client does not support authentication protocol requested by server; Consider upgrading MySQL client"
What should I actually upgrade or what I need to do?
Thanks in advance.
edit.
Never mind. I found solution with google.
I writed this to mysql:
SET PASSWORD FOR user@localhost = OLD_PASSWORD('password');