Replies: 1 comment
-
升级方案版本不兼容的 issue 列表升级说明
升级工具的使用1. 工具参数如下:Usage:
upgrade-08-09 [flags]
Flags:
-h, --help help for upgrade-08-09
--mysql-host string mysql host (default "localhost")
--mysql-password string mysql password (default "sqle")
--mysql-port string mysql port (default "3306")
--mysql-user string mysql user (default "sqle")
--schema string schema for sqle (default "sqle") 2. 示例:./upgrade-08-to-09 \
--mysql-user {your_user} \
--mysql-password {your_pass} \
--mysql-host {your_mysq_host} \
--mysql-port {your_mysql_port} \
--schema sqle |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Notes
Feature
Bugfix
This discussion was created from the release v1.2209.0.
Beta Was this translation helpful? Give feedback.
All reactions