Hello every1,
I'm still trying to run SF's on MySQL 5.7 and I came across Pr0jectX.
One thing is bugging my brain:
Right after start, I do connect to every single database:
But after auth and channels are starting I get:
I have tried to raise max_connections and also max_user_connection, import new database and set right permissions, chmod it to 777 but nothing works..
I'm able to log into the databases and MySQL log doesn't have anything regarding this databases as error
Would anyone know, what might cause this problem?
I'm still trying to run SF's on MySQL 5.7 and I came across Pr0jectX.
One thing is bugging my brain:
Right after start, I do connect to every single database:
- Success PLAYER
- Success COMMON
- Success ACCOUNT
- Success LOG
- Success HOTBACKUP
But after auth and channels are starting I get:
And just only common db.Can't connect to MySQL server on '127.0.0.1' (61)
cannot open direct sql connection to host: 127.0.0.1 user: metin2 db: common
I have tried to raise max_connections and also max_user_connection, import new database and set right permissions, chmod it to 777 but nothing works..
I'm able to log into the databases and MySQL log doesn't have anything regarding this databases as error
Would anyone know, what might cause this problem?