<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; mysql</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/mysql-server/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux系统安装部署 MySQL-9.3.0 Innovation创新版本</title>
		<link>https://www.osyunwei.com/archives/15867.html</link>
		<comments>https://www.osyunwei.com/archives/15867.html#comments</comments>
		<pubDate>Mon, 16 Jun 2025 04:23:03 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15867</guid>
		<description><![CDATA[操作系统：AnolisOS-8.10 mysql版本：mysql-9.3.0-linux-glibc2.28-x86_64.tar.xz 准备篇 1、关闭SELINUX #AnolisOS-8.10默认是关闭的，可以不用操作 vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加 :wq! #保存退出 setenforce 0 #使配置立即生效 2、开启防火墙 系统默认使用的是firewall作为防火墙，这里改为iptables防火墙。 开启mysql默认端口3306 2.1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2.2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # sample configuration for iptables service # you [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15867.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15867.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux系统安装部署 MySQL-5.7.44版本</title>
		<link>https://www.osyunwei.com/archives/15853.html</link>
		<comments>https://www.osyunwei.com/archives/15853.html#comments</comments>
		<pubDate>Fri, 13 Jun 2025 08:54:04 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15853</guid>
		<description><![CDATA[操作系统：AnolisOS-8.10 mysql版本：mysql-5.7.44-linux-glibc2.12-x86_64.tar.gz 准备篇 1、关闭SELINUX #AnolisOS-8.10默认是关闭的，可以不用操作 vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加 :wq! #保存退出 setenforce 0 #使配置立即生效 2、开启防火墙 系统默认使用的是firewall作为防火墙，这里改为iptables防火墙。 开启mysql默认端口3306 2.1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2.2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # sample configuration for iptables service # you [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15853.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15853.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux系统安装部署 MySQL-8.4.5 LTS版本</title>
		<link>https://www.osyunwei.com/archives/15839.html</link>
		<comments>https://www.osyunwei.com/archives/15839.html#comments</comments>
		<pubDate>Thu, 12 Jun 2025 10:33:32 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15839</guid>
		<description><![CDATA[操作系统：AnolisOS-8.10 mysql版本：mysql-8.4.5-linux-glibc2.28-x86_64.tar.xz 准备篇 1、关闭SELINUX #AnolisOS-8.10默认是关闭的，可以不用操作 vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加 :wq! #保存退出 setenforce 0 #使配置立即生效 2、开启防火墙 系统默认使用的是firewall作为防火墙，这里改为iptables防火墙。 开启mysql默认端口3306 2.1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2.2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # sample configuration for iptables service # you [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15839.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15839.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下MySQL主从同步小版本升级</title>
		<link>https://www.osyunwei.com/archives/12982.html</link>
		<comments>https://www.osyunwei.com/archives/12982.html#comments</comments>
		<pubDate>Fri, 02 Sep 2022 07:06:53 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=12982</guid>
		<description><![CDATA[操作系统：CentOS 7.x MySQL二进制版本：5.7.x 小版本升级 现有版本：MySQL 5.7.38 升级后版本：MySQL 5.7.39 下载地址：https://cdn.mysql.com//Downloads/MySQL-5.7/mysql-5.7.39-linux-glibc2.12-x86_64.tar.gz 上传mysql-5.7.39-linux-glibc2.12-x86_64.tar.gz到/usr/local/src 升级前先查看MySQL 5.7.x 中添加、弃用或删除的变量和选项 https://dev.mysql.com/doc/refman/5.7/en/added-deprecated-removed.html ############################################ MySQL 8.0.x版本可以使用mysql-shell进行升级前的检查 mysql-shell-8.0.29-linux-glibc2.12-x86-64bit.tar.gz https://cdn.mysql.com/archives/mysql-shell/mysql-shell-8.0.29-linux-glibc2.12-x86-64bit.tar.gz tar zxvf /usr/local/src/mysql-shell-8.0.29-linux-glibc2.12-x86-64bit.tar.gz -C /usr/local/ cd /usr/local mv mysql-shell-8.0.29-linux-glibc2.12-x86-64bit mysql-shell cd /usr/local/mysql-shell/bin ./mysqlsh -- util checkForServerUpgrade root@localhost:3306 --target-version=5.7.39 --output-format=JSON --config-path=/data/server/mysql/my.cnf ############################################ 使用离线方式进行升级 一、主库操作 1、进入mysql控制台 set global innodb_fast_shutdown=0; #保障数据的完整性 flush tables with read lock; #数据库只读锁定命令，防止导出数据库的时候有数据写入（命令执行期间控制台不能关闭，控制台关闭命令就自动失效了，unlock tables;#解除锁定） set [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/12982.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/12982.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 7.x下MySQL数据库主从同步配置</title>
		<link>https://www.osyunwei.com/archives/12732.html</link>
		<comments>https://www.osyunwei.com/archives/12732.html#comments</comments>
		<pubDate>Thu, 30 Jun 2022 07:42:26 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[主从架构]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[主从同步]]></category>
		<category><![CDATA[数据库]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=12732</guid>
		<description><![CDATA[说明： 操作系统：CentOS 7.x 64位 MySQL数据库版本：mysql-5.7.38-linux-glibc2.12-x86_64.tar.gz MySQL主服务器：192.168.21.128 MySQL从服务器：192.168.21.129 准备篇： 说明：在两台MySQL服务器192.168.21.128和192.168.21.129上分别进行如下操作 一、防火墙配置 CentOS 7.x 默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/12732.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/12732.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 8.x下二进制mysql5.5.x/5.6.x/5.7.x/8.0.x多版本共存</title>
		<link>https://www.osyunwei.com/archives/12005.html</link>
		<comments>https://www.osyunwei.com/archives/12005.html#comments</comments>
		<pubDate>Tue, 09 Nov 2021 03:09:26 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=12005</guid>
		<description><![CDATA[准备篇 一、防火墙配置 #防火墙请根据个人需求进行选择和设置，下面以iptables防火墙为例 CentOS 8.x默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do not ask us to add additional [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/12005.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/12005.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Docker下使用Dockerfile基于centos基础镜像构建mysql-8.0容器镜像</title>
		<link>https://www.osyunwei.com/archives/11696.html</link>
		<comments>https://www.osyunwei.com/archives/11696.html#comments</comments>
		<pubDate>Tue, 07 Sep 2021 07:57:17 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Docker]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=11696</guid>
		<description><![CDATA[一、CentOS 7.x 安装Docker-ce社区版本 https://www.osyunwei.com/archives/11592.html 二、准备安装软件包 cd /usr/local/src #建议先把需要安装的软件包下载到本地目录 下载mysql二进制安装包 wget https://cdn.mysql.com//Downloads/MySQL-8.0/mysql-8.0.26-linux-glibc2.12-x86_64.tar.xz 三、构建mysql容器镜像 1、从docker hub拉取官方基础镜像 #我们用centos系统进行构建 https://hub.docker.com/_/centos?tab=tags&#038;page=1&#038;ordering=last_updated 选择centos:7.9.2009版本 docker pull centos:7.9.2009 #拉取系统镜像 docker image ls #查看docker镜像 docker run -itd --name centos centos:7.9.2009 #运行容器 docker ps #查看容器 [root@master01 src]# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 3c79f14bf82f centos:7.9.2009 "/bin/bash" 8 seconds ago Up 7 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/11696.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/11696.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Docker下使用Dockerfile基于centos基础镜像构建mysql-5.6容器镜像</title>
		<link>https://www.osyunwei.com/archives/11688.html</link>
		<comments>https://www.osyunwei.com/archives/11688.html#comments</comments>
		<pubDate>Thu, 02 Sep 2021 12:43:28 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Docker]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=11688</guid>
		<description><![CDATA[一、CentOS 7.x 安装Docker-ce社区版本 https://www.osyunwei.com/archives/11592.html 二、准备安装软件包 cd /usr/local/src #建议先把需要安装的软件包下载到本地目录 1、下载mysql http://mirrors.sohu.com/mysql/MySQL-5.6/mysql-5.6.48.tar.gz 2、下载cmake（编译工具） https://cmake.org/files/v3.21/cmake-3.21.1.tar.gz 三、构建mysql容器镜像 1、从docker hub拉取官方基础镜像 #我们用centos系统进行构建 https://hub.docker.com/_/centos?tab=tags&#038;page=1&#038;ordering=last_updated 选择centos:7.9.2009版本 docker pull centos:7.9.2009 #拉取系统镜像 docker image ls #查看docker镜像 docker run -itd --name centos7.9 centos:7.9.2009 #运行容器 docker ps #查看容器 [root@master01 src]# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 5ec501bf0524 centos:7.9.2009 "/bin/bash" 7 seconds ago Up [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/11688.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/11688.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Docker下使用Dockerfile基于centos基础镜像构建mysql-5.5容器镜像</title>
		<link>https://www.osyunwei.com/archives/11684.html</link>
		<comments>https://www.osyunwei.com/archives/11684.html#comments</comments>
		<pubDate>Thu, 02 Sep 2021 03:10:27 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Docker]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=11684</guid>
		<description><![CDATA[一、CentOS 7.x 安装Docker-ce社区版本 https://www.osyunwei.com/archives/11592.html 二、准备安装软件包 cd /usr/local/src #建议先把需要安装的软件包下载到本地目录 1、下载mysql https://cdn.mysql.com/archives/mysql-5.5/mysql-5.5.62.tar.gz 2、下载cmake（编译工具） https://cmake.org/files/v3.21/cmake-3.21.1.tar.gz 三、构建mysql容器镜像 1、从docker hub拉取官方基础镜像 #我们用centos系统进行构建 https://hub.docker.com/_/centos?tab=tags&#038;page=1&#038;ordering=last_updated 选择centos:7.9.2009版本 docker pull centos:7.9.2009 #拉取系统镜像 docker image ls #查看docker镜像 docker run -itd --name centos7.9 centos:7.9.2009 #运行容器 docker ps #查看容器 [root@master01 src]# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES dfe6db7c2e06 centos:7.9.2009 "/bin/bash" 10 seconds ago Up [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/11684.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/11684.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian 10.9.x编译安装Nginx1.20.x+MySQL8.0.x+PHP8.0.x 7.4.x 7.3.x 7.2.x 7.1.x 7.0.x 5.6.x 5.5.x 5.4.x 5.3.x 5.2.x多版本全能环境</title>
		<link>https://www.osyunwei.com/archives/11344.html</link>
		<comments>https://www.osyunwei.com/archives/11344.html#comments</comments>
		<pubDate>Sun, 13 Jun 2021 07:50:05 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=11344</guid>
		<description><![CDATA[基础教程： Debian 10.9.x安装配置图解教程 https://www.osyunwei.com/archives/11103.html 准备篇： 一、配置防火墙，开启80端口、3306端口 Debian默认没有安装任何防火墙的，我们这里推荐使用iptables防火墙。 1.1安装iptables防火墙 whereis iptables #查看系统是否安装防火墙 apt-get install iptables #运行此命令安装防火墙 mkdir /etc/sysconfig #创建防火墙配置文件存放目录 touch /etc/sysconfig/iptables #创建防火墙配置文件 nano /etc/sysconfig/iptables #编辑添加防火墙规则 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do not ask us to add additional ports/services to this default configuration *filter :INPUT [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/11344.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/11344.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Server 20.04.x LTS编译安装Nginx1.20.x+MySQL8.0.x+PHP8.0.x 7.4.x 7.3.x 7.2.x 7.1.x 7.0.x 5.6.x 5.5.x 5.4.x 5.3.x 多版本全能环境</title>
		<link>https://www.osyunwei.com/archives/11183.html</link>
		<comments>https://www.osyunwei.com/archives/11183.html#comments</comments>
		<pubDate>Wed, 02 Jun 2021 06:16:28 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=11183</guid>
		<description><![CDATA[基础教程： Ubuntu Server 20.04.1 LTS安装配置图解教程 https://www.osyunwei.com/archives/10727.html 准备篇： 一、配置防火墙，开启80端口、3306端口 1.1安装iptables防火墙 Ubuntu Server默认没有开启任何防火墙的，但是默认安装了ufw防火墙，我们这里推荐使用iptables防火墙。 ufw status #查看系统自带的ufw防火墙状态 Status: inactive #表示关闭 ufw disable #关闭ufw防火墙，参数enable是开启，我们这里关闭 apt-get remove ufw #卸载ufw apt-get purge ufw #清除ufw依赖包 whereis iptables #查看系统是否安装防火墙 apt-get install iptables #运行此命令安装防火墙 mkdir /etc/sysconfig #创建防火墙配置文件存放目录 touch /etc/sysconfig/iptables #创建防火墙配置文件 nano /etc/sysconfig/iptables #编辑添加防火墙规则 # sample configuration for iptables service # you can edit this [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/11183.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/11183.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rocky Linux 8.x编译安装Nginx1.20.x+MySQL8.0.x+PHP8.0.x PHP7.4.x 7.3.x 7.2.x 7.1.x 7.0.x 5.6.x 5.5.x 5.3.x 多版本全能环境</title>
		<link>https://www.osyunwei.com/archives/10917.html</link>
		<comments>https://www.osyunwei.com/archives/10917.html#comments</comments>
		<pubDate>Tue, 23 Mar 2021 11:28:29 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Rocky]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=10917</guid>
		<description><![CDATA[本文档最后更新于2021年5月28日 基础教程： Rocky Linux 8.x系统安装配置图解教程 https://www.osyunwei.com/archives/11453.html 准备篇 一、防火墙配置 Rocky Linux 8.x默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/10917.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/10917.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2019 IIS10.0+PHP（FastCGI）+MySQL环境搭建教程</title>
		<link>https://www.osyunwei.com/archives/10359.html</link>
		<comments>https://www.osyunwei.com/archives/10359.html#comments</comments>
		<pubDate>Mon, 11 Nov 2019 06:43:26 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[FastCGI]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=10359</guid>
		<description><![CDATA[准备篇 一、环境说明： 操作系统：Windows Server 2019 PHP版本：php 7.3.11 MySQL版本：MySQL 8.0.18.0 二、相关软件下载： 1、PHP下载地址： https://windows.php.net/downloads/releases/php-7.3.11-nts-Win32-VC15-x64.zip 2、MySQL下载地址： https://cdn.mysql.com//Downloads/MySQLInstaller/mysql-installer-community-8.0.18.0.msi 3、Visual C++ Redistributable for Visual Studio 2015（安装PHP、MySQL需要此插件） https://download.visualstudio.microsoft.com/download/pr/11100229/78c1e864d806e36f6035d80a0e80399e/VC_redist.x86.exe https://download.visualstudio.microsoft.com/download/pr/11100230/15ccb3f02745c7b206ad10373cbca89b/VC_redist.x64.exe 4、Microsoft URL 重写模块 2.0下载地址（IIS伪静态需要此插件） https://download.microsoft.com/download/4/E/7/4E7ECE9A-DF55-4F90-A354-B497072BDE0A/rewrite_x64_zh-CN.msi 安装篇 一、安装IIS10.0 控制面板-系统和安全-管理工具 服务器管理器 添加角色和功能 下一步 选择：基于角色或基于功能的安装 下一步 选择：从服务器池中选择服务器 下一步 选择：Web服务器（IIS） 添加功能 下一步 下一步 下一步 确保CGI被选中，其他的角色服务根据需要选择，如果不知道如何选择，建议选择全部功能。 下一步 安装 显示安装成功，点关闭。 可以看到角色和服务器组中已经有了IIS 打开IE浏览器，输入http://127.0.0.1/会看到下面的界面 IIS10.0已经安装完成。 二、安装PHP 1、Visual C++ Redistributable for [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/10359.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/10359.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 8.0.1905编译安装Nginx1.16.1+MySQL8.0.18+PHP7.3.10</title>
		<link>https://www.osyunwei.com/archives/10336.html</link>
		<comments>https://www.osyunwei.com/archives/10336.html#comments</comments>
		<pubDate>Fri, 25 Oct 2019 05:23:00 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=10336</guid>
		<description><![CDATA[必会知识： CentOS 8.0.1905系统安装配置图解教程 https://www.osyunwei.com/archives/10256.html 准备篇 一、防火墙配置 CentOS 从7.x开始默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum -y remove firewalld 2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件，开发mysql默认端口3306 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do not ask [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/10336.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/10336.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 8.x安装MySQL 8.x并创建数据库添加用户对用户进行授权</title>
		<link>https://www.osyunwei.com/archives/10312.html</link>
		<comments>https://www.osyunwei.com/archives/10312.html#comments</comments>
		<pubDate>Mon, 30 Sep 2019 08:41:00 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=10312</guid>
		<description><![CDATA[本文CentOS版本：CentOS 8.0.1905 MySQL版本：mysql-8.0.18 前传： CentOS 8.0.1905系统安装配置图解教程 https://www.osyunwei.com/archives/10256.html 准备篇 一、防火墙配置 CentOS 从7.x开始默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件，开发mysql默认端口3306 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/10312.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/10312.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
