随笔分类 -  Linux

摘要:系统:CentOS7.6 1、 关闭防火墙 查看状态:firewall-cmd --state 关闭: systemctl stop firewalld 开机禁用: systemctl disable firewalld 2、关闭SELinux setenforce 0 3、安装samba和samba-client yum install -y samba sambe-client ... 阅读全文
posted @ 2019-09-13 21:14 Zel+_+ 阅读(534) 评论(0) 推荐(0)
摘要:环境CentOS7.4 MySQL8.0.12 同时修改MySQL的配置文件,my.cnf 如果 直接 mysqldump -uroot -p $db_name > t.sql这样提示 mysqldump: [Warning] Using a password on the command line 阅读全文
posted @ 2018-10-23 21:26 Zel+_+ 阅读(2107) 评论(0) 推荐(0)
摘要:CentOS7.5 安装MySQL8.0.12 安装前: 先卸载 CentOS7.5默认安装的MariaDB,配置文件在/etc/my.cnf rpm -qa | grep mariadb 找到 使用 yum remove mariadb-libs-5.5.56-2.el7.x86_64 再次查找  阅读全文
posted @ 2018-10-17 12:11 Zel+_+ 阅读(7794) 评论(0) 推荐(0)