Skip to content

Commit 2f4a872

Browse files
committed
Updated readme
* Made command examples clearer * Fixed url typo
1 parent e38c434 commit 2f4a872

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To use the new features of the X Plugin it must first be enabled on the server
1212

1313
To use the Shell image to enable the plugin, it can be started with the init command:
1414

15-
docker run -it -e MYSQL_HOST=mysqlhostname mysql-shell init
15+
docker run -it -e MYSQL_HOST=mysqlhostname mysql-shell init
1616

1717
You will be asked to enter the password for the server's root user. You should see the a message
1818
that the mysqlx plugin has been installed. This only needs to be done the first time.
@@ -21,13 +21,13 @@ that the mysqlx plugin has been installed. This only needs to be done the first
2121

2222
To connect to the server, simply run the mysql-shell image the same way you would start a normal MySQL client:
2323

24-
docker run -it mysql-shell -u <username> -h mysqlhostname
24+
docker run -it mysql-shell -u <username> -h mysqlhostname
2525

2626
Once logged in, if you run \status, you should see «Session type: X>
2727

2828
# Using MySQL Shell
2929

30-
For information on how to use MySQL Shell, refer to the user guide at htps://dev.mysql.com/doc/refman/5.7/en/mysql-shell.html
30+
For information on how to use MySQL Shell, refer to the user guide at https://dev.mysql.com/doc/refman/5.7/en/mysql-shell.html
3131

3232
# Supported Docker Versions
3333

0 commit comments

Comments
 (0)