Skip to content

Commit

Permalink
Merge pull request docker-library#1727 from nastena1606/patch-1
Browse files Browse the repository at this point in the history
Update content.md
  • Loading branch information
tianon authored May 29, 2020
2 parents c80065c + 28b208e commit 203de6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion percona/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ docker run --name some-%%REPO%% -e MYSQL_ROOT_PASSWORD=my-secret-pw -d %%IMAGE

... where `some-%%REPO%%` is the name you want to assign to your container, `my-secret-pw` is the password to be set for the MySQL root user and `tag` is the tag specifying the MySQL version you want. See the list above for relevant tags.

## Connect to MariaDB from the MySQL command line client
## Connect to Percona Server from the MySQL command line client

The following command starts another `%%IMAGE%%` container instance and runs the `mysql` command line client against your original `%%IMAGE%%` container, allowing you to execute SQL statements against your database instance:

Expand Down

0 comments on commit 203de6c

Please sign in to comment.