Skip to main content

MySQL

MySQL connection is a native type where queries can be audited and the output redacted. It forwards a passwordless TCP connection locally.

Connection Configuration

NameTypeDescription
HOSTenv-varThe IP or Host of the MySQL server
PORTenv-varThe port of the MySQL server
USERenv-varThe user to connect in the MySQL server
PASSenv-varThe password to connect in the MySQL server
INFO

The MySQL native connection only accepts mysql_native_password and caching_sha2_password authentication plugins

MySQL Proxy Server

hoop connect mysqldb --port 3307

Use a compatible mysql client to connect in the instance

mysql -h 127.0.0.1 --port 3307