Safe MySQL Password Storing
#1

g-stylezzz' MySQL plugin uses this in the example:
pawn Код:
#define SQL_HOST "host"
#define SQL_DB "database"
#define SQL_USER "username"
#define SQL_PASS "password"
#define TABLENAME "users"
[...]
mysql_connect(SQL_HOST, SQL_USER,SQL_DB, SQL_PASS);
Is this the safest way to do this? I guess it'd take .amx access to retrieve the information, but I'm still unsure about it.
Reply


Messages In This Thread
Safe MySQL Password Storing - by Deji - 06.12.2010, 00:09
Re: Safe MySQL Password Storing - by JaTochNietDan - 06.12.2010, 00:16
Re: Safe MySQL Password Storing - by Deji - 06.12.2010, 00:24

Forum Jump:


Users browsing this thread: 1 Guest(s)