Today i import my sql file for Mysql and when i Start my Server comes:
[4:4:20.835] mysql_real_query(): DELETE FROM `guild_wars` WHERE `status` = 0 AND `begin` < 1404461060; - MYSQL ERROR: Table 'd01b03b7.guild_wars' doesn't exist (1146)
[4:4:20.854] mysql_real_query(): UPDATE `guild_wars` SET `status` = 5, `end` = 1404633860 WHERE `status` = 1 AND `end` > 0 AND `end` < 1404633860; - MYSQL ERROR: Table 'd01b03b7.guild_wars' doesn't exist (1146)
[4:4:21.077] mysql_real_query(): SELECT `id`, `guild_id`, `enemy_id` FROM `guild_wars` WHERE `status` IN (1,4) AND `end` > 0 AND `end` < 1404633861 - MYSQL ERROR: Table 'd01b03b7.guild_wars' doesn't exist (1146)
I searcht in the sql File for guild_wars but there is nothing anyone can help me to include it? all other thinks works fine.
[4:4:20.835] mysql_real_query(): DELETE FROM `guild_wars` WHERE `status` = 0 AND `begin` < 1404461060; - MYSQL ERROR: Table 'd01b03b7.guild_wars' doesn't exist (1146)
[4:4:20.854] mysql_real_query(): UPDATE `guild_wars` SET `status` = 5, `end` = 1404633860 WHERE `status` = 1 AND `end` > 0 AND `end` < 1404633860; - MYSQL ERROR: Table 'd01b03b7.guild_wars' doesn't exist (1146)
[4:4:21.077] mysql_real_query(): SELECT `id`, `guild_id`, `enemy_id` FROM `guild_wars` WHERE `status` IN (1,4) AND `end` > 0 AND `end` < 1404633861 - MYSQL ERROR: Table 'd01b03b7.guild_wars' doesn't exist (1146)
I searcht in the sql File for guild_wars but there is nothing anyone can help me to include it? all other thinks works fine.