How to retrieve data from MySQL using password.

Avatar
  • Answered
How can I use password to retrieve data from MySQL database and it will display on browser,have been trying to make it work,but my knowledge is not enough to accomplish the task. Please I need people that can help me out with it.
Avatar
Arn
Hello, Thanks for the question about retrieving data from your MySQL database. You cannot simply use a password in order to retrieve data. You would need to use a program or other pre-written solution in order to access your database. There is no direct access from the browser to the database. The program must establish a connection to the database and then data can be retrieved. For example, you can use PHP code a solution that retrieves data. If you are not familiar with how this can be done, then you will need to consult with a web developer/programmer. If you have any further questions or comments, please let us know. Regards, Arnel C.