Community Forums Today's Posts     Member List     Archive    
Results 1 to 13 of 13
  1. #1
    Join Date
    Jan 2010
    Location
    Czech Republic
    Posts
    3

    server will not start

    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!
    a solution?

  2. #2
    Join Date
    Jun 2008
    Posts
    7,764
    Is this a new server or an udpeated and please provide more informations.
    ---------------------------------------------------------
    Please don't send me private support questions.
    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)

  3. #3
    Join Date
    Jan 2010
    Location
    Czech Republic
    Posts
    3
    It's update.
    Debian server x64
    What's more?

  4. #4
    Join Date
    Jun 2008
    Posts
    7,764
    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 support questions.
    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)

  5. #5
    Join Date
    Dec 2009
    Location
    UK
    Posts
    29
    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.

  6. #6
    Join Date
    Dec 2009
    Location
    UK
    Posts
    29
    fixed himself

    modify the sql file: update_20.sql

    DROP TABLE IF EXISTS complain_hash;
    --ALTER TABLE complains ADD COLUMN complain_hash varchar(255);
    ts started without problems

    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
    oh 2 warnings, but why ?

    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
    Edit:
    Ok i change the antiflood points and restart the server all fine now

  7. #7
    Join Date
    Nov 2010
    Location
    Berlin
    Posts
    4
    hi,

    when i fixed it with
    DROP TABLE IF EXISTS complain_hash;
    --ALTER TABLE complains ADD COLUMN complain_hash varchar(255);
    then i become this error :

    2012-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.
    pls help ! thanks so much
    Last edited by outbreaker84; 23-06-2012 at 12:24.

  8. #8
    Join Date
    Dec 2009
    Location
    UK
    Posts
    29
    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 ) ?

  9. #9
    Join Date
    Nov 2010
    Location
    Berlin
    Posts
    4
    same error as in your post #5 i have no other settings changed

  10. #10
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,039
    @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;

  11. #11
    Join Date
    Nov 2010
    Location
    Berlin
    Posts
    4
    ok thanks

  12. #12
    Join Date
    Dec 2009
    Location
    UK
    Posts
    29
    problem fixed ?

  13. #13
    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

  1. Replies: 2
    Last Post: 18-07-2011, 19:44
  2. Cannot start server from start menu
    By sitting duck in forum Windows
    Replies: 0
    Last Post: 20-03-2010, 00:37
  3. Replies: 0
    Last Post: 22-12-2009, 19:34
  4. Server Won't Start
    By Epoch18 in forum [TeamSpeak 2] Server Support
    Replies: 3
    Last Post: 03-01-2007, 17:21

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •