随笔分类 -  CentOS

centos7 安装mysql5.7
摘要:在CentOS中默认安装有MariaDB,这个是MySQL的分支,但为了需要,还是要在系统中安装MySQL,而且安装完成之后可以直接覆盖掉MariaDB。 1 下载并安装MySQL官方的 Yum Repository 使用上面的命令就直接下载了安装用的Yum Repository,大概25KB的样子 阅读全文

posted @ 2018-06-20 18:41 DeeperMiner 阅读(147) 评论(0) 推荐(0)

redis详细说明
摘要:# By default Redis does not run as a daemon. Use 'yes' if you need it.# Note that Redis will write a pid file in /var/run/redis.pid when daemonized.#R 阅读全文

posted @ 2018-06-15 17:37 DeeperMiner 阅读(314) 评论(0) 推荐(0)

CentOS关机命令
摘要:Linux centos关机与重启命令详解与实战 Linux centos重启命令: 1、reboot 2、shutdown -r now 立刻重启(root用户使用) 3、shutdown -r 10 过10分钟自动重启(root用户使用) 4、shutdown -r 20:35 在时间为20:3 阅读全文

posted @ 2018-06-14 23:34 DeeperMiner 阅读(36751) 评论(0) 推荐(1)

CentOS7 关闭防火墙[转]
摘要:CentOS6关闭防火墙使用以下命令, 这是因为CentOS7版本后防火墙默认使用firewalld,因此在CentOS7中关闭防火墙使用以下命令, 当然,如果安装了iptables-service,也可以使用下面的命令, 阅读全文

posted @ 2018-06-14 11:13 DeeperMiner 阅读(169) 评论(0) 推荐(0)

导航