step3: 拷贝/etc/mysql/my.cnf 到 /server/mariadb/conf/my.cnf
下文的案例是根据上一篇文章进行的修改。因此请优先读取上一篇文章内容《Saltstack_10_配置管理-状态模块》
#!/usr/bin/python3#-*-coding:utf-8-*-import os,sysimport pymysql# 打开数据库连接db = pymysql.connect(host="192.168.1.2",port=3306,user="root",passwd="yuanzhang...
版权声明:本文为木偶人shaon原创文章,转载请注明原文地址,非常感谢。 https://blog.csdn.net/wh211212/article/details/53593057
(adsbygoogle = window.adsbygoogle || []).push({});