Click here to Skip to main content
15,890,690 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there any way that one can "hide" the login credentials when making a connection to a MySQL database.

I know how to connect using:
VB
"database=<DBname>;server=<HOST name>;User Id=<USER name>;Pwd=<Password>"


Since the information gets hard coded in my case, I was wondering if there was any better way to hide logon information.

Feedback appreciated.

T
Posted
Comments
PIEBALDconsult 15-Jul-14 14:51pm    
They have to be in plain text when provided to the driver, but they can be encrypted whereever you store it.
Tino Fourie 15-Jul-14 15:03pm    
Thanks for the info, will definitely help me to plan this better.

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