12 2018 档案
摘要:C#连接MySQL异常:The host localhost does not support SSL connections. 解决方案: 连接字符串添加如下语句. mariadb区分大小写 使用cd命令进入/etc/my.cnf.d文件夹下,记住是文件夹 # cd /etc/my.cnf.d 使
阅读全文
摘要:A)安装及配置 设置开机启动:systemctl enable mariadb.service B)防火墙 systemctl enable iptables systemctl stop iptables systemctl start iptables systemctl restart ipt
阅读全文