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

Linux Debian Linux. Install acc, phpmyadmin login

Murach

Banned User
Joined
Aug 22, 2010
Messages
136
Reaction score
3
I have a problem with the installation acc is a bug
Code:
 # Could not find your database.
So I go to create a database: theforgottenserver.
but I can not log on. I enter the root username and pw that I gave when installing mysql putty.
Code:
 # 1045 - Access denied for user 'root' @ 'localhost' (using password: NO)
Code:
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "***"
The same mistake was a second vps, something's wrong, but what?
Help
sorry for the English;>
 
its permissions issue, i had the same problem...Linux sucks ass..it is meant to fuck with your head.

(If your switching from windows that is.)

type this in command prompt..

gksudo nautilus
then click file system then var folder, right click on www folder..click properties, click permissions, change it all to read + write, the second one should be your username..then click on the do this for all files in it too. done.

if that dont work type cd /var
then type chmod 777 -R www

do that. rep me plx
 
Back
Top