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

MySQL can't connect :S

Did you open up ports in your firewall/router?
Open ports in your router Tibia

This is 'localhost' so there is no need to open ports.

The error is simply:
1. Your MySql is not working. Make sure it's online and working.
2. Wrong password or username. Might even be wrong databasename.
3. You are using a different port for your MySQL, but I doubt it.

Good luck.
 
Hey
I opened my ports correctly now.
but I get another error :S
Like this:
2w7pjbr.jpg
 
-Did you changed
Code:
sqlType="sqlite"
to
Code:
sqlType="mysql"
in your config.lua?
-Did you set your phpmyadmin password in config.lua?
 
you need to set a password for your root because its safety first. after you set the password in the panel of Security in your xampp home page add the password you made in your config.lua it should be down the root section and then try it again
 
@OP
stop the MySQL in XAMPP, then run the mysql_start.bat file in the folder you installed xampp (most likely C:\xampp\), does it say anything about some error?
 
Back
Top