#Database error

1 messages · Page 1 of 1 (latest)

young gyro
#

I'm connected to the database, but I still get this error message when someone accesses the server.

You can access the server.

solid lava
#

that error you have is from a schema mis match you need to address the mis match and it should stop from falling on its face

#

ALTER TABLE players
MODIFY COLUMN cryptocurrency INT NOT NULL DEFAULT 0;

#

run that in your db as a query

young gyro
#

This is the response

#

in the first line you see that I am connected to my database and then you see the error message that I am trying to connect