PDA

View Full Version : Dbs to Mysql conversion


bfvww2
19-01-2007, 10:05
Hi!
I know this question has been asked many times, but i didn't found a great solution. :)

I installed, on my linux server, a Teamspeak Server (last version) and I made many channels and users. I decided to install Mysql support for my server (so I'll be able to manage users and channels with mysql commands). But there is a problem: i don't want to lost my precedent modifications... so i want to save my datas into the news mysql database. I know all my server configuration is stocked in server.dbs. I'd like to take all my datas of this file and translate it in mysql...

But the synthax is not the same! How to convert?

Thanks! :rolleyes:

Reedy Boy
19-01-2007, 11:44
There is a windows tool here:
http://forum.goteamspeak.com/showthread.php?t=12184

Or the attachment

http://forum.goteamspeak.com/attachment.php?attachmentid=572&d=1109333541


Use that to create a SQL dump of the SQL lite file, then you can insert that into your TS using phpMyAdmin or MySQL Administrator or otherwise



Hope this helps


Also, i'll reply to your PM regarding the other issue



Sam

bfvww2
19-01-2007, 13:46
Oh thanks! I tried, and all works... very simple! thanks again for coders and you!

Reedy Boy
19-01-2007, 13:55
Oh thanks! I tried, and all works... very simple! thanks again for coders and you!

No Probs

:)