PDA

View Full Version : libmysql.dll


ozman
20-11-2006, 04:22
can somebody give me a working link for libmysql.dll ?

Reedy Boy
20-11-2006, 12:46
http://forum.goteamspeak.com/attachment.php?attachmentid=1022&d=1162399605

That is my working one

ozman
20-11-2006, 14:21
thanks man !!!!!

Reedy Boy
20-11-2006, 18:27
No Problem

ANR Daemon
23-11-2006, 02:38
---------------------------------------------------------------
-------------- log started at 23-11-06 05:38 -------------
---------------------------------------------------------------
23-11-06 05:38:22,ALL,Info,server, Server init initialized
23-11-06 05:38:22,ALL,Info,server, Server version: 2.0.23.6 Win32
23-11-06 05:38:23,ERROR,All,SQL, Database initialization error: EDatabaseError.Unable to Load libmysql.dll
23-11-06 05:38:23,ERROR,All,SERVER, Start_Server: unable to open database
23-11-06 05:38:23,ERROR,All,GENERAL, critical error, shutdown initiated

:( Any ideas? DLL dependencies? System-related? (WinXP Pro SP2)

Thomas
23-11-2006, 13:30
Please post the "mysql-section" of your server.ini!

ANR Daemon
24-11-2006, 19:50
[DBEXPRESS]
sqldir=mysql_sql\
Drivername=mysql
Hostname=mysql.darkdragon
User_name=ts
Password=tsserver
Database=ts
LibraryName=dbexpmysql.dll
GetDriverFunc=getSQLDriverMYSQL
VendorLib=libmysql.dll
Active=1

Reedy Boy
24-11-2006, 21:39
[DBEXPRESS]
sqldir=mysql_sql\
Drivername=mysql
Database=ts
Hostname=localhost
User_name=root
Password=
GetDriverFunc=getSQLDriverMySQLDirect
VendorLib=libmysql.dll
LibraryName=dbexpmda.dll
Active=1

That is mine using dbexpmda.dll rather than dbexpmysql.dll

Reedy Boy
24-11-2006, 21:43
Under your setup, i get

---------------------------------------------------------------
-------------- log started at 24-11-06 21:42 -------------
---------------------------------------------------------------
24-11-06 21:42:06,ALL,Info,server, Server init initialized
24-11-06 21:42:06,ALL,Info,server, Server version: 2.0.23.6 Win32
24-11-06 21:42:06,ERROR,All,SQL, Database initialization error: EDatabaseError.Unable to Find Procedure getSQLDriverMySQL
24-11-06 21:42:06,ERROR,All,SERVER, Start_Server: unable to open database
24-11-06 21:42:06,ERROR,All,GENERAL, critical error, shutdown initiated


I cannot use my 'method' as the .dll says its expired :/

Reedy Boy
24-11-2006, 22:25
http://forum.goteamspeak.com/showpost.php?p=104653&postcount=4

ts3 mysql support is allready rewritten and you wont need any dbexpress or similar libraries anymore. plain mysql stuff is enough.

I think we should just sit tight and wait for the TS staff to finish their work...

:)

Well, unless someone comes up with a way round for this module

ANR Daemon
25-11-2006, 19:36
Under your setup, i get

---------------------------------------------------------------
-------------- log started at 24-11-06 21:42 -------------
---------------------------------------------------------------
24-11-06 21:42:06,ALL,Info,server, Server init initialized
24-11-06 21:42:06,ALL,Info,server, Server version: 2.0.23.6 Win32
24-11-06 21:42:06,ERROR,All,SQL, Database initialization error: EDatabaseError.Unable to Find Procedure getSQLDriverMySQL
24-11-06 21:42:06,ERROR,All,SERVER, Start_Server: unable to open database
24-11-06 21:42:06,ERROR,All,GENERAL, critical error, shutdown initiated


I cannot use my 'method' as the .dll says its expired :/

getSQLDriverMYSQL <- here is error.
Capital "Y" needed.

ANR Daemon
25-11-2006, 19:37
http://forum.goteamspeak.com/showpost.php?p=104653&postcount=4



I think we should just sit tight and wait for the TS staff to finish their work...

:)

Well, unless someone comes up with a way round for this module

Good news... But how long we must wait for TS3?

Reedy Boy
25-11-2006, 19:41
Good news... But how long we must wait for TS3?

The question that the answer will not be told...

Im going to have a play around with the ODBC MySQL connectors... See if i can get anywhere with them

Reedy Boy
25-11-2006, 19:44
getSQLDriverMYSQL <- here is error.
Capital "Y" needed.

---------------------------------------------------------------
-------------- log started at 25-11-06 19:43 -------------
---------------------------------------------------------------
25-11-06 19:43:26,ALL,Info,server, Server init initialized
25-11-06 19:43:26,ALL,Info,server, Server version: 2.0.23.6 Win32
25-11-06 19:43:26,ERROR,All,SQL, Database initialization error: EDatabaseError.Unable to Load libmysql.dll
25-11-06 19:43:26,ERROR,All,SERVER, Start_Server: unable to open database
25-11-06 19:43:26,ERROR,All,GENERAL, critical error, shutdown initiated


Same as you then


Are you using MySQL 5?

Cause that libmysql is one for mysql 5 i believe...

Maybe an older version may work better/actually work

ANR Daemon
25-11-2006, 19:47
No-no-no...
"getSQLDriverMYSQL" - is the name of function in that dbexpress DLL from second post of this topic.
You can found it yourself using notepad or other text viewer. This name *IS* case-sensitive.

Reedy Boy
25-11-2006, 19:55
No-no-no...
"getSQLDriverMYSQL" - is the name of function in that dbexpress DLL from second post of this topic.
You can found it yourself using notepad or other text viewer. This name *IS* case-sensitive.

Yes i know

Hence posting different server.log, with the 2nd one matching your problem

ANR Daemon
25-11-2006, 20:00
I was try all versions, from 3.23.58 to 5.0 and got same error - unable to load libmysql.dll

Reedy Boy
25-11-2006, 20:09
Oh...

Hmm

ANR Daemon
25-11-2006, 21:17
Niiiiiiiiiiiihhaaaaaaaaaaaaaaa!!!!!!!
I did it!

Details in pinned topic soon!

Reedy Boy
25-11-2006, 21:19
Ooooh

Post a link to the post here when you've done it please

:D

ANR Daemon
25-11-2006, 21:51
http://forum.goteamspeak.com/showthread.php?p=147009#post147009
There is it.

Reedy Boy
25-11-2006, 22:05
Ah

You used my idea of the MySQL ODBC :)

ANR Daemon
25-11-2006, 22:08
It was my idea a 1-2 month ago :) Just not have enough time to test it.

Reedy Boy
25-11-2006, 22:18
It was my idea a 1-2 month ago :) Just not have enough time to test it.

Hah :P, meh, it worked

Perfect


You Legend!

You got some + rep for that :)