• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Windows Need help with [mysql_real _query]

Griffin0750

New Member
Joined
Sep 16, 2008
Messages
34
Reaction score
0
Im getting a bunch of these,

[15:44:11.793] mysql_real_query(): SELECT `id` FROM `tiles` WHERE `x` = 173 AND `y` = 19 AND `z` = 6 AND `world_id` = 0 LIMIT 1 - MYSQL ERROR: Table 'doomzday.tiles' doesn't exist (1146)
 
Whatever you can remove that query or find the script and disbale it if you're on linux

Connect to your host / run your terminal and Cd to your server data folder
Code:
$ cd /home/myserver/data
$ grep -Ril "tiles" ./ && grep -Ril "query" ./

it should print the location of (every) file containing word "tiles" and "query"
 
Back
Top