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

TFS 1.X+ Mysql Error Message : Plugin Sha256_password (TFS 1.3 Downgraded 8.6 by Neeko)

Ns Sparkz

Just a Normal Ns King
Joined
Mar 6, 2011
Messages
466
Reaction score
25
Location
Egypt
After Compiling, tfs would open and close so i opened it through cmd, i've been runing mysql for 0.4server before it and i had no problems, so i copied the database info onto the config.lua for the 1.3TFS. and i get this error after opening tfs 1.3 . i thought maybe i needed a new database, so i constructed a new database using the sources and still it had this error.
Lua:
Mysql Error Message : Plugin Sha256_password could not be loaded : the specified module could not be found. library path is 'c/users/pcname/vcpkg/packages/-/-/-/-/sha256_password.dll'
Erorr:Failed to connect to database

this is my config.lua
Lua:
sqlType = "mysql"
    sqlHost = "127.0.0.1"
    sqlPort = 3306
    sqlUser = "otserv2"
    sqlPass = "******"
    sqlDatabase = "otserv2"
    --sqlFile = "otserv"
    sqlKeepAlive = 10
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    encryptionType = "sha1"

Fixed-use the config.dis as a template to your database entry in config.lua
 
Last edited:
Back
Top