Connect to a local MySQL database from a remote computer using phpMyAdmin

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • YAMS
    New Member
    • Sep 2011
    • 3

    Connect to a local MySQL database from a remote computer using phpMyAdmin

    I'm a MySQL newbie.. So, please forgive me if it's a simple question :)

    I'm developing a system to get some specific data and store it to a database using C#. I have almost finished the system.

    I'm using a MySql database running locally on my machine. I need this database to be accessed remotely so that my employer can view the data. He told me to create a phpMyAdmin interface for the database, but I don't have experience with this.

    I need the solution to be free, please.

    Thanks in advance.
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    #2
    Few issues.
    1. phpmyadmin requires an http server and php to be installed in your local system.
    2. to make sure remote access your machine also should have to be remotely accessible.


    If you install php, then phpmyadmin will be installed automatically with php installation. you dont need to anything to configure. If required then it is related with HTTP server

    Comment

    Working...