You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ MySQL InnoDB Cluster dockerized environment for testing purposes
20
20
21
21
* The master branch is based on MySQL 8.0, the 5.7 branch is based on MySQL 5.7
22
22
* MySQL InnoDB cluster is created on an existing group replication (see mysql/docker-entrypoint.sh for datails)
23
-
* Unlike official MySQL docker image, user an database are created only on the first node and then propagated to other nodes. User an database are created after group repliation setup.
23
+
* Unlike official MySQL docker image, user and database are created only on the first node and then propagated to other nodes. User and database are created after group repliation setup.
24
24
* MySQL router creates the cluster after all nodes are up (see mysqlrouter/docker-entrypoint.sh). The cluster is created only if cluster doesen't exist.
0 commit comments