PDA

View Full Version : TS + MySQL 4.0.27 ERROR


Nom4d3_
02-06-2006, 18:10
Hello guys, sorry for my bad english... but here we go...

im search a lot on forum and try a lot of tricks, but nothing resolve this error.
Im running:
MySQL - 4.1.19
TS - 2.0.20.1 Linux

I get this error:
ALL,Info,server, Server version: 2.0.20.1 Linux
ERROR,All,SQL, Database initialization error: EDatabaseError.dbExpress Error: Invalid Username/Password
ERROR,All,SERVER, Start_Server: unable to open database

[DBEXPRESS]
sqldir=mysql_sql
Drivername=mysql
Database=ts
Hostname=127.0.0.1
User_name=user
Password=pass
GetDriverFunc=getSQLDriverMYSQL
VendorLib=libmysqlclient.so.10.0.0
LibraryName=libsqlmy.so
Active=1

I try a lot of libs and nothing...
I try running the SET PASSWORD .... OLD_PASSWORD(blah).... but on this version of mysql its do not necessary.

anyone have the correct lib to give-me or have the same situation and can run the server?

im going crazy with this error :(

guldi
06-06-2006, 17:29
looks like a user / password and not like a lib problem ? Have you tried connecting to the database on the mySQL console with the user / pass ?

Nom4d3_
09-06-2006, 21:59
Yep, the user and pass is correct. Im running now:

TS Windows Server
MySQL - 4.1.19
im update the mysql version, but is not running :(

Work perfect on TS Windows plataform. But i need a linux server.

any idea?

Johno
12-06-2006, 14:29
try "localhost" instead of "127.0.0.1" in your server.ini configuration.

Nom4d3_
13-06-2006, 15:55
dont work.
im try a external database too, and dont work too.

:(

Anyone can send me a link to working libs ?

donnti
17-06-2006, 23:52
I am sure you done this but delete the DB and user and recreate them Then take a look at this thread (http://forum.goteamspeak.com/showthread.php?t=26982)

Also make sure your path for the VendorLib file is correct. my ini file is as follows
[DBEXPRESS]
sqldir=mysql_sql/
Drivername=mysql
Database=tss
Hostname=localhost
User_name=*********
Password=********
GetDriverFunc=getSQLDriverMYSQL
VendorLib=/usr/lib/mysql/libmysqlclient_r.so.10.0.0
LibraryName=./libsqlmy.so
Active=1

I was having problems also but now, I am up and running.