From 28b208eb585e5bd6cb1e1d633e3acd69239748cb Mon Sep 17 00:00:00 2001 From: Anastasia Alexandrova Date: Fri, 29 May 2020 10:53:55 +0300 Subject: [PATCH] Update content.md Replace MariaDB with Percona Server in the "Connect to Percona Server from the MySQL command line client" section --- percona/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/percona/content.md b/percona/content.md index 48a004cc3..4a042642e 100644 --- a/percona/content.md +++ b/percona/content.md @@ -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: