View Single Post
Mike4Told
Member
Join Date: Sep 2013
Old 01-05-2017 , 13:19   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2365

Here is my database.cfg file:

Code:
"Databases"
{
    "driver_default"        "mysql"
    
    // When specifying "host", you may use an IP address, a hostname, or a socket file path
    
    "cksurf"
    {
        "driver"            "mysql"
        "host"                "localhost"
        "database"            "csgo_surf"
        "user"                "csgo_surf"
        //"pass"                ""
        "pass"                "************"
        //"timeout"            "0"
        //"port"            "0"
    }
    
    "rtfsettings"
    {
        "driver"            "mysql"
        "host"              "alpha.tx.tss3.us"
        "database"          "ctsgaming_vb"
        "user"              "ctsgaming_vb"
        "pass"              "**************"
    }
    "storage-local"
    {
        "driver"            "sqlite"
        "database"            "sourcemod-local"
    }

    "clientprefs"
    {
        "driver"            "sqlite"
        "host"                "localhost"
        "database"            "clientprefs-sqlite"
        "user"                "root"
        "pass"                ""
        //"timeout"            "0"
        //"port"            "0"
    }
}
And yes, I've ran the commands and it does insert. I've also deleted the database and started over, and added the .sql files in manually. Same result.

-Mike4Told
__________________

Last edited by Mike4Told; 01-05-2017 at 13:20.
Mike4Told is offline