View Single Post
ShadowManGer
Member
Join Date: May 2013
Old 09-15-2014 , 09:12   @kitty0725
Reply With Quote #5

My plugin currently use the default SQL connection.

So you have to configure the default connection.
Code:
"default"
{
        "driver"			"mysql"
	"host"			"localhost"
	"database"			"vip-manager"
	"user"			"username"
	"pass"			"password"
}
ShadowManGer is offline