-- Database
sqlType = "mysql"
sqlHost = "127.0.0.1"
sqlPort = 3306
sqlUser = "root"
sqlPass = "**********"
sqlDatabase = "Zantera"
sqlFile = "mysql.sql"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "sha1"
please double check the DB name, The user name And the password.
The only thing i can se right now is that you hadnt set a password to acces to MYSQL.