2
votes

I am using MYSQL server 5.5.15 with workbench installed

When i use RADPHP xe2 (update 2 ) with mysql(Using Data Explorer) it can connect correctly and i can start working with them easily.

But when using Delphi xe2(update 2 ) following error is shown

Borland.Data.TDBXError: DBX Error: Driver could not be properly initialized. Client library may be missing, not installed properly, of the wrong version, or the driver may be missing from the system path.

when i checked the rad studio bin folder there is no any libmysql.dll (but found in radphp bin folder), so i copied there but still problem

1
why RADphp and Delphi are working differently - VibeeshanRC
Do you have Enterprise version or above? I think the professional version can only connect to local databases. - Marcus Adams

1 Answers

3
votes

You will need a libmysql.dll from 5.1 server. It can be found here: http://www.mysql.com/downloads/mysql/5.1.html