摘要: docker的安装说明 一、CentOS Docker 安装 Docker支持以下的CentOS版本: CentOS 7 (64-bit) CentOS 6.5 (64-bit) 或更高的版本 前提条件 目前,CentOS 仅发行版本中的内核支持 Docker。 Docker 运行在 CentOS 阅读全文
posted @ 2019-07-05 17:17 jason_贾斯汀 阅读(132) 评论(0) 推荐(0)
摘要: 参考: 安装 jdk+mysql+tomcat https://www.w3h5.com/post/65.html 安装 mysql https://blog.csdn.net/qq_23123177/article/details/82759057 阅读全文
posted @ 2019-07-02 10:48 jason_贾斯汀 阅读(160) 评论(0) 推荐(0)
摘要: linux 安装后 mysql5.7 字符集默认是拉丁,不能存储中文,修改步骤如下: 在 vim /etc/mysql/my.cnf 修改配置文件 在[mysqld] 下添加如下配置 重启mysql服务 查看当前字符编码 重新进入则修改成功 阅读全文
posted @ 2019-06-27 18:42 jason_贾斯汀 阅读(1118) 评论(0) 推荐(0)