摘要: 安装(RPM 编译 GIT PIP) 1.查看安装版本 yum info ansible 2.安装yum install ansible 3.查看版本 ansible --version 4.修改主机清单文件 /etc/ansible/hosts 配置文件 1./etc/ansible/ansibl 阅读全文
posted @ 2021-03-08 17:02 菲阳公社 阅读(88) 评论(0) 推荐(0)
摘要: ## 查看数据库字符集设置 1.使用工具字符集配置 2. locale操作系统字符集 3.show create database dbname; 4.show create table table_name; ## 如何转换字符集 1.GBK到UNICODE必须通过码表转换 2.GBK到UTF8: 阅读全文
posted @ 2021-03-08 14:48 菲阳公社 阅读(343) 评论(0) 推荐(0)