mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update remote.md
This commit is contained in:
parent
2704156eca
commit
e225be8483
@ -4,7 +4,7 @@ sidebar_position: 6
|
||||
|
||||
# Remote MySQL
|
||||
|
||||

|
||||

|
||||
|
||||
Remote MySQL access gives you the ability to connect to a MySQL database on this server from an another (remote) device or location over the internet.
|
||||
|
||||
@ -27,7 +27,7 @@ To enable remote access to your databases, click on the "Enable Remote MySQL Acc
|
||||
|
||||
Once enabled, you will be provided with an IP address and a port that you can utilize to establish a secure connection to the MySQL service from a remote server.
|
||||
|
||||

|
||||

|
||||
|
||||
:::info
|
||||
The displayed port is randomly generated and unique to your MySQL instance. Avoid using the standard port `3306` for remote access, as it will not function.
|
||||
@ -101,4 +101,4 @@ define('DB_HOST', 'IP_ADDRESS:PORT');
|
||||
|
||||
If you wish to disable access, simply click on the "Disable Remote MySQL Access" button, and it will immediately deactivate remote access in your MySQL configuration. Please be aware that this action will also necessitate a MySQL service restart to apply the new setting.
|
||||
|
||||

|
||||

|
||||
|
||||
Loading…
Reference in New Issue
Block a user