摘要: 数据库建库 CREATE DATABASE `ansiblecmdb` CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; 安装必要组件: # ansible-galaxy collection install community.mysql # 非必 阅读全文
posted @ 2023-05-30 20:03 wanghongwei-dev 阅读(167) 评论(0) 推荐(0) 编辑