Thread: Database mysql
View Single Post
Hunter6272
Senior Member
Join Date: Jun 2015
Location: Don't know
Old 09-20-2020 , 03:46   Re: Database mysql
Reply With Quote #6

Quote:
Originally Posted by MasterWindowS View Post
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"
    }
"user" "root" has no password? Set one and then try.
__________________
Patience is the key to success.
Hunter6272 is offline