View Single Post
NightFury9955
New Member
Join Date: Sep 2020
Old 09-16-2020 , 12:56   Re: [CS:GO] Weapon Stickers (!stickers)
Reply With Quote #133

Quote:
Originally Posted by paulo_crash View Post
Database configuration error, paste your database.cfg config here.
BTW i dont have a MySQL database and I think it is necessary, there is a video or toturial that you can send me as I have the MySQL database.
PS: my server is not being hosted on my pc, I have access from a portal

HTML Code:
"Databases"
{
	"driver_default"		"mysql"
	
	// When specifying "host", you may use an IP address, a hostname, or a socket file path
	
	"default"
	{
		"driver"			"default"
		"host"				"localhost"
		"database"			"sourcemod"
		"user"				"root"
		"pass"				""
		//"timeout"			"0"
		//"port"			"0"
	}
	
	"storage-local"
	{
		"driver"			"sqlite"
		"database"			"sourcemod-local"
	}

	"clientprefs"
	{
		"driver"			"sqlite"
		"host"				"localhost"
		"database"			"clientprefs-sqlite"
		"user"				"root"
		"pass"				""
		//"timeout"			"0"
		//"port"			"0"
	}
    "csgo_weaponstickers"
    {
        "driver"            "mysql"
        "host"                "localhost"
        "database"            "mydb"
        "user"                "root"
        "pass"                ""
        //"timeout"            "0"
        "port"                "3306"
    }
}
NightFury9955 is offline