Raised This Month: $32 Target: $400
 8% 

having problem for adding admin with MySQL


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
GTAmama16
Member
Join Date: Jun 2019
Old 02-18-2020 , 15:06   having problem for adding admin with MySQL
Reply With Quote #1

hey guys, so i was trying to add the admin for my csgo servers via mysql, so i got these in my database.cfg

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

	"clientprefs"
	{
		"driver"			"sqlite"
		"host"				"localhost"
		"database"			"clientprefs-sqlite"
		"user"				"root"
		"pass"				""
		//"timeout"			"0"
		//"port"			"0"
	}

	"admins"
	{
		"driver"			"mysql"
		"host"				"XXXX"
		"database"			"sourcemod"
		"user"				"XXX"
		"pass"				"XXXX"
		//"timeout"			"0"
		//"port"			"3306"
	}
}
and im pretty sure that i have the data in my sm_admins databse, but when i connect to my server its keep saying that i dont have the permission to use the !admin commend, can someone help me ?

thanks for the help!!
GTAmama16 is offline
Groven
AlliedModders Donor
Join Date: Apr 2011
Location: Sweden
Old 02-18-2020 , 15:51   Re: having problem for adding admin with MySQL
Reply With Quote #2

Check your error logs.
__________________
Groven is offline
CrazyHackGUT
AlliedModders Donor
Join Date: Feb 2016
Location: Izhevsk, Russia
Old 02-19-2020 , 10:30   Re: having problem for adding admin with MySQL
Reply With Quote #3

sm_dump_admcache?
__________________
My english is very bad. I am live in Russia. Learning english language - very hard task for me...
CrazyHackGUT is offline
Send a message via ICQ to CrazyHackGUT Send a message via Skype™ to CrazyHackGUT
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:32.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode