Skip to content
Update MySQL Errors authored by Ruan's avatar Ruan
...@@ -17,7 +17,7 @@ If you have root access for the server running the MySQL database: ...@@ -17,7 +17,7 @@ If you have root access for the server running the MySQL database:
- Restart the MySQL server. (`systemctl restart mysqld`) - Restart the MySQL server. (`systemctl restart mysqld`)
If your MySQL database is running in a Docker container, please ensure that you are connecting via the correct IP address. If your MySQL database is running in a Docker container, please ensure that you are connecting via the correct IP address.
- The local IP of your container can be obtained by this command: `docker container inspect mysql` - The name of your Docker container hosting the MySQL database can be used by other containers as the address for connection purposes.
If you _don't_ have root access, contact your database host to check if they can enable or support remote database connections. If you _don't_ have root access, contact your database host to check if they can enable or support remote database connections.
... ...
......