文件名称:ccql:多服务器MySQL客户端
文件大小:124KB
文件格式:ZIP
更新时间:2024-02-24 20:40:57
mysql client MySQLGo
ccql 并发多服务器MySQL客户端 ccql是一个简单的可执行实用程序,可在一组给定MySQL主机上并行执行一组给定的查询。 快速示例: echo "my.srv1.com my.srv2.com my.srv3.com" | ccql -q "show master status; select @@server_id" -u myuser -p 123456 用法 Usage of ccql: -C string Credentials file, expecting [client] scope, with 'user', 'password' fields.
【文件预览】:
ccql-master
----.travis.yml(161B)
----vendor()
--------gopkg.in()
--------github.com()
--------golang.org()
----.github()
--------workflows()
----LICENSE(1KB)
----CONTRIBUTING.md(1KB)
----Dockerfile.test(242B)
----go()
--------logic()
--------text()
--------cmd()
--------sql()
----docker-compose.yml(109B)
----.gitignore(23B)
----.dockerignore(38B)
----README.md(8KB)
----script()
--------bootstrap(548B)
--------build-deploy-tarball(1KB)
--------test(262B)
--------ensure-go-installed(2KB)
--------cibuild-ccql-build-deploy-tarball(1KB)
--------go(119B)
--------cibuild(25B)
--------build(536B)
----build.sh(593B)