• 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!

Database errors

Joriku

Working in the mines, need something?
Joined
Jul 16, 2016
Messages
1,175
Solutions
17
Reaction score
481
Location
Sweden
Hi,
Getting some table errors + "user host is executed as root"
How would I remove this and what can I use for the user inorder to remove the root permissions?
Errors:
a69ff80233f09efbad077ab230bd3b1d.png


User: Host:
d4f159b937283123a0c16bd4dc7ab9fa.png
 
You don't need to change anything.

Shut down the server.
Find lua code that wants to make that table
Take table creation query
Execute the table creation yourself manually on that database as the root database user.
Restart the server.
 
Back
Top