Hiding MySQL Credentials in Application
问题 I need to create an application for a company and they would like to have people login to the application to have different permissions to perform different tasks. My initial idea was to create a MySQL database, hardcode the credentials into the application and have the application connect to the MySQL database. The MySQL database would then have a table called "users" which would store usernames, passwords and permissions. The application would then query the server and perform the