Thread: Database mysql
View Single Post
Author Message
MasterWindowS
BANNED
Join Date: May 2020
Location: Chile
Old 09-18-2020 , 04:00   Database mysql
Reply With Quote #1

hello good, I'm having a problem with my databases.cfg

I installed a plugin and it throws this error on the console, does anyone know how to solve it please help me?

Code:
L 09/18/2020 - 04:53:45: [csgo_weaponstickers.smx] (WeaponStickers) Connection to database failed: [2003]: Can't connect to MySQL server on 'localhost' (10061)
(WeaponStickers) Reconnecting...
Code:
L 09/18/2020 - 05:04:38: [csgo_weaponstickers.smx] (WeaponStickers) Connection to database failed: [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 09/18/2020 - 05:04:43: [csgo_weaponstickers.smx] (WeaponStickers) Reconnecting...
Code:
"csgo_weaponstickers"
    {
        "driver"            "mysql"
        "host"                "localhost"
        "database"            "mydb"
        "user"                "root"
        "pass"                ""
        //"timeout"            "0"
        "port"                "3306"
    }

Last edited by DarkDeviL; 09-18-2020 at 07:04. Reason: Added extra information from cross-post/bump
MasterWindowS is offline