Search code examples
delphidelphi-10.2-tokyodbexpressrad-studio

Rad Studio 10.2.3: Driver/Connection Registry File dbxconnections.ini not found


I am facing problems to use Delphi with MySQL ... I have been trying for weeks to solve the error but without success

i Am using AppServ : Apache + PHP + MYSQL 5.7.17

Someone please help me

On click ConnectionName Properties:

Error: Driver/Connection Registry File 'C:\Users\ROG3R\Documents\Embarcadero\Studio\dbExpress\19.0\dbxconnections.ini' not found.

There is no dbExpress folder in the directory

C:\Users\ROG3R\Documents\Embarcadero\Studio

Have you tried full installation on all users? yes but problem continues

When you select true connect property:

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..

https://i.sstatic.net/p9IHi.jpg


Solution

  • This error shows up, when you have installed Delphi only for your own user.
    Uninstall it, but don't delete the registry keys at the end of the uninstall process or you will loose all your settings and you would have to reinstall 3rd party componets.
    After that reinstall Delphi, but this time for all users!

    Source