View Single Post
  #7  
Old 09-17-2020, 05:00 PM
astuce999
Fire Beetle
 
Join Date: Feb 2010
Posts: 2
Default

I would remove the "locked" : false line.

I would also try to switch one line from:

"database" : {
"db" : "peq",
"host" : "localhost",
"password" : "eqemu",
"port" : "3306",
"username" : "root"

to:

"database" : {
"db" : "peq",
"host" : "127.0.0.1",
"password" : "eqemu",
"port" : "3306",
"username" : "root"

-I'm using my config as a reference, as it seems to be the only difference in yours from mine, so maybe we get lucky?

cheers,

Astuce
Reply With Quote