diff --git a/src/cloud/project/services-mysql.md b/src/cloud/project/services-mysql.md index c0ec7faa732..2fe294eef5b 100644 --- a/src/cloud/project/services-mysql.md +++ b/src/cloud/project/services-mysql.md @@ -155,10 +155,10 @@ Accessing the MariaDB database directly requires you to use a SSH to log in to t mysql -h database.internal -u ``` - - For Pro, use the following command with db, username, and password retrieved from the `$MAGENTO_CLOUD_RELATIONSHIPS` variable. + - For Pro, use the following command with hostname, port number, username, and password retrieved from the `$MAGENTO_CLOUD_RELATIONSHIPS` variable. ```bash - mysql -h -P -u -p + mysql -h -P -u -p ``` ## Connect to secondary database