Results 1 to 6 of 6
Thread: TS2 MySql 4 with 3.x dll
-
03-10-2006, 03:26 #1
-= TeamSpeak User =-
- Join Date
- Oct 2006
- Location
- no where
- Posts
- 8
TS2 MySql 4 with 3.x dll
Ok this is getting really annoying.
I know I have the correct info in the server.ini file because if I set my forum to slave to the DB using the TS info it works. Yet all I can get out of TS is
DB InfoCode:--------------------------------------------------------------- -------------- log started at 02-10-06 21:42 ------------- --------------------------------------------------------------- 02-10-06 21:42:00,ALL,Info,server, Server init initialized 02-10-06 21:42:00,ALL,Info,server, Server version: 2.0.20.1 Win32 02-10-06 21:42:02,ERROR,All,SQL, Database initialization error: EDatabaseError.dbExpress Error: Invalid Username/Password 02-10-06 21:42:02,ERROR,All,SERVER, Start_Server: unable to open database 02-10-06 21:42:02,ERROR,All,GENERAL, critical error, shutdown initiated
Yes I have the 3.x dll in the ts2 folder. Yes I've tried old style hash login for compatibility didn't help. I'm not about to install any other version of MySql because I'm slaving db functions to have a real time backup of my vBulletin forum.Code:[DBEXPRESS] sqldir=mysql_sql Drivername=mysql Database=mytestdb Hostname=localhost:43306 User_name=test Password=6589 GetDriverFunc=getSQLDriverMYSQL VendorLib=libmysql.dll LibraryName=dbexpmysql.dll Active=1
Is there a specific version dll that I need.
-
03-10-2006, 09:52 #2
-= TeamSpeak User =-
- Join Date
- Oct 2006
- Location
- no where
- Posts
- 8
Ok for what ever reason having a password on the DB causes this whole issue. You obviously need better MySql support with version 3 or were in trouble.
But the installer I have seems to be missing quite a few .sql files to complete the setup under mysql. Downloading from the other mirror to see if its got the correct files in it.
Heres the server.ini
Heres the error logCode:[debug] MessageTypes=LMTALL MessageDepths=LMDALL [Main Config] ExternalIPDectection=1 HTTPServer Port=14534 HTTPServer Enabled=1 DateTimeFormat=dd-mm-yyyy hh:nn:ss TCPQueryPort=51234 AllowedClientNameChars= DisAllowedClientNameChars=()[]{} BoundToIp1= [WebPost] AdminEmail=na ISPLinkURL=na ISPName=Private ISPCountryNumber=0 Enabled=1 PostURL= ListPublic=1 UserAgent=teamspeak [log] access_r=1 access_u=1 channel_registerred=1 channel_unregisterred=1 sa=1 chat=1 kick_server=1 kick_channel=1 [Spam] max_commands=10 in_seconds=2 [DBEXPRESS] sqldir=C:\Program Files\Teamspeak2_RC2ser\mysql_sql\ Drivername=mysql Database=ts Hostname=127.0.0.1 User_name=tsclient Password= GetDriverFunc=getSQLDriverMYSQL VendorLib=libmySQL.dll LibraryName=dbexpmysql.dll Active=1
Now looking though the directory structor the sqlite_sql has quite a few of the mentioned files. Course trying to use them just crashes the ts server.Code:03-10-06 03:42:52,ALL,Info,server, Server init initialized 03-10-06 03:42:52,ALL,Info,server, Server version: 2.0.20.1 Win32 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\read_servers.sql 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\new_server.sql 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\read_server_privilege.sql 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\new_server_privilege.sql 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\read_server_privilege.sql 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\new_server_privilege.sql 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\read_server_privilege.sql 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\new_server_privilege.sql 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\read_server_privilege.sql 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\new_server_privilege.sql 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\read_server_privilege.sql 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\new_server_privilege.sql 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\read_server_privilege.sql 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\new_server_privilege.sql 03-10-06 03:42:52,ALL,Info,server, Starting VirtualServer id:0 with port:8767 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\edit_server.sql 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\read_channels.sql 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\new_channel.sql 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\read_bans.sql 03-10-06 03:42:52,WARNING,Info,SERVER, Default VirtualServer created 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\read_clients_name.sql 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\new_client.sql 03-10-06 03:42:52,WARNING,Info,SERVER, admin account info: username: admin password: 8dyo2o 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\read_clients_name.sql 03-10-06 03:42:52,ERROR,All,SQL, SQL file not found C:\Program Files\Teamspeak2_RC2ser\mysql_sql\new_client.sql 03-10-06 03:42:52,WARNING,Info,SERVER, superadmin account info: username: superadmin password: yfwdya 03-10-06 03:42:52,ALL,Info,server, Server init finished
Anyone have the missing SQL files???
-
03-10-2006, 16:39 #3
-= TeamSpeak Fanatic =-
- Join Date
- Oct 2006
- Location
- UK
- Posts
- 1,029
I found it easiest just to download the Linux version and copy the mysql_sql folder into your team speak directory
There are some changes you have to make to some of the files
Or, use The Attachment at the end of the post
That is the uploaded version of mine that work
As for the DLL's
Ive recently just worked it out for someone else using various threads
Download and install http://crlab.com/dbx/dbxmda.exe
Get the dbexpmda.dll out of the directory, and stick it in the TS directory, also, putting the libmysql.dll is worth it (Download a new version or copy it from a MySQL Dir!) - It makes like a bit easier
Change the reference under library name to dbexpmda.dll and change GetDriverFunc to getSQLDriverMySQLDirect
Then
You need to change your config to
As Per Below
Code:[DBEXPRESS] sqldir=mysql_sql Drivername=mysql Database=mytestdb Hostname=localhost:43306 User_name=test Password=6589 GetDriverFunc=getSQLDriverMySQLDirect VendorLib=libmysql.dll LibraryName=dbexpmda.dll Active=1
Hope this helps
Notes from where i've posted it before: http://forum.goteamspeak.com/showthread.php?t=33504
Sam
Edit: Oh, and that works with passwords
-
03-10-2006, 21:45 #4
-= TeamSpeak User =-
- Join Date
- Oct 2006
- Location
- no where
- Posts
- 8
-
03-10-2006, 22:50 #5
-= TeamSpeak User =-
- Join Date
- Oct 2006
- Location
- no where
- Posts
- 8
Alright I know have a successful DB connection.
Now need to connect my TS to a remote db and were good.
Thanks for the links and info. It was very helpful. This info really needs to be added to the MySql 4.x stickie and the stickie pruned.
-
04-10-2006, 09:30 #6
-= TeamSpeak Fanatic =-
- Join Date
- Oct 2006
- Location
- UK
- Posts
- 1,029
No Problems
If i can help, feel free to ask
Sam
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Howto] TS2 Server + MySQL 5.0
By ConiKost in forum [TeamSpeak 2] Server SupportReplies: 0Last Post: 08-06-2006, 19:08 -
Windows TS2 Server to Remote MySQL Server?
By xCav8r in forum [TeamSpeak 2] Server SupportReplies: 4Last Post: 19-02-2005, 15:57 -
Found some problems (and fixed) with a TS2 and MySQL installation
By MaD-Ogre in forum [TeamSpeak 2] Server SupportReplies: 6Last Post: 20-01-2005, 22:21 -
Kann ts2 nicht starten.
By doedalu in forum [TeamSpeak 2] Server SupportReplies: 13Last Post: 22-05-2004, 05:52 -
TS2, MySQL, & webpost with GLLCTS2
By Ironbar in forum [TeamSpeak 2] Server SupportReplies: 2Last Post: 05-05-2004, 01:53


Reply With Quote
