Adding upstream version 1.27.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
69f0f331c6
commit
5e6d9cc7a9
15 changed files with 248 additions and 118 deletions
24
README.md
24
README.md
|
@ -1,8 +1,6 @@
|
|||
# mycli
|
||||
|
||||
[](https://github.com/dbcli/mycli/actions?query=workflow%3Amycli)
|
||||
[](https://pypi.python.org/pypi/mycli)
|
||||
[](https://lgtm.com/projects/g/dbcli/mycli/context:python)
|
||||
|
||||
A command line client for MySQL that can do auto-completion and syntax highlighting.
|
||||
|
||||
|
@ -76,6 +74,9 @@ $ sudo apt-get install mycli # Only on debian or ubuntu
|
|||
--ssl-cert PATH X509 cert in PEM format.
|
||||
--ssl-key PATH X509 key in PEM format.
|
||||
--ssl-cipher TEXT SSL cipher to use.
|
||||
--tls-version [TLSv1|TLSv1.1|TLSv1.2|TLSv1.3]
|
||||
TLS protocol version for secure connection.
|
||||
|
||||
--ssl-verify-server-cert Verify server's "Common Name" in its cert
|
||||
against hostname used when connecting. This
|
||||
option is disabled by default.
|
||||
|
@ -178,29 +179,10 @@ Fedora has a package available for mycli, install it using dnf:
|
|||
$ sudo dnf install mycli
|
||||
```
|
||||
|
||||
### RHEL, Centos
|
||||
|
||||
I haven't built an RPM package for mycli for RHEL or Centos yet. So please use `pip` to install `mycli`. You can install pip on your system using:
|
||||
|
||||
```
|
||||
$ sudo yum install python3-pip
|
||||
```
|
||||
|
||||
Once that is installed, you can install mycli as follows:
|
||||
|
||||
```
|
||||
$ sudo pip3 install mycli
|
||||
```
|
||||
|
||||
### Windows
|
||||
|
||||
Follow the instructions on this blogpost: https://www.codewall.co.uk/installing-using-mycli-on-windows/
|
||||
|
||||
### Cygwin
|
||||
|
||||
1. Make sure the following Cygwin packages are installed:
|
||||
`python3`, `python3-pip`.
|
||||
2. Install mycli: `pip3 install mycli`
|
||||
|
||||
### Thanks:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue