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

Windows Cannot connect to database?

peyster

New Member
Joined
Feb 16, 2010
Messages
44
Reaction score
0
Trying to set up a mysql server to TFS for 9.10. I made the database in PHPmyAdmin and put in the password and database name in config.lua, also. When you start the server it shows the error for a split second and automatically exits out. Would greatly appreciate if someone could help out.

Thanks! :D
 
What server are you using(TFS 9.10 is not the server version)? In config.lua find the mysql host and change localhost to 127.0.0.1. This may fix your problem.
 
Usually the problem is on the config.lua. Check it SQL type is on MySql, not Sqlite, also check that username and passwords are correct.
 
Back
Top