The Vitess 9.0 Documentationbashrc: # Additions to ~/.bashrc file # Add go PATH export PATH=$PATH:/usr/local/go/bin # Add GOROOT export GOROOT=/usr/local/go/ # Add GOPATH export GOPATH=/home//go Packages from CentOS repos put these in your .bashrc: # Additions to ~/.bashrc file #VTDATAROOT export VTDATAROOT=/tmp/vtdataroot # Vitess binaries export PATH=~/vitess/bin:${PATH} Build Vitess: make build Testing your Binaries wget mysql@5.7 Add mysql@5.7 and go@1.15 to your PATH: 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 0 码力 | 417 页 | 2.96 MB | 1 年前3
The Vitess 7.0 Documentationgz sudo tar -C /usr/local -xzf go1.13.9.linux-amd64.tar.gz Make sure to add go to your bashrc: export PATH=$PATH:/usr/local/go/bin Packages from CentOS repos The MariaDB version included with CentOS these in your .bashrc: # Additions to ~/.bashrc file # Add go PATH export PATH=$PATH:/usr/local/go/bin # Vitess binaries export PATH=~/vitess/bin:${PATH} Build Vitess: make build Testing your Binaries mysql@5.7 etcd Add mysql@5.7 and go@1.13 to your PATH: echo 'export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"' >> ~/.bash_profile echo 'export PATH="/usr/local/opt/go@1.13/bin:$PATH"' >> ~/.bash_profile0 码力 | 254 页 | 949.63 KB | 1 年前3
The Vitess 11.0 Documentationbashrc: # Additions to ~/.bashrc file # Add go PATH export PATH=$PATH:/usr/local/go/bin # Add GOROOT export GOROOT=/usr/local/go/ # Add GOPATH export GOPATH=/home//go Packages from CentOS repos put these in your .bashrc: # Additions to ~/.bashrc file #VTDATAROOT export VTDATAROOT=/tmp/vtdataroot # Vitess binaries export PATH=~/vitess/bin:${PATH} Build Vitess: make build Testing your Binaries wget mysql@5.7 Add mysql@5.7 and go@1.16 to your PATH: echo '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 0 码力 | 481 页 | 3.14 MB | 1 年前3
The Vitess 10.0 Documentation
bashrc: # Additions to ~/.bashrc file # Add go PATH export PATH=$PATH:/usr/local/go/bin # Add GOROOT export GOROOT=/usr/local/go/ # Add GOPATH export GOPATH=/home//go Packages from CentOS repos put these in your .bashrc: # Additions to ~/.bashrc file #VTDATAROOT export VTDATAROOT=/tmp/vtdataroot # Vitess binaries export PATH=~/vitess/bin:${PATH} Build Vitess: make build Testing your Binaries wget mysql@5.7 Add mysql@5.7 and go@1.15 to your PATH: 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 0 码力 | 455 页 | 3.07 MB | 1 年前3
The Vitess 8.0 Documentationgz sudo tar -C /usr/local -xzf go1.13.9.linux-amd64.tar.gz Make sure to add go to your bashrc: export PATH=$PATH:/usr/local/go/bin Packages from CentOS repos The MariaDB version included with CentOS these in your .bashrc: # Additions to ~/.bashrc file # Add go PATH export PATH=$PATH:/usr/local/go/bin # Vitess binaries export PATH=~/vitess/bin:${PATH} 30 Build Vitess: make build Testing your wget mysql@5.7 Add mysql@5.7 and go@1.13 to your PATH: echo 'export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"' >> ~/.bash_profile echo 'export PATH="/usr/local/opt/go@1.13/bin:$PATH"' >> ~/.bash_profile0 码力 | 331 页 | 1.35 MB | 1 年前3
The Vitess 12.0 Documentationbashrc: # Additions to ~/.bashrc file # Add go PATH export PATH=$PATH:/usr/local/go/bin # Add GOROOT export GOROOT=/usr/local/go/ # Add GOPATH export GOPATH=/home//go Packages from CentOS repos put these in your .bashrc: # Additions to ~/.bashrc file #VTDATAROOT export VTDATAROOT=/tmp/vtdataroot # Vitess binaries export PATH=~/vitess/bin:${PATH} 34 Build Vitess: make build Testing your able to install: brew install automake git curl wget mysql@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. 0 码力 | 534 页 | 3.32 MB | 1 年前3
The Vitess 5.0 Documentationgz sudo tar -C /usr/local -xzf go1.12.14.linux-amd64.tar.gz Make sure to add go to your bashrc: export PATH=$PATH:/usr/local/go/bin Packages from CentOS repos The MariaDB version included with CentOS these in your .bashrc: # Additions to ~/.bashrc file # Add go PATH export PATH=$PATH:/usr/local/go/bin # Vitess binaries export PATH=~/vitess/bin:${PATH} Build Vitess: make build Testing your Binaries mysql@5.7 etcd Add mysql@5.7 and go@1.12 to your PATH: echo 'export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"' >> ~/.bash_profile echo 'export PATH="/usr/local/opt/go@1.12/bin:$PATH"' >> ~/.bash_profile0 码力 | 206 页 | 875.06 KB | 1 年前3
The Vitess 6.0 Documentationgz sudo tar -C /usr/local -xzf go1.13.9.linux-amd64.tar.gz Make sure to add go to your bashrc: export PATH=$PATH:/usr/local/go/bin Packages from CentOS repos The MariaDB version included with CentOS these in your .bashrc: # Additions to ~/.bashrc file # Add go PATH export PATH=$PATH:/usr/local/go/bin # Vitess binaries export PATH=~/vitess/bin:${PATH} Build Vitess: make build 17 Testing your mysql@5.7 etcd Add mysql@5.7 and go@1.13 to your PATH: echo 'export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"' >> ~/.bash_profile echo 'export PATH="/usr/local/opt/go@1.13/bin:$PATH"' >> ~/.bash_profile0 码力 | 210 页 | 846.79 KB | 1 年前3
共 8 条
- 1













