Hey! I have an error with Mysql when I start the server.
It says: [ERROR] [MySQL] An error happens on MySQL for query “UPDATE users SET online = 0, server = 0 WHERE online = 1 AND server = @server {@server=1}”: Unknown column ‘online’ in ‘where clause’
Could someone help me out?
In the users table in your database, add “online” as a column because it doesn’t exist.
system
Closed
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.