Hi all,
An article on wikihow on Secure Login Script, in Part 2, under the heading Configure the MySql Database states that we can create previliges for users. It then goes on to create a user with details :
USER : "sec_user".
Password "eKcGZr... WU"
It then states that "Remember it doesn't need to be a password that you can remember so make it as complicated as possible."
The question is regarding this last statement. Why don't we need to remember this password?
Also I would like to ask what other security measure do we need to take as regards the MySql database? Also things like settings in the config files etc.
Thanks all !