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

Error on 'http://localhost/install.php' step 2

ethrealtm

New Member
Joined
Jul 4, 2010
Messages
4
Reaction score
0
Hello, the error is that it says: Can't connect to MySQL database.

ive followed and tryd other guides but i think i might have done somthing wrong or somthing so ill upload my codes and stuff here, and if anyone can help me, that would be cool :)

Code:
        sqlType = "mysql"
        sqlHost = "localhost"
        sqlPort = 3306
        sqlUser = "root"
        sqlPass = "xxxxxx"
        sqlDatabase = "theforgottenserver"
        sqlFile = "theforgottenserver.s3db"
        sqlKeepAlive = 0
        mysqlReadTimeout = 10
        mysqlWriteTimeout = 10
        encryptionType = "plain"

thats my sql database if you need anything more ask :)
 

Similar threads

Back
Top