PDA

View Full Version : MYSQL problem


keysermon
18-05-2007, 17:21
My mysql server version: 4.1.20
/usr/lib/mysql/libmysqlclient_r.so.10.0.0
/home/tss2_rc2/libsqlmy.so

and my server.ini have got:

[DBEXPRESS]
sqldir=mysql_sql
Drivername=mysql
Database=ts2
Hostname=91.151.104.41
User_name=david
Password=password
GetDriverFunc=getSQLDriverMYSQL
VendorLib=/usr/lib/mysql/libmysqlclient_r.so.10.0.0
LibaryName=/home/tss2_rc2/libsqlmy.so
Active=1

username and password WORK! perfect.

and in the logs see this:

-------------- log started at 18-05-07 17:11 -------------
---------------------------------------------------------------
18-05-07 17:11:24,ALL,Info,server, Server init initialized
18-05-07 17:11:24,ALL,Info,server, Server version: 2.0.20.1 Linux
18-05-07 17:11:24,ERROR,All,SQL, Database initialization error: EDatabaseError.DLL/Shared Library Name not Set
18-05-07 17:11:24,ERROR,All,SERVER, Start_Server: unable to open database
----------------------------------------------------------
---------------------------------------------------------------


WHATS the problem??