WC3FT - MySQL Error Querring Databes (info schema tables)

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
schnuggi
Peon
Posts: 3
Joined: Fri Mar 21, 2008 3:22 pm

WC3FT - MySQL Error Querring Databes (info schema tables)

Post by schnuggi » Fri Mar 21, 2008 3:31 pm

Hi,

after trying to work why I don't get our server to run fine and searching through these forums I'm finally done, and ask for help.

The issue is that I can't choose a race on the server and looking in the server console it gives me this:

Server is running as a dedicated online server on a linux (opensuse10.2)
Executing AMX Mod X Configuration File
Scrolling message displaying frequency: 10:00 minutes
Adding master server 69.28.151.162:27010
Adding master server 68.142.72.250:27010
Connection to Steam servers successful.
VAC secure mode is activated.
[WAR3FT] MySQL X database connection successful
L 03/21/2008 - 22:12:47: [war3ft.amxx] [MYSQLX] Error in querying database, location: 12
L 03/21/2008 - 22:12:47: [MYSQLX] Error in querying database, location: 12
L 03/21/2008 - 22:12:47: [war3ft.amxx] [MYSQLX] Message: Table 'information_schema.tables' doesn't exist (1146)
L 03/21/2008 - 22:12:47: [MYSQLX] Message: Table 'information_schema.tables' doesn't exist (1146)
L 03/21/2008 - 22:12:47: [war3ft.amxx] [MYSQLX] Query statement: SELECT count(*) FROM information_schema.tables WHERE table_schema = 'wc3ft' AND table_name = 'war3users';
L 03/21/2008 - 22:12:47: [MYSQLX] Query statement: SELECT count(*) FROM information_schema.tables WHERE table_schema = 'wc3ft' AND table_name = 'war3users';
I don't know whats wrong apart that something doesn't seem to be alright with the database tables, I suppose.

amx plugins:
Currently loaded plugins:
name version author file status
[ 1] Admin Base 1.8.0.3660 AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.8.0.3660 AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.8.0.3660 AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 1.8.0.3660 AMXX Dev Team adminslots.amxx running
[ 5] Multi-Lingual System 1.8.0.3660 AMXX Dev Team multilingual.am running
[ 6] Menus Front-End 1.8.0.3660 AMXX Dev Team menufront.amxx running
[ 7] Commands Menu 1.8.0.3660 AMXX Dev Team cmdmenu.amxx running
[ 8] Players Menu 1.8.0.3660 AMXX Dev Team plmenu.amxx running
[ 9] Maps Menu 1.8.0.3660 AMXX Dev Team mapsmenu.amxx running
[ 10] Admin Chat 1.8.0.3660 AMXX Dev Team adminchat.amxx running
[ 11] Anti Flood 1.8.0.3660 AMXX Dev Team antiflood.amxx running
[ 12] Scrolling Message 1.8.0.3660 AMXX Dev Team scrollmsg.amxx running
[ 13] Info. Messages 1.8.0.3660 AMXX Dev Team imessage.amxx running
[ 14] Admin Votes 1.8.0.3660 AMXX Dev Team adminvote.amxx running
[ 15] NextMap 1.8.0.3660 AMXX Dev Team nextmap.amxx running
[ 16] Nextmap Chooser 1.8.0.3660 AMXX Dev Team mapchooser.amxx running
[ 17] TimeLeft 1.8.0.3660 AMXX Dev Team timeleft.amxx running
[ 18] Pause Plugins 1.8.0.3660 AMXX Dev Team pausecfg.amxx running
[ 19] Stats Configuration 1.8.0.3660 AMXX Dev Team statscfg.amxx running
[ 20] StatsX 1.8.0.3660 AMXX Dev Team statsx.amxx running
[ 21] Warcraft 3 Frozen Thro 3.0 RC10 Geesu & Avanderi war3ft.amxx debug
21 plugins, 21 running
amx modules
Currently loaded modules:
name version author status
[ 1] MySQL 1.8.0.3660 AMX Mod X Dev Team running
[ 2] Fun 1.8.0.3660 AMX Mod X Dev Team running
[ 3] Engine 1.8.0.3660 AMX Mod X Dev Team running
[ 4] FakeMeta 1.8.0.3660 AMX Mod X Dev Team running
[ 5] nVault 1.8.0.3660 AMX Mod X Dev Team running
[ 6] CStrike 1.8.0.3660 AMX Mod X Dev Team running
[ 7] CSX 1.8.0.3660 AMX Mod X Dev Team running
[ 8] SQLite 1.8.0.3660 AMX Mod X Dev Team running
meta list:
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm_i386. v1.8.0.3 ini Start ANY
[ 2] MySQL RUN - mysql_amxx_i386. v1.8.0.3 pl1 ANY ANY
[ 3] Fun RUN - fun_amxx_i386.so v1.8.0.3 pl1 ANY ANY
[ 4] Engine RUN - engine_amxx_i386 v1.8.0.3 pl1 ANY ANY
[ 5] FakeMeta RUN - fakemeta_amxx_i3 v1.8.0.3 pl1 ANY ANY
[ 6] CStrike RUN - cstrike_amxx_i38 v1.8.0.3 pl1 ANY ANY
[ 7] CSX RUN - csx_amxx_i386.so v1.8.0.3 pl1 ANY ANY
[ 8] SQLite RUN - sqlite_amxx_i386 v1.8.0.3 pl1 ANY ANY
8 plugins, 8 running
war3FT.cfg
// Warcraft 3 Frozen Throne Configuration File


// Saving Options

wc3_save_xp 1 // Enables saving of experience (default is 0)
wc3_save_xp_db 1 // How should we save XP? (0 = SQLite, 1 = MySQL)

wc3_save_by 0 // What should I save this as? steam id = 0, IP = 1, name = 2 (default is 0)
wc3_save_pruning 1 // Automatically prunes the database of old users at a mapchange (default is 0)
wc3_days_before_delete 31 // However many days before deleting XP or pruning from the database (default is 31)
wc3_save_end_round 1 // Save xp at the end of each round (may cause lag, default is 1)


// SQL Database Information

wc3_sql_dbhost "127.0.0.1" // Host Name
wc3_sql_dbuser "****" // User Name
wc3_sql_dbpass "****" // Password
wc3_sql_dbname "wc3ft" // Database Name


// Admin Options

wc3_admin_flag "m" // Admin flag required to give/take XP (default is m)


// Experience Options

wc3_xp_multiplier 1.0 // set the level required to gain a level as a multiple (default 1.0)
wc3_xp_weap_multiplier 1 // Award XP based on the weapon used (default is 1)
wc3_min_players 2 // Minimum amount of players needed b4 awarding XP (default is 2)
wc3_ignore_bots 1 // Ignore bots, spectators, and HLTV when calculating minimum players required to gain XP? (default is 0)
wc3_xp_auto_average 0 // With this option set to 1, the joining players will receive the average amount of XP that all of the players have (SHORT TERM XP ONLY, default is 0)
wc3_show_objectives 1 // If enabled, will display message in chat to show XP they gain for completing certain objectives (default is 1)
wc3_show_kill_obj 0 // Shows how much XP you gain for killing someone (each kill, default is 0)
wc3_xp_radius 750 // Radius to give XP to teammates near where the special objective is completed (rescued hosties, bomb planted, killed vip, vip escaped, default is 750)


// Game Play Enhancements

wc3_races 8 // Number of races (if races are less than 5, the second shopmenu will be disabled (4 is standard war3), default is 8)
wc3_grenade_protection 0 // Only 1 HE grenade will be allowed for purchase per round (default is 0)
wc3_spec_position 0 // 0 is for left, 1 is for right (where to put the information for those spectating, default is 0)
wc3_buy_zone 0 // Restrict purchasing shopmenu items to within the buyzone? (default is 0)
wc3_buy_time 0 // Restrict purchasing shopmenu items to within the buytime? (default is 0)
wc3_buy_dead 1 // Allow users to purchause items when dead? (default is 1)
wc3_show_player 1 // Show teammate and enemy information in the center of the screen when they are on target? (not for DOD, default is 1)
wc3_query_client 1 // Check user's cl_minmodel cvar every second (default is 1)
wc3_cheats 0 // Enable cheats for wc3? (default is 0)
wc3_psychostats 1 // Print psychostats information to log files for wc3 abilities? (default is 0)
wc3_start_level 0 // What level should all players start at when joining? (default is 0)

// Icon Options (displayed above player's head)

wc3_race_icon 1 // Allow users to type /icons to show player icons above the player (default is 1)
wc3_level_icon 1 // Allow users to type /icons to see player levels above the player (default is 1)


// Chameleon Race Configuration Options - see _chameleon.txt for more information

wc3_cham_random 1 // Should the 9th race have random skills each round?, if so the next 4 option are irrelevant (default is 1)
wc3_cham_skill1 14 // What skill ID for skill 1?
wc3_cham_skill2 0 // What skill ID for skill 2?
wc3_cham_skill3 6 // What skill ID for skill 3?
wc3_cham_ultimate 7 // What skill ID for the user's ultimate?
wc3_cham_passive 20 // What skill ID for the user's passive skill?


// Skill and Ultimate configurations

wc3_ult_delay 15.0 // Amount of time (in seconds) to delay the ultimates at the start of each round (default is 15.0)
wc3_ult_cooldown 35.0 // Cooldown of all ultimates (default is 35.0)
wc3_blink_protection 1 // slays people who abuse blink on some maps (skywalking, map exploiting, default is 1)
wc3_blink_dizziness 0 // What type of diziness? (0 is flashbang effect, 1 is fading blue screen, default is 0)
wc3_entangle_drop 0 // Should the player's primary weapon be dropped when they are entangled? (default is 0)


// Item configurations

wc3_glove_timer 10 // Interval between receiving a new grenade with the Flaming Gloves of Warmth (default is 10)
wc3_glove_orc_damage 0 // When using gloves, should orcs be given the critical dmg? (Default is 0)
wc3_boots 0.10 // Percentage increase given by boots (.10 = 10%, default is 0.10)
wc3_claw 6 // Damage done by Claws of Attack (default is 6)
wc3_health 15 // Health bonus given for periapt of health (default is 15)
wc3_frost 125.0 // Speed of victim when attacked with Orb of Frost (default is 125.0)
wc3_mask 0.3 // Percentage of life gained back by mask of death (default is 0.3)
wc3_cloak 150 // Invisibility given with cloak, lower is more invisible (default is 150)
wc3_sock 0.5 // Gravity level for Sock of the Feather (default is 0.5)
wc3_tome 50 // XP given for purchasing tome of experience (default is 50)


// Bot Configuration Options

wc3_bot_buy_item 0.33 // Chance of a bot buying a shopmenu item at the beginning of the round (default is 0.33)


// DOD Options

wc3_dod_start_money 800 // Starting money for dod

I appreciate your great support!

Thanks a lot,

schnuggi

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou » Fri Mar 21, 2008 7:08 pm

Please search. I have answered on what to do in this situation before
Image

No support via PM or Email

schnuggi
Peon
Posts: 3
Joined: Fri Mar 21, 2008 3:22 pm

Post by schnuggi » Fri Mar 21, 2008 8:07 pm

Ok, well I have searched and checked endless threads, do you maybe have a link to that thread?

Thanks

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou » Fri Mar 21, 2008 9:55 pm

Then you didn't search hard enough. I search for information_schema and look what I found

viewtopic.php?t=3032&highlight=informationschema
Image

No support via PM or Email

schnuggi
Peon
Posts: 3
Joined: Fri Mar 21, 2008 3:22 pm

Post by schnuggi » Sat Mar 22, 2008 9:19 am

Hey,

thanks, i tried that beforehand, but thought you meant something else. Problem was that I deleted one row too much in the mysql.inl. Now it works just fine, still get the message in the console but it simply works.

Thanks 4 your help and happy easter :)

DesasterUK
WC3Mods Donor
WC3Mods Donor
Posts: 223
Joined: Thu Mar 09, 2006 6:05 pm
Location: Germany
Contact:

Post by DesasterUK » Mon Mar 24, 2008 8:49 am

Sorry.
Didn't look at the link Yami told you.
So my post has been edited ;)
Image

Post Reply