Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit d423330

Browse files
authored
Merge pull request #8562 from igrybkov/patch-1
Call to MySQL cli should not have a space before password value
2 parents 0de2fe1 + 68c0773 commit d423330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloud/project/services-mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Accessing the MariaDB database directly requires you to use a SSH to log in to t
158158
- For Pro, use the following command with hostname, port number, username, and password retrieved from the `$MAGENTO_CLOUD_RELATIONSHIPS` variable.
159159

160160
```bash
161-
mysql -h <hostname> -P <number> -u <username> -p <password>
161+
mysql -h <hostname> -P <number> -u <username> -p'<password>'
162162
```
163163

164164
## Connect to secondary database

0 commit comments

Comments
 (0)