• 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!
  • If you're using Gesior 2012 or MyAAC, please review this thread for information about a serious security vulnerability and a fix.

Cannot connect to the MySQL database. (MyAcc)

Shiru Dev

New Member
Joined
Sep 2, 2022
Messages
13
Reaction score
1
Hello,
I never had problem like this with website '_'
I just want to change my acc to MyAcc but i get some errors;

TFS 1.4
CONFIG LUA CONFIGURED PROPERTLY.
1679209475097.png
 
OP
OP
S

Shiru Dev

New Member
Joined
Sep 2, 2022
Messages
13
Reaction score
1
Yes, I did everything right, it's not my first website, but I can't catch the error here .. :(
For tests, instead of starting everything on linux (hosting) I started on windows (and everything works on windows..)
 
OP
OP
S

Shiru Dev

New Member
Joined
Sep 2, 2022
Messages
13
Reaction score
1
@danio4don
I wrote with Gesior, I was afraid that it was something with permissions and I was right.
Fortunately, the Gesior helped me.

you need to assign directory with acc. maker to the user www-data (this is used by PHP and the web server on linux):
Code:
sudo chown -R www-data:www-data /catalog/with/acc/maker
 
Top