Changes
Page history
Update MySQL Errors
authored
Mar 25, 2024
by
Ruan
Hide whitespace changes
Inline
Side-by-side
MySQL-Errors.md
View page @
99a3bef7
...
@@ -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.
...
...
...
...