Access denied MYSQL ?
#4

Quote:
Originally Posted by Crystallize
View Post
I unload FS I can login.
I load FS I can't login.
What the issue could be? The FS is not affiliated with main gm it uses different tables only same database.
it might be the FS and gamemode use same handle, Mysql Handle is an Id (number) not something special
so i guess you need to set it manualy (spell ;-

like that

OnGamemode:

PHP Code:
new MySQL:Database 0
OnFilterScript:

PHP Code:
new MySQL:Handle 1
OnAnythingElse

PHP Code:
new MySQL:Handle = (int anything else ^) 
Reply


Messages In This Thread
Access denied MYSQL ? - by Crystallize - 31.07.2017, 10:36
Re: Access denied MYSQL ? - by Xeon™ - 31.07.2017, 10:38
Re: Access denied MYSQL ? - by Crystallize - 31.07.2017, 10:40
Re: Access denied MYSQL ? - by Xeon™ - 31.07.2017, 10:42
Re: Access denied MYSQL ? - by Crystallize - 31.07.2017, 10:50
Re: Access denied MYSQL ? - by Xeon™ - 31.07.2017, 10:56
Re: Access denied MYSQL ? - by Logic_ - 31.07.2017, 10:57
Re: Access denied MYSQL ? - by Crystallize - 31.07.2017, 10:58
Re: Access denied MYSQL ? - by Logic_ - 31.07.2017, 11:01
Re: Access denied MYSQL ? - by Xeon™ - 31.07.2017, 11:01

Forum Jump:


Users browsing this thread: 1 Guest(s)