View Single Post
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 02-26-2018 , 12:42   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.27 | 2017-12-21)
Reply With Quote #392

Quote:
Originally Posted by B_R View Post
Hello, this is why i get after installing plugin :
[kento_rankme.smx] [RankMe] Query Fail: Table 'kento_rankme.rankme' doesn't exist
i edited the cfg file to mysql and also put the database connection in databases.cfg
The database.cfg config would be this:
Quote:
"rankme"
{
"driver" "mysql"
"host" "your_host"
"database" "your_database"
"user" "your_user"
"pass" "your_pw"
//"timeout" "0"
"port" "3306"
}
Remember to create a database in your hosting to make the connection with the plugin.

Also, make the remote connection of the database to the server.
paulo_crash is offline