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

[HELP]Running a server

Toitsss

New Member
Joined
Sep 15, 2008
Messages
47
Reaction score
0
hi, got a prob. I can connect to my server good, it shows online on the url, but my mate cant get pass the character list. gives errors after that.
 
seems like the same problem I had before... try this query in your database:
Code:
UPDATE `accounts` SET `name` = `id`

credits to belthazor for that query ;)
 
go to your database, enter: localhost/phpmyadmin in your browser, then enter your database, and press the "SQL" button at the top above the tablets, then write that query I posted before.
 
Viga (error)

SQL-päring:

UPDATE `accounts` SET `name` = `id`

MySQL said:
#1054 - Unknown column 'name' in 'field list'

that happened if i clicked the left sql in the left corner and on the middle one also.
 
Hm.. If I understand that MySQL said: correct, then the 'name' column aint existing, and if it doesn't then it's wierd... sorry but I can't help you any further now :( probably someone else comes that knows how to fix it.
 

Similar threads

Back
Top