• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Need a lil help with something

mysqlHost = "localhost"
mysqlUser = "root"
mysqlPass = "******"
mysqlDatabase = "savage rehab"
mysqlPort = 3306

Its all right as far as im concerned?


the mysql database im using is called savage rehab, the pass is the same the port is right i fink
 
Last edited:
The error tells you it can't connect to the database, so MySQL isn't running or access to MySQL is blocked.
Edit: This has nothing to do with your username or password being incorrect, the connection to it failed already.
 
If you have followed Znote's tutorial, the database and root have to be the same.
So, try putting savage rehab in mysqlUser as well.
 
Back
Top