still the same error...config > sqlhost 127.0.0.1
change it to localhost if you have 127.0.0.1still the same error...
-- MySQL
mysqlHost = "127.0.0.1" (or localhost)
mysqlUser = "username here"
mysqlPass = "password here"
mysqlDatabase = "database here"
mysqlPort = 3306