Hash MySQL-Password - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Hash MySQL-Password (
/showthread.php?tid=171168)
Hash MySQL-Password -
DeathOnaStick - 25.08.2010
Hey. I'm wanting to release a script, that accesses to a MySQL-Database. Is it possible to hash the password somehow, so that nobody could access over PHPMyAdmin, without permission? I don't see any (easy) way to do that at the moment, so I'm asking here. Does anybody have an idea?
Thanks.
Re: Hash MySQL-Password -
woot - 25.08.2010
No, create a dump of the mysql database and add it as additional download.
Re: Hash MySQL-Password -
DeathOnaStick - 25.08.2010
Quote:
Originally Posted by exora
No, create a dump of the mysql database and add it as additional download.
|
I thought about that, too, but the problem is, that i also want the server to send information to the Database, which cant be solved through a dump of the database.
Re: Hash MySQL-Password -
Calgon - 25.08.2010
You could create a PHP script for the script to submit information to and use HTTP() to connect to it?
Re: Hash MySQL-Password -
DeathOnaStick - 25.08.2010
Quote:
Originally Posted by Calgon
You could create a PHP script for the script to submit information to and use HTTP() to connect to it?
|
I'm really unexperienced at PHP, but i will try it, thanks for your help.