熊尼玛的七亩地

Home Archives
2019-03-22
devOps

Centos 7.4 mysql 5.7 环境搭建

Mysql 5.7 Server and Client

1
2
3
4
5
wget http://dev.mysql.com/get/mysql57-community-release-el7-7.noarch.rpm
yum localinstall mysql57-community-release-el7-7.noarch.rpm
yum repolist enabled | grep "mysql.*-community.*"
yum install -y mysql-community-server
yum install -y mysql-community-client
Share
  • mysql, cetnos
Newer
Python grpc 构建微服务
Older
Ubuntu Golang 开发环境搭建

分类

  • dev
  • devOps

标签

  • alisms, golang
  • celery, python
  • centos, docker
  • django, docker
  • etcd, registrator, docker
  • golang, ubuntu
  • grpc, flask, python
  • mysql, cetnos
  • python, flask, demo
  • python, grpc, protobuf
  • python, pyenv, centos

标签云

alisms, golang celery, python centos, docker django, docker etcd, registrator, docker golang, ubuntu grpc, flask, python mysql, cetnos python, flask, demo python, grpc, protobuf python, pyenv, centos

归档

  • 八月 2019
  • 五月 2019
  • 四月 2019
  • 三月 2019

最新文章

  • Docker Jaeger Agent Setup
  • Docker Etcd Setup
  • Docker Redis Setup
  • Docker Mysql Setup
  • Centos NFS Setup
© 2022 熊尼玛 Noah Wang
沪ICP备05032507号-2
Powered by Hexo
Home Archives