Your problem has nothing to do with this hack at all.
You simply have problems connecting to the mysql database.
Even without this hack you would have the problem
Quote:
Database initialization error: EDatabaseError.Unable to Load ./libmysqld.a
|
The library cannot be loaded!
This is what I have
Quote:
[DBEXPRESS]
sqldir=mysql_sql/
Drivername=mysql
Database=xxx
Hostname=xxx
User_name=xxx
Password=xxx
GetDriverFunc=getSQLDriverMYSQL
VendorLib=/usr/lib/libmysqlclient_r.so.10.0.0
LibraryName=./libsqlmy.so
Active=1
|
The library you have to load depends on the operating system and the mysql version you're running!
Fix this first before trying to use this hack!