dogodr
13-04-2004, 23:29
Currently we ran into some problems with the sqlite given us these error..........
12-04-04 20:50:01,ERROR,All,SQL, ExcecSQL Error: database is full in query: update ts2_clients set
12-04-04 20:50:06,ERROR,All,SQL, OpenSQL Error: database is full in query: select * from ts2_channel_privileges
After restarting the server all is well for another day.
So we have decided to move all the data to a mysql database, the dump from sqlite was successful and the Mysql DB Teamspeak with tables has been created and all info is correct.
Here is current dbexpress set up for Mysql
[DBEXPRESS]
sqldir=mysql_sql
Drivername=mysql
Database=Teamspeak
Hostname=localhost
User_name=*******
Password=******
GetDriverFunc=getSQLDriverMYSQL
VendorLib=C:/mysql/lib/opt/libmySQL.dll
LibraryName=C:/Program Files/Teamspeak2_RC2/dbexpmysql.dll
Active=1
Here is the errors..........
13-04-04 16:09:03,ALL,Info,server, Server init initialized
13-04-04 16:09:03,ALL,Info,server, Server version: 2.0.20.1 Win32
13-04-04 16:09:03,ERROR,All,SQL, SQL file not found C:/Program Files/Teamspeak2_RC2/mysql_sql/read_servers.sql
This TS server is very big with 2788 registered users and 100 Channels.
1. Why is the Sqlite DB giving the "DB full' error and how would you correct that error?
2. What is missing for the Mysql DB to work?
I have noticed that in the mysql_sql file that the read_servers.sql does not exist, do I need to bring the file over from the sqlite_sql folder?
I hope you guys can help us out and thankyou!
12-04-04 20:50:01,ERROR,All,SQL, ExcecSQL Error: database is full in query: update ts2_clients set
12-04-04 20:50:06,ERROR,All,SQL, OpenSQL Error: database is full in query: select * from ts2_channel_privileges
After restarting the server all is well for another day.
So we have decided to move all the data to a mysql database, the dump from sqlite was successful and the Mysql DB Teamspeak with tables has been created and all info is correct.
Here is current dbexpress set up for Mysql
[DBEXPRESS]
sqldir=mysql_sql
Drivername=mysql
Database=Teamspeak
Hostname=localhost
User_name=*******
Password=******
GetDriverFunc=getSQLDriverMYSQL
VendorLib=C:/mysql/lib/opt/libmySQL.dll
LibraryName=C:/Program Files/Teamspeak2_RC2/dbexpmysql.dll
Active=1
Here is the errors..........
13-04-04 16:09:03,ALL,Info,server, Server init initialized
13-04-04 16:09:03,ALL,Info,server, Server version: 2.0.20.1 Win32
13-04-04 16:09:03,ERROR,All,SQL, SQL file not found C:/Program Files/Teamspeak2_RC2/mysql_sql/read_servers.sql
This TS server is very big with 2788 registered users and 100 Channels.
1. Why is the Sqlite DB giving the "DB full' error and how would you correct that error?
2. What is missing for the Mysql DB to work?
I have noticed that in the mysql_sql file that the read_servers.sql does not exist, do I need to bring the file over from the sqlite_sql folder?
I hope you guys can help us out and thankyou!