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

Cannot connect to the MySQL database. (MyAcc)

Shiru Dev

New Member
Joined
Sep 2, 2022
Messages
17
Solutions
1
Reaction score
2
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
 
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..)
 
@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
 
Back
Top