TheCryptowizard
02-12-2005, 20:44
I am currently running a MySQL backend version of TS2 on Win2k3.
I am very seasoned with teamspeak, databases, programming, etc ... so anyone that replies - please feel free to geek it out with me.
My problem occurred after I converted my existing sql lite backend to a mysql backend. After a couple of days, the server started showing evidence of database problems (ie. truncating channel descriptions, etc). So, I went in to the server (I have root access to this remote server) and used MySQL-Front to view and update the database manually. I changed a couple of the field to permit longer strings (ie. the channel descriptions).
HOWEVER - I am still having a problem with new registrations. People will join the server, register themselves, get the (R), but the registration is not writing to the database. I've written an ASP.net script which allows me to view the raw contents of the database in read-only mode for troubleshooting purposes - and I can see, in real-time, that the write is not taking place ... even though it says "Registration complete" and they get the (R).
I've tried everything from changing the max user limit, to making sure my database has room to expand, etc. I've given more and more permissions to users in regards to registration, etc ... Nothing is working!
Sometimes (on rare occassion) it seems that it does work -- but then the next day the database purges these entries that temporarily worked.
This is a really bizarre problem and it is really turning me off to Teamspeak as a whole.
Can anyone please provide some insight or reccommendations for me to consider? Thank you, ahead of time.
/r
I am very seasoned with teamspeak, databases, programming, etc ... so anyone that replies - please feel free to geek it out with me.
My problem occurred after I converted my existing sql lite backend to a mysql backend. After a couple of days, the server started showing evidence of database problems (ie. truncating channel descriptions, etc). So, I went in to the server (I have root access to this remote server) and used MySQL-Front to view and update the database manually. I changed a couple of the field to permit longer strings (ie. the channel descriptions).
HOWEVER - I am still having a problem with new registrations. People will join the server, register themselves, get the (R), but the registration is not writing to the database. I've written an ASP.net script which allows me to view the raw contents of the database in read-only mode for troubleshooting purposes - and I can see, in real-time, that the write is not taking place ... even though it says "Registration complete" and they get the (R).
I've tried everything from changing the max user limit, to making sure my database has room to expand, etc. I've given more and more permissions to users in regards to registration, etc ... Nothing is working!
Sometimes (on rare occassion) it seems that it does work -- but then the next day the database purges these entries that temporarily worked.
This is a really bizarre problem and it is really turning me off to Teamspeak as a whole.
Can anyone please provide some insight or reccommendations for me to consider? Thank you, ahead of time.
/r