12 2019 档案

摘要:mysql> show variables like '%character%';+ + +| Variable_name | Value |+ + +| character_set_client | utf8 || character_set_connection | utf8 || charac 阅读全文
posted @ 2019-12-27 19:28 一路有你,h 阅读(837) 评论(0) 推荐(0)
摘要:centos7 修改ip 1、vi /etc/sysconfig/network-scripts/ifcfg-ens33 ONBOOT=yes(开机启动) BOOTPROTO=static(静态)dhcp-->static IPADDR=192.168.227.38(IP值) GATEWAY=192 阅读全文
posted @ 2019-12-20 21:24 一路有你,h 阅读(2645) 评论(0) 推荐(0)
摘要:1、加载wget环境 yum install wget -y 2、备份本地yum源 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 3、下载新的CentOS-Base.repo 到/etc/y 阅读全文
posted @ 2019-12-03 08:07 一路有你,h 阅读(546) 评论(0) 推荐(1)