Search code examples
sqlxamppodbclocalhostheidisql

Remote database xampp from other computer


I have sql database is running on xampp localhost, how to open from another computer with heidiSQL or ODBC driver??


Solution

  • If you want to access MySQL from another computer you have to configure the MySQL instance on your xampp box to allow remote connections, see HERE

    Then you can go to the HiediSQL box and use the XAMPP boxes IP address to connect.

    Hope that helps