Tagged Questions
0
votes
1answer
167 views
MySQL/CGI: password in C source file unsafe?
Is this line bad practice from a security stance?
connect = mysql_real_connect(connection, "host", "user", "password", "database", 0, (const char *)NULL, 0);
If so, what solution would you use?
...
