View Single Post
albiaps
Member
Join Date: Jun 2020
Old 07-11-2020 , 22:45   Re: [ANY] Profile Status v2.3.3 (06/23/2020)
Reply With Quote #39

What to put in databases.cfg?
Please send me the text.

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"
	}

        "sourcebans"
	{
		"driver"			"default"
		"host"				"*********"
		"database"			"dbs596747"
		"user"				"dbu736618"
		"pass"				"**********"
		//"timeout"			"0"
		"port"			"3306"
	}
}
__________________

Last edited by albiaps; 07-11-2020 at 22:47.
albiaps is offline