File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ To use the new features of the X Plugin it must first be enabled on the server
12
12
13
13
To use the Shell image to enable the plugin, it can be started with the init command:
14
14
15
- docker run -it -e MYSQL_HOST=mysqlhostname mysql-shell init
15
+ docker run -it -e MYSQL_HOST=mysqlhostname mysql-shell init
16
16
17
17
You will be asked to enter the password for the server's root user. You should see the a message
18
18
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
21
21
22
22
To connect to the server, simply run the mysql-shell image the same way you would start a normal MySQL client:
23
23
24
- docker run -it mysql-shell -u <username > -h mysqlhostname
24
+ docker run -it mysql-shell -u <username> -h mysqlhostname
25
25
26
26
Once logged in, if you run \status, you should see «Session type: X>
27
27
28
28
# Using MySQL Shell
29
29
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
31
31
32
32
# Supported Docker Versions
33
33
You can’t perform that action at this time.
0 commit comments