Skip to main content

Port Forward | mysql

Port Forward local ports from your private network | MySQL example.

Connection Configuration

NameTypeDescription
HOSTenv-varThe IP or hostname of the MySQL Server
PORTenv-varThe port of the MySQL server

How to Use

hoop connect my-mysql --port 3306

Use a compatible mysql client to connect in the instance.

mysql -h 127.0.0.1 -u myuser -D mydb -p