Results 1 to 13 of 13
Thread: server will not start
-
21-06-2012, 12:11 #1
-= TeamSpeak User =-
- Join Date
- Jan 2010
- Location
- Czech Republic
- Posts
- 3
server will not start
a solution?Code:2012-06-21 10:58:39.658591|INFO |ServerLibPriv | | TeamSpeak 3 Server 3.0.6 (2012-06-21 04:43:35) 2012-06-21 10:58:39.659129|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH 2012-06-21 10:58:39.659202|INFO |DatabaseQuery | | dbPlugin version: 3.7.3 2012-06-21 10:58:39.659526|INFO |DatabaseQuery | | checking database integrity (may take a while) 2012-06-21 10:58:39.742884|ERROR |DatabaseQuery | | db_exec failed duplicate column name: complain_hash 2012-06-21 10:58:39.742967|ERROR |DatabaseQuery | | db_exec() ALTER TABLE complains ADD COLUMN complain_hash varchar(255); error: duplicate column name: complain_hash 2012-06-21 10:58:39.743002|ERROR |SQL | | database update to revision: 20 failed!
-
21-06-2012, 12:46 #2
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,776
Is this a new server or an udpeated and please provide more informations.
---------------------------------------------------------
Please don't send me private messages with support questions as long I or someone else from Teamspeak Staff asked for it.
Seriously > They belong into the forum and maybe other users have these questions/problems too.
TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
NPL License (Registration)
-
21-06-2012, 12:53 #3
-= TeamSpeak User =-
- Join Date
- Jan 2010
- Location
- Czech Republic
- Posts
- 3
It's update.
Debian server x64
What's more?
-
21-06-2012, 13:07 #4
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,776
Can you send me your database file in a private message?
A backup of your database would be helpfull too.
Maybe i can reproduce this then.---------------------------------------------------------
Please don't send me private messages with support questions as long I or someone else from Teamspeak Staff asked for it.
Seriously > They belong into the forum and maybe other users have these questions/problems too.
TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
NPL License (Registration)
-
23-06-2012, 07:51 #5
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- UK
- Posts
- 31
confirmed same problem on
Debian server x64
2012-06-23 06:52:46.759990|INFO |ServerLibPriv | | TeamSpeak 3 Server 3.0.6 (2012-06-21 04:43:35)
2012-06-23 06:52:46.760385|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
2012-06-23 06:52:46.760424|INFO |DatabaseQuery | | dbPlugin version: 3.7.3
2012-06-23 06:52:46.760639|INFO |DatabaseQuery | | checking database integrity (may take a while)
2012-06-23 06:52:46.896000|ERROR |DatabaseQuery | | db_exec failed duplicate column name: complain_hash
2012-06-23 06:52:46.896051|ERROR |DatabaseQuery | | db_exec() ALTER TABLE complains ADD COLUMN complain_hash varchar(255); error: duplicate column name: complain_hash
2012-06-23 06:52:46.896070|ERROR |SQL | | database update to revision: 20 failed!Last edited by Betaman2k; 23-06-2012 at 08:03.
-
23-06-2012, 08:35 #6
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- UK
- Posts
- 31
fixed himself
modify the sql file: update_20.sql
ts started without problemsDROP TABLE IF EXISTS complain_hash;
--ALTER TABLE complains ADD COLUMN complain_hash varchar(255);
oh 2 warnings, but why ?2012-06-23 07:36:10.081304|INFO |ServerLibPriv | | TeamSpeak 3 Server 3.0.6 (2012-06-21 04:43:35)
2012-06-23 07:36:10.081709|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
2012-06-23 07:36:10.081758|INFO |DatabaseQuery | | dbPlugin version: 3.7.3
2012-06-23 07:36:10.081982|INFO |DatabaseQuery | | checking database integrity (may take a while)
2012-06-23 07:36:10.327180|INFO |Accounting | | Licensing Information
2012-06-23 07:36:10.327242|INFO |Accounting | | type : Non-profit
2012-06-23 07:36:10.327296|INFO |Accounting | | starting date : Mon Dec 19 00:00:00 2011
2012-06-23 07:36:10.327321|INFO |Accounting | | ending date : Fri Dec 21 00:00:00 2012
2012-06-23 07:36:10.327342|INFO |Accounting | | max virtualservers: 10
2012-06-23 07:36:10.327365|INFO |Accounting | | max slots : 512
Edit:2012-06-23 07:36:10.355993|WARNING |Variables | | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_command_stop
2012-06-23 07:36:10.356052|WARNING |Variables | | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_ip_ban
Ok i change the antiflood points and restart the server all fine now
-
23-06-2012, 12:08 #7
-= TeamSpeak User =-
- Join Date
- Nov 2010
- Location
- Berlin
- Posts
- 4
hi,
when i fixed it withthen i become this error :DROP TABLE IF EXISTS complain_hash;
--ALTER TABLE complains ADD COLUMN complain_hash varchar(255);
pls help ! thanks so much2012-06-23 11:22:49.975191|INFO |ServerLibPriv | | TeamSpeak 3 Server 3.0.6 (2012-06-21 04:43:35)
2012-06-23 11:22:49.976502|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
2012-06-23 11:22:49.976543|INFO |DatabaseQuery | | dbPlugin version: 3.7.3
2012-06-23 11:22:49.976848|INFO |DatabaseQuery | | checking database integrity (may take a while)
2012-06-23 11:22:50.189329|INFO |Accounting | | Licensing Information
2012-06-23 11:22:50.189445|INFO |Accounting | | type : Non-profit
2012-06-23 11:22:50.189506|INFO |Accounting | | starting date : Fri Feb 17 00:00:00 2012
2012-06-23 11:22:50.189528|INFO |Accounting | | ending date : Wed Aug 22 00:00:00 2012
2012-06-23 11:22:50.189545|INFO |Accounting | | max virtualservers: 10
2012-06-23 11:22:50.189560|INFO |Accounting | | max slots : 512
2012-06-23 11:22:50.206059|INFO |FileManager | | listening on 0.0.0.0:30033
2012-06-23 11:22:50.211135|WARNING |Variables | | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_warning
2012-06-23 11:22:50.211190|WARNING |Variables | | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_kick
2012-06-23 11:22:50.211212|WARNING |Variables | | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_ban
2012-06-23 11:22:50.211228|WARNING |Variables | | loadFromDatabase() found unregistered ident: virtualserver_antiflood_ban_time
2012-06-23 11:22:50.238150|ERROR |DatabaseQuery | | sqlite3_prepare failed no such column: server_id
2012-06-23 11:22:50.238229|ERROR |DatabaseQuery | | db_open() select * from complains where server_id = 5; error: no such column: server_id
2012-06-23 11:22:50.238256|ERROR |VirtualSvrMgr | | loading VirtualServer(5) failed to start, error: database error
2012-06-23 11:22:50.239049|WARNING |Variables | | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_warning
2012-06-23 11:22:50.239076|WARNING |Variables | | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_kick
2012-06-23 11:22:50.239092|WARNING |Variables | | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_ban
2012-06-23 11:22:50.239110|WARNING |Variables | | loadFromDatabase() found unregistered ident: virtualserver_antiflood_ban_time
2012-06-23 11:22:50.259965|ERROR |DatabaseQuery | | sqlite3_prepare failed no such column: server_id
2012-06-23 11:22:50.260041|ERROR |DatabaseQuery | | db_open() select * from complains where server_id = 6; error: no such column: server_id
2012-06-23 11:22:50.260073|ERROR |VirtualSvrMgr | | loading VirtualServer(6) failed to start, error: database error
2012-06-23 11:22:50.260366|INFO |CIDRManager | | updated query_ip_whitelist ips: 127.0.0.1,
2012-06-23 11:22:50.260799|INFO |Query | | listening on 0.0.0.0:10011
2012-06-23 11:24:02.014328|INFO |ServerMain | | Received signal SIGTERM, shutting down.
Last edited by outbreaker84; 23-06-2012 at 12:24.
-
23-06-2012, 12:47 #8
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- UK
- Posts
- 31
Heya
please post your first error, without the temp fix ( listening on 0.0.0.0:10011 ) why listening on 0.0.0.0 ( u need a IP from your server or ) ?
-
23-06-2012, 13:21 #9
-= TeamSpeak User =-
- Join Date
- Nov 2010
- Location
- Berlin
- Posts
- 4
same error as in your post #5
i have no other settings changed
-
23-06-2012, 14:01 #10
-= TeamSpeak Fanatic =-
- Join Date
- Jan 2010
- Location
- Germany
- Posts
- 2,042
@Betaman2k
0.0.0.0 is just fine it basicly just means "all available IPs".
@outbreaker84
looks like you completely trashed your Database. It seems to be missing a vital column in at least one vital Table of the Database. Unless you have a backup of your Database before messing with it you are out of luck and need to start with a fresh Database.
This is what a proper 3.0.6 Database should look like:
Code:SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; -- -- Table structure for table `bans` -- DROP TABLE IF EXISTS `bans`; CREATE TABLE IF NOT EXISTS `bans` ( `ban_id` int(11) NOT NULL AUTO_INCREMENT, `server_id` int(10) unsigned DEFAULT NULL, `ban_ip` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `ban_name` varchar(2048) COLLATE utf8_unicode_ci DEFAULT NULL, `ban_uid` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `ban_timestamp` int(10) unsigned DEFAULT NULL, `ban_length` int(10) unsigned DEFAULT NULL, `ban_invoker_client_id` int(10) unsigned DEFAULT NULL, `ban_invoker_uid` varchar(40) COLLATE utf8_unicode_ci DEFAULT NULL, `ban_invoker_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `ban_reason` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `ban_enforcements` int(10) unsigned DEFAULT '0', PRIMARY KEY (`ban_id`), KEY `index_bans_serverid` (`server_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci ; -- -------------------------------------------------------- -- -- Table structure for table `bindings` -- DROP TABLE IF EXISTS `bindings`; CREATE TABLE IF NOT EXISTS `bindings` ( `binding_id` int(11) NOT NULL AUTO_INCREMENT, `ip` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `type` int(11) DEFAULT NULL, PRIMARY KEY (`binding_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci ; -- -------------------------------------------------------- -- -- Table structure for table `channels` -- DROP TABLE IF EXISTS `channels`; CREATE TABLE IF NOT EXISTS `channels` ( `channel_id` int(11) NOT NULL AUTO_INCREMENT, `channel_parent_id` int(10) unsigned DEFAULT NULL, `server_id` int(10) unsigned NOT NULL, PRIMARY KEY (`channel_id`), KEY `index_channels_id` (`channel_id`), KEY `index_channels_serverid` (`server_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci ; -- -------------------------------------------------------- -- -- Table structure for table `channel_properties` -- DROP TABLE IF EXISTS `channel_properties`; CREATE TABLE IF NOT EXISTS `channel_properties` ( `server_id` int(10) unsigned DEFAULT NULL, `id` int(10) unsigned DEFAULT NULL, `ident` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `value` varchar(8192) COLLATE utf8_unicode_ci DEFAULT NULL, KEY `index_channel_properties_id` (`id`), KEY `index_channel_properties_serverid` (`server_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `clients` -- DROP TABLE IF EXISTS `clients`; CREATE TABLE IF NOT EXISTS `clients` ( `client_id` int(11) NOT NULL AUTO_INCREMENT, `server_id` int(10) unsigned DEFAULT NULL, `client_unique_id` varchar(40) COLLATE utf8_unicode_ci DEFAULT NULL, `client_nickname` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `client_login_name` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL, `client_login_password` varchar(40) COLLATE utf8_unicode_ci DEFAULT NULL, `client_lastconnected` int(10) unsigned DEFAULT NULL, `client_totalconnections` int(10) unsigned DEFAULT '0', `client_month_upload` int(10) unsigned DEFAULT '0', `client_month_download` int(10) unsigned DEFAULT '0', `client_total_upload` int(10) unsigned DEFAULT '0', `client_total_download` int(10) unsigned DEFAULT '0', `client_lastip` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL, PRIMARY KEY (`client_id`), UNIQUE KEY `client_login_name` (`client_login_name`), KEY `index_clients_id` (`client_id`), KEY `index_clients_serverid` (`server_id`), KEY `index_clients_lastconnectedserverid` (`client_lastconnected`,`server_id`), KEY `index_clients_uid` (`client_unique_id`,`server_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci ; -- -------------------------------------------------------- -- -- Table structure for table `client_properties` -- DROP TABLE IF EXISTS `client_properties`; CREATE TABLE IF NOT EXISTS `client_properties` ( `server_id` int(10) unsigned DEFAULT NULL, `id` int(10) unsigned DEFAULT NULL, `ident` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `value` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, KEY `index_client_properties_id` (`id`), KEY `index_client_properties_serverid` (`server_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `complains` -- DROP TABLE IF EXISTS `complains`; CREATE TABLE IF NOT EXISTS `complains` ( `server_id` int(10) unsigned DEFAULT NULL, `complain_from_client_id` int(10) unsigned DEFAULT NULL, `complain_to_client_id` int(10) unsigned DEFAULT NULL, `complain_message` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `complain_timestamp` int(10) unsigned DEFAULT NULL, `complain_hash` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, KEY `index_complains_serverid` (`server_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `custom_fields` -- DROP TABLE IF EXISTS `custom_fields`; CREATE TABLE IF NOT EXISTS `custom_fields` ( `server_id` int(10) unsigned DEFAULT NULL, `client_id` int(10) unsigned DEFAULT NULL, `ident` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `value` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, KEY `index_custom_fields_serverid` (`server_id`), KEY `index_custom_fields_client_id` (`client_id`), KEY `index_custom_fields_ident` (`ident`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `groups_channel` -- DROP TABLE IF EXISTS `groups_channel`; CREATE TABLE IF NOT EXISTS `groups_channel` ( `group_id` int(11) NOT NULL AUTO_INCREMENT, `server_id` int(10) unsigned NOT NULL, `name` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `type` int(11) NOT NULL, PRIMARY KEY (`group_id`), KEY `index_groups_channel_id` (`group_id`), KEY `index_groups_channel_serverid` (`server_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci ; -- -------------------------------------------------------- -- -- Table structure for table `groups_server` -- DROP TABLE IF EXISTS `groups_server`; CREATE TABLE IF NOT EXISTS `groups_server` ( `group_id` int(11) NOT NULL AUTO_INCREMENT, `server_id` int(10) unsigned NOT NULL, `name` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `type` int(11) NOT NULL, PRIMARY KEY (`group_id`), KEY `index_groups_server_id` (`group_id`), KEY `index_groups_server_serverid` (`server_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci ; -- -------------------------------------------------------- -- -- Table structure for table `group_channel_to_client` -- DROP TABLE IF EXISTS `group_channel_to_client`; CREATE TABLE IF NOT EXISTS `group_channel_to_client` ( `group_id` int(10) unsigned NOT NULL, `server_id` int(10) unsigned NOT NULL, `id1` int(10) unsigned NOT NULL, `id2` int(10) unsigned NOT NULL, KEY `index_group_channel_to_client_id` (`group_id`), KEY `index_group_channel_to_client_serverid` (`server_id`), KEY `index_group_channel_to_client_id1` (`id1`), KEY `index_group_channel_to_client_id2` (`id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `group_server_to_client` -- DROP TABLE IF EXISTS `group_server_to_client`; CREATE TABLE IF NOT EXISTS `group_server_to_client` ( `group_id` int(10) unsigned NOT NULL, `server_id` int(10) unsigned NOT NULL, `id1` int(10) unsigned NOT NULL, `id2` int(10) unsigned NOT NULL, KEY `index_group_server_to_client_id` (`group_id`), KEY `index_group_server_to_client_serverid` (`server_id`), KEY `index_group_server_to_client_id1` (`id1`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `instance_properties` -- DROP TABLE IF EXISTS `instance_properties`; CREATE TABLE IF NOT EXISTS `instance_properties` ( `server_id` int(10) unsigned DEFAULT NULL, `string_id` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `id` int(10) unsigned DEFAULT NULL, `ident` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `value` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, KEY `index_instance_properties_id` (`id`), KEY `index_instance_properties_string_id` (`string_id`), KEY `index_instance_properties_serverid` (`server_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `messages` -- DROP TABLE IF EXISTS `messages`; CREATE TABLE IF NOT EXISTS `messages` ( `message_id` int(11) NOT NULL AUTO_INCREMENT, `server_id` int(10) unsigned DEFAULT NULL, `message_from_client_id` int(10) unsigned DEFAULT NULL, `message_from_client_uid` varchar(40) COLLATE utf8_unicode_ci DEFAULT NULL, `message_to_client_id` int(10) unsigned DEFAULT NULL, `message_subject` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `message_msg` text COLLATE utf8_unicode_ci, `message_timestamp` int(10) unsigned DEFAULT NULL, `message_flag_read` int(11) DEFAULT '0', PRIMARY KEY (`message_id`), KEY `index_messages_serverid` (`server_id`), KEY `index_messages_msgidtoclid_read` (`message_to_client_id`,`message_flag_read`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci ; -- -------------------------------------------------------- -- -- Table structure for table `perm_channel` -- DROP TABLE IF EXISTS `perm_channel`; CREATE TABLE IF NOT EXISTS `perm_channel` ( `server_id` int(10) unsigned NOT NULL, `id1` int(10) unsigned NOT NULL, `id2` int(10) unsigned NOT NULL, `perm_id` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `perm_value` int(11) DEFAULT NULL, `perm_negated` int(11) DEFAULT NULL, `perm_skip` int(11) DEFAULT NULL, KEY `index_perm_channel_serverid` (`server_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `perm_channel_clients` -- DROP TABLE IF EXISTS `perm_channel_clients`; CREATE TABLE IF NOT EXISTS `perm_channel_clients` ( `server_id` int(10) unsigned NOT NULL, `id1` int(10) unsigned NOT NULL, `id2` int(10) unsigned NOT NULL, `perm_id` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `perm_value` int(11) DEFAULT NULL, `perm_negated` int(11) DEFAULT NULL, `perm_skip` int(11) DEFAULT NULL, KEY `index_perm_channel_clients_serverid` (`server_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `perm_channel_groups` -- DROP TABLE IF EXISTS `perm_channel_groups`; CREATE TABLE IF NOT EXISTS `perm_channel_groups` ( `server_id` int(10) unsigned NOT NULL, `id1` int(10) unsigned NOT NULL, `id2` int(10) unsigned NOT NULL, `perm_id` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `perm_value` int(11) DEFAULT NULL, `perm_negated` int(11) DEFAULT NULL, `perm_skip` int(11) DEFAULT NULL, KEY `index_perm_channel_groups_serverid` (`server_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `perm_client` -- DROP TABLE IF EXISTS `perm_client`; CREATE TABLE IF NOT EXISTS `perm_client` ( `server_id` int(10) unsigned NOT NULL, `id1` int(10) unsigned NOT NULL, `id2` int(10) unsigned NOT NULL, `perm_id` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `perm_value` int(11) DEFAULT NULL, `perm_negated` int(11) DEFAULT NULL, `perm_skip` int(11) DEFAULT NULL, KEY `index_perm_client_serverid` (`server_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `perm_server_group` -- DROP TABLE IF EXISTS `perm_server_group`; CREATE TABLE IF NOT EXISTS `perm_server_group` ( `server_id` int(10) unsigned NOT NULL, `id1` int(10) unsigned NOT NULL, `id2` int(10) unsigned NOT NULL, `perm_id` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `perm_value` int(11) DEFAULT NULL, `perm_negated` int(11) DEFAULT NULL, `perm_skip` int(11) DEFAULT NULL, KEY `index_perm_server_group_serverid` (`server_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `servers` -- DROP TABLE IF EXISTS `servers`; CREATE TABLE IF NOT EXISTS `servers` ( `server_id` int(11) NOT NULL AUTO_INCREMENT, `server_port` int(10) unsigned DEFAULT NULL, `server_autostart` int(10) unsigned DEFAULT NULL, `server_machine_id` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL, `server_month_upload` int(10) unsigned DEFAULT '0', `server_month_download` int(10) unsigned DEFAULT '0', `server_total_upload` int(10) unsigned DEFAULT '0', `server_total_download` int(10) unsigned DEFAULT '0', PRIMARY KEY (`server_id`), KEY `index_servers_serverid` (`server_id`), KEY `index_servers_port` (`server_port`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci ; -- -------------------------------------------------------- -- -- Table structure for table `server_properties` -- DROP TABLE IF EXISTS `server_properties`; CREATE TABLE IF NOT EXISTS `server_properties` ( `server_id` int(10) unsigned DEFAULT NULL, `id` int(10) unsigned DEFAULT NULL, `ident` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `value` varchar(2048) COLLATE utf8_unicode_ci DEFAULT NULL, KEY `index_server_properties_id` (`id`), KEY `index_server_properties_serverid` (`server_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `tokens` -- DROP TABLE IF EXISTS `tokens`; CREATE TABLE IF NOT EXISTS `tokens` ( `server_id` int(10) unsigned DEFAULT NULL, `token_key` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `token_type` int(11) DEFAULT NULL, `token_id1` int(10) unsigned DEFAULT NULL, `token_id2` int(10) unsigned DEFAULT NULL, `token_created` int(10) unsigned DEFAULT NULL, `token_description` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `token_customset` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-
23-06-2012, 14:19 #11
-= TeamSpeak User =-
- Join Date
- Nov 2010
- Location
- Berlin
- Posts
- 4
ok thanks
-
24-06-2012, 08:27 #12
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- UK
- Posts
- 31
problem fixed ?
-
24-06-2012, 11:05 #13
-= TeamSpeak User =-
- Join Date
- Nov 2010
- Location
- Berlin
- Posts
- 4
no
i started with a new database
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Teamspeak Server, Ubuntu Server 10.04.2 x86 LTS Start on boot, problem?
By SupaBeast in forum Linux / FreeBSDReplies: 2Last Post: 18-07-2011, 19:44 -
Cannot start server from start menu
By sitting duck in forum WindowsReplies: 0Last Post: 20-03-2010, 00:37 -
[Outdated] Start/stop TS3 Server in Debian Linux start-stop-daemon (not screen)
By nixniemand in forum Linux / FreeBSDReplies: 0Last Post: 22-12-2009, 19:34 -
Server Won't Start
By Epoch18 in forum [TeamSpeak 2] Server SupportReplies: 3Last Post: 03-01-2007, 17:21


Reply With Quote