Click here to Skip to main content
15,921,841 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
When We need to connect to MySQL database we used the mysql_connect() function. In mysql_connect() function, we have to give the hostname, username and password as arguments. So, Where should I store this password to make it more and more secure?
Posted

1 solution

You can encript your password and can save it in configuration file
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900