Hi,
I uninstall Zeos 6.1.5 and install 6.6.0 Beta in Delphi 7, I probe MySQL 5.0 connect, but need use mysql-4.1 protocol to connect, when try with other protocol:
mysql : Client does not support authentication protocol request by server....
mysql-4.1 : ok
mysql-5 : Client does not support authentication protocol request by server....
mysqld-4.1 : Access violation at address.......
mysqld-5 : Access violation at address.......
If use mysql-4.1 protocol in mysql 5.0 connections is ok?
Thank
Protocol MySQL 5 Delphi 7
Moderators: gto, cipto_kh, EgonHugeist
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
Hi,
I suppose you are still using an early 4.1 dll? The first 4.1 versions did not yet include the new authentication protocol, I think.
If you want to use mysql5 it's best to use a mysql5 dll. You can find it in your mysql distribution, but the version in the zeoslib 'lib' directory should work.
If you put it in your app directory or in the system path. (If you still need the 4.1 version think about the search sequence : appdir\libmysql5.dll, sysdir\libmysql5.dll, appdir\libmysql.dll, sysdir\libmysql.dll)
Is that sufficient?
Mark
I suppose you are still using an early 4.1 dll? The first 4.1 versions did not yet include the new authentication protocol, I think.
If you want to use mysql5 it's best to use a mysql5 dll. You can find it in your mysql distribution, but the version in the zeoslib 'lib' directory should work.
If you put it in your app directory or in the system path. (If you still need the 4.1 version think about the search sequence : appdir\libmysql5.dll, sysdir\libmysql5.dll, appdir\libmysql.dll, sysdir\libmysql.dll)
Is that sufficient?
Mark