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

Need help with this.

whats your config.lua look like?
That error is telling you it cannot connect to your SQL server

Oh wait its diffrent its saying you are using an old version.. what are you using for your sql server?
 
its because you are using uniserver whenever you are asked for new root password you have to press cancel in that window then run uniserver
get into SQL in phpmyadmin and run those commands:
ALTER USER 'root'@'localhost' IDENTIFIED BY 'password';
FLUSH PRIVILEGES;

there seems to be some problem with the access when uniserver sets new password.
 
security on localhost XD
I was offering service to someone who host on windows ovh and they are getting too many request and xampp is sitting in corner with deuce hat so dont assume he is gonna host this on his own computer indefinetely. xampp is legacy and useless piece of software but seems to be advised to all noobs like webserv used to be back in the day ( webserv had no root password nad phpmyadmin open to everyone)

also user doesn't stay anywhere this is localhost.
Mr 1707035479997.png
 
Last edited:
Back
Top