logo

MySQL

Access local MySQL from the internet

Steps to access local MySQL from the internet

Step 1: Download LocalXpose
Windows
Linux
MacOS
Docker
Step 2: Start your MySQL server (e.g. localhost:3306)
Step 3: Run LocalXpose form your terminal and point it to your MySQL local address.
$ loclx tunnel tcp --region ap --port 3333 --to localhost:3306
This command will generate a publicly accessible address (e.g. ap.loclx.io:3333) that you can use to access your MySQL server.

Access your infrastructure securely without configuring the cloud

LocalXpose will create a secure tunnel to your network, so you can focus on your most important work.

By signing up, you agree to the
&
About MySQL
MySQL is an open-source relational database management system. As with other relational databases, MySQL stores data in tables made up of rows and columns. Users can define, manipulate, control, and query data using Structured Query Language, more commonly known as SQL.

Other apps