The Vitess 7.0 Documentationecho 'export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"' >> ~/.bash_profile echo 'export PATH="/usr/local/opt/go@1.13/bin:$PATH"' >> ~/.bash_profile Do not setup MySQL or etcd to restart at login. Build vitess Set environment variables that Vitess will require. It is recommended to put these in your ~/.bash_profile file: # Vitess binaries export PATH=~/vitess/bin:${PATH} Build Vitess: make build 20 Install vtctlclient locally: If you are familiar with Go development, the easiest way to do this is: bash go get vitess.io/vitess/go/cmd/vtctlclient If not, you can also download the latest Vitess release0 码力 | 254 页 | 949.63 KB | 1 年前3
The Vitess 8.0 Documentationecho 'export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"' >> ~/.bash_profile echo 'export PATH="/usr/local/opt/go@1.13/bin:$PATH"' >> ~/.bash_profile Do not install etcd via brew otherwise it will not be vitess Set environment variables that Vitess will require. It is recommended to put these in your ~/.bash_profile file: # Vitess binaries export PATH=~/vitess/bin:${PATH} Build Vitess: make build Testing Install vtctlclient locally: If you are familiar with Go development, the easiest way to do this is: bash go get vitess.io/vitess/go/cmd/vtctlclient If not, you can also download the latest Vitess release0 码力 | 331 页 | 1.35 MB | 1 年前3
The Vitess 9.0 Documentationecho 'export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"' >> ~/.bash_profile echo 'export PATH="/usr/local/opt/go@1.15/bin:$PATH"' >> ~/.bash_profile Do not install etcd via brew otherwise it will not be vitess Set environment variables that Vitess will require. It is recommended to put these in your ~/.bash_profile file: # Vitess binaries export PATH=~/vitess/bin:${PATH} Build Vitess: make build Testing Install vtctlclient locally: If you are familiar with Go development, the easiest way to do this is: bash go get vitess.io/vitess/go/cmd/vtctlclient If not, you can also download the latest Vitess release0 码力 | 417 页 | 2.96 MB | 1 年前3
The Vitess 10.0 Documentation
echo 'export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"' >> ~/.bash_profile echo 'export PATH="/usr/local/opt/go@1.15/bin:$PATH"' >> ~/.bash_profile Do not install etcd via brew otherwise it will not be vitess Set environment variables that Vitess will require. It is recommended to put these in your ~/.bash_profile file: # Vitess binaries export PATH=~/vitess/bin:${PATH} Build Vitess: make build Testing Install vtctlclient locally: If you are familiar with Go development, the easiest way to do this is: bash go get vitess.io/vitess/go/cmd/vtctlclient If not, you can also download the latest Vitess release0 码力 | 455 页 | 3.07 MB | 1 年前3
The Vitess 11.0 Documentationecho 'export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"' >> ~/.bash_profile echo 'export PATH="/usr/local/opt/go@1.16/bin:$PATH"' >> ~/.bash_profile Do not install etcd via brew otherwise it will not be vitess Set environment variables that Vitess will require. It is recommended to put these in your ~/.bash_profile file: # Vitess binaries export PATH=~/vitess/bin:${PATH} Build Vitess: make build Testing Install vtctlclient locally: If you are familiar with Go development, the easiest way to do this is: bash go get vitess.io/vitess/go/cmd/vtctlclient If not, you can also download the latest Vitess release0 码力 | 481 页 | 3.14 MB | 1 年前3
The Vitess 6.0 Documentationecho 'export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"' >> ~/.bash_profile echo 'export PATH="/usr/local/opt/go@1.13/bin:$PATH"' >> ~/.bash_profile Do not setup MySQL or etcd to restart at login. Build vitess Set environment variables that Vitess will require. It is recommended to put these in your ~/.bash_profile file: # Vitess binaries export PATH=~/vitess/bin:${PATH} Build Vitess: make build Testing Creating a stream It’s generally easier to send the VReplication command programmatically instead of a bash script. This is because of the number of nested encodings involved: • One of the arguments is an0 码力 | 210 页 | 846.79 KB | 1 年前3
The Vitess 5.0 Documentationecho 'export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"' >> ~/.bash_profile echo 'export PATH="/usr/local/opt/go@1.12/bin:$PATH"' >> ~/.bash_profile Do not setup MySQL or etcd to restart at login. Build vitess Set environment variables that Vitess will require. It is recommended to put these in your ~/.bash_profile file: # Vitess binaries export PATH=~/vitess/bin:${PATH} Build Vitess: make build Testing Creating a stream It’s generally easier to send the VReplication command programmatically instead of a bash script. This is because of the number of nested encodings involved: • One of the arguments is an0 码力 | 206 页 | 875.06 KB | 1 年前3
The Vitess 12.0 Documentationmysql@5.7 Add mysql@5.7 to your PATH: echo 'export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"' >> ~/.bash_profile Download and install Golang 1.17. For example, at writing: curl -LO https://golang.org/dl/go1 vitess Set environment variables that Vitess will require. It is recommended to put these in your ~/.bash_profile file: # Vitess binaries export PATH=~/vitess/bin:${PATH} Build Vitess: make build Testing Homebrew package manager is also available, which requires no dependencies on your local host. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" Install Vitess0 码力 | 534 页 | 3.32 MB | 1 年前3
共 8 条
- 1













