自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

转载 centos7设置mysql自启动

编译安装mysql并成功初始化后 whereis mysql cd /usr/local/mysql cp support-files/my-default.cnf /etc/my.cnf vi /etc/systemd/system/mysqld.service [Unit] Description=MySQL Server Documentation=man:mysqld(8) Documen...

2020-01-07 21:26:02 656

原创 Centos7安裝mariadb

1.安裝mariadb yum install mariadb mariadb-server 2,安裝完以後設置開機啓動 systemctl start mariadb.service 啓動mariadb服務 systemctl enable mariadb.service 設置開機自動啓動mariadb服務 3.初始化數據庫 [root@localhost ~] mysql_secure_...

2019-12-22 14:49:07 111

原创 Centos7安装Python3.6

@centos 7.3 安装配置python3.6.1[

2019-12-19 23:33:35 110

原创 Centos7电脑时间快八个小时解决方案

Centos7电脑时间快八个小时解决方案 装完系统发现电脑时间一直快八个小时,因为时区默认UTC,CST默认加8显示. 1.设置系统时间 clock --set --date="2019-12-10 19:30:39" 2.系统时间同步到硬件时间 clock --hctosys ...

2019-12-15 16:01:54 1190

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除