Hash MySQL-Password
#1

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.
Reply
#2

No, create a dump of the mysql database and add it as additional download.
Reply
#3

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.
Reply
#4

You could create a PHP script for the script to submit information to and use HTTP() to connect to it?
Reply
#5

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.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)