Skip to content

Commit 71d5af8

Browse files
committed
mariadb: content reference mariadb command line and docs
1 parent 63a3dab commit 71d5af8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mariadb/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ docker run --name some-%%REPO%% -e MYSQL_ROOT_PASSWORD=my-secret-pw -d %%IMAGE
1818

1919
... 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.
2020

21-
## Connect to MariaDB from the MySQL command line client
21+
## Connect to MariaDB from the MySQL/MariaDB command line client
2222

2323
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:
2424

@@ -34,7 +34,7 @@ This image can also be used as a client for non-Docker or remote instances:
3434
$ docker run -it --rm %%IMAGE%% mysql -hsome.mysql.host -usome-mysql-user -p
3535
```
3636

37-
More information about the MySQL command line client can be found in the [MySQL documentation](http://dev.mysql.com/doc/en/mysql.html)
37+
More information about the MariaDB command line client can be found in the [MariaDB Knowledge Base](https://mariadb.com/kb/en/mysql-command-line-client/)
3838

3939
## %%STACK%%
4040

0 commit comments

Comments
 (0)