Mysql bug help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Mysql bug help (
/showthread.php?tid=578201)
Mysql bug help -
GlaL - 17.06.2015
i am using mysql, when mysql is connected to the database, in game when i use any command nothing happens, if i wrote wrong user/password/database i can use the commands in game but it dont save [BECAUSE OF NOT CONNECTED TO MYSQL] help please
Re: Mysql bug help -
Sergei - 17.06.2015
So it is connected or it is not connected? Show us mysql log (and server log).
Re: Mysql bug help -
GlaL - 17.06.2015
I will give you it in message because it's big
Re: Mysql bug help -
J0sh... - 17.06.2015
Use [CODE] tags.
Re: Mysql bug help -
GlaL - 17.06.2015
http://pastebin.com/bt0n0edH
Re: Mysql bug help -
Darrenr - 17.06.2015
Quote:
Originally Posted by GlaL
|
Careful posting things like that, it displays passwords...
Re: Mysql bug help -
GlaL - 17.06.2015
Quote:
Originally Posted by Darrenr
Careful posting things like that, it displays passwords...
|
i know, i've changed password to *******
Re: Mysql bug help -
Darrenr - 17.06.2015
Quote:
Originally Posted by GlaL
i know, i've changed password to *******
|
I mean in the queries:
Код:
DK]InFeRNoZ' AND password = SHA1('ass'))
'[DK]InFeRNoZ' AND password = SHA1('pass123')) -
'[FG]Gono' AND password = SHA1('4284421')) -
etc..
Re: Mysql bug help -
GlaL - 17.06.2015
it's just a random numbers i wrote instead of password + please help
Re: Mysql bug help -
MD5 - 17.06.2015
Something is incorrect here, take some screenshots of your actual MySQL table, and give us the enums you're using in the actual script. It's not lining up correctly with your MySQL table.