Skip to content

Commit c9d30d1

Browse files
committed
Update doc to use mariadb executable
1 parent 00bebee commit c9d30d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Clone this, then...
5555
2018-06-08 21:15:56 0 [Note] mysqld: ready for connections.
5656
Version: '10.3.7-MariaDB-1:10.3.7+maria~jessie' socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
5757
58-
}> docker run -it --rm --link my-container mariadb:latest mysql -hmy-container -uroot -proot myexample -e "select * from mytable;"
58+
}> docker run -it --rm --link my-container mariadb:latest mariadb -hmy-container -uroot -proot myexample -e "select * from mytable;"
5959
+---------+
6060
| myfield |
6161
+---------+

0 commit comments

Comments
 (0)