File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ choco install -y jenkins
1010
1111### On Kubernetes
1212
13- - Installing Jenkins - Kubernets : < https://www.jenkins.io/doc/book/installing/kubernetes/ >
13+ - Installing Jenkins - Kubernetes : < https://www.jenkins.io/doc/book/installing/kubernetes/ >
1414- Jenkins Helm Charts: < https://github.com/jenkinsci/helm-charts >
1515- Jenkins Operator: < https://www.jenkins.io/projects/jenkins-operator/ >
1616
Original file line number Diff line number Diff line change 66
77``` sh
88brew install mysql-client
9-
10- # brew uninstall mysql-client
119```
1210
1311### Chocolatey
1412
1513``` ps1
1614choco install -y mysql-cli
17-
18- # choco uninstall -y mysql-cli
1915```
2016
21- ## Install Mysql Shell (CLI)
17+ ## Install MySQL Shell (CLI)
2218
2319### Homebrew
2420
2521``` sh
2622brew install --cask mysql-shell
27- # brew uninstall --cask mysql-shell
2823```
2924
3025## Install MySQL Server
@@ -33,8 +28,6 @@ brew install --cask mysql-shell
3328
3429``` ps1
3530choco install -y mysql
36-
37- # choco uninstall -y mysql
3831```
3932
4033### Docker
@@ -47,8 +40,6 @@ MySQL Docker Hub: <https://hub.docker.com/_/mysql>
4740
4841``` ps1
4942choco install -y mysql-connector
50-
51- # choco uninstall -y mysql-connector
5243```
5344
5445## MySQL Workbench
@@ -57,8 +48,6 @@ choco install -y mysql-connector
5748
5849``` ps1
5950choco install -y mysql.workbench
60-
61- # choco uninstall -y mysql.workbench
6251```
6352
6453## References
You can’t perform that action at this time.
0 commit comments