Skip to content

Commit

Permalink
doc update for vtgate mysql advertised version (#1337)
Browse files Browse the repository at this point in the history
* doc update for vtgate mysql advertised version

Signed-off-by: Harshit Gangal <harshit@planetscale.com>

* update vttestserver mysql version doc

Signed-off-by: Harshit Gangal <harshit@planetscale.com>

Signed-off-by: Harshit Gangal <harshit@planetscale.com>
  • Loading branch information
harshit-gangal authored Jan 9, 2023
1 parent 2ac6bb9 commit 6fdb1cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/16.0/get-started/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ You should now be able to connect to the VTGate server that was started in `101_
~/my-vitess-example> mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.7.9-Vitess (Ubuntu)
Server version: 8.0.31-Vitess (Ubuntu)

Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The docker image expects some of the environment variables to be set to function
| *PORT* | yes | The starting of the port addresses that vitess will use to register its components like vtgate, etc. |
| *MYSQL_MAX_CONNECTIONS* | no | Maximum number of connections that the MySQL instance will support. If unspecified, it defaults to 1000. |
| *MYSQL_BIND_HOST* | no | Which host to bind the MySQL listener to. If unspecified, it defaults to `127.0.0.1`. |
| *MYSQL_SERVER_VERSION* | no | MySQL server version to advertise. If unspecified, it defaults to `8.0.21-vitess` or `5.7.9-vitess` according to the version of vttestserver run. |
| *MYSQL_SERVER_VERSION* | no | MySQL server version to advertise. If unspecified, it defaults to `8.0.31-vitess` or `5.7.9-vitess` according to the version of vttestserver run. |
| *CHARSET* | no | Default charset to use. If unspecified, it defaults to `utf8mb4`. |
| *FOREIGN_KEY_MODE* | no | This is to provide how to handle foreign key constraint in create/alter table. Valid values are: allow (default), disallow. |
| *ENABLE_ONLINE_DDL* | no | Allow users to submit, review and control Online DDL. Valid values are: true (default), false. |
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/16.0/overview/supported-databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ featured: true

Vitess deploys, scales and manages clusters of open-source SQL database instances. Currently, Vitess supports the [MySQL](https://www.mysql.com/) and [Percona Server for MySQL](https://www.percona.com/software/mysql-database/percona-server) databases.

The [VTGate](../../concepts/vtgate/) proxy server advertises its version as MySQL 5.7.
The [VTGate](../../concepts/vtgate/) proxy server advertises its version as MySQL 8.0.

## MySQL versions 5.7 to 8.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ You should now be able to connect to the VTGate server that was started in `101_
~/my-vitess-example> mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.7.9-Vitess (Ubuntu)
Server version: 8.0.31-Vitess (Ubuntu)

Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.

Expand Down

0 comments on commit 6fdb1cc

Please sign in to comment.