<?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; Windows Server 2008 R2</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/windows-server-2008-r2/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>Windows Server 2008 R2下修改MySQL 5.5数据库目录</title>
		<link>https://www.osyunwei.com/archives/5150.html</link>
		<comments>https://www.osyunwei.com/archives/5150.html#comments</comments>
		<pubDate>Thu, 16 Aug 2012 05:54:19 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[修改MySQL数据库目录]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=5150</guid>
		<description><![CDATA[说明： 操作系统：Windows Server 2008 R2 MySQL版本：5.5.25a MySQL程序安装目录：D:\Program Files\MySQL\MySQL Server 5.5 MySQL数据库默认目录：C:\ProgramData\MySQL\MySQL Server 5.5\data\ 需求：修改MySQL数据库目录为D:\Program Files\MySQL\MySQL Server 5.5\data 具体操作： 一、停止MySQL 开始-cmd net stop mysql55 二、复制原来数据库目录到新目录 1、备份D:\Program Files\MySQL\MySQL Server 5.5\中的data目录为data-bak 2、复制C:\ProgramData\MySQL\MySQL Server 5.5\中的data目录到 D:\Program Files\MySQL\MySQL Server 5.5\目录下 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 三、修改MySQL配置文件 1、用记事本打开C:\ProgramData\MySQL\MySQL Server 5.5\data\目录下的my.ini 找到datadir="C:\ProgramData\MySQL\MySQL Server 5.5\data" 在前面加#注释掉 在下面添加一行 datadir="D:\Program Files\MySQL\MySQL Server 5.5\data" 修改完成后，保存退出。 2、复制C:\Documents and Settings\All [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/5150.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/5150.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 R2 IIS7.5+PHP5（FastCGI）+MySQL5环境搭建教程</title>
		<link>https://www.osyunwei.com/archives/4525.html</link>
		<comments>https://www.osyunwei.com/archives/4525.html#comments</comments>
		<pubDate>Fri, 22 Jun 2012 08:30:17 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[FastCGI]]></category>
		<category><![CDATA[IIS7.5]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=4525</guid>
		<description><![CDATA[准备篇 一、环境说明： 操作系统：Windows Server 2008 R2 PHP版本：php 5.4.4 MySQL版本：MySQL5.5.25 二、相关软件下载： 1、PHP下载地址： http://windows.php.net/downloads/releases/php-5.4.4-nts-Win32-VC9-x86.zip 2、MySQL下载地址： http://gd.tuwien.ac.at/db/mysql/Downloads/MySQLInstaller/mysql-installer-5.5.25.0.msi 3、PHP加速软件ZendGuard下载地址： http://downloads.zend.com/guard/5.5.0/ZendGuardLoader-php-5.3-Windows.zip 4、Microsoft .NET Framework 4（独立安装程序）下载地址： http://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6-BC36-D6EA96C8DAAE/dotNetFx40_Full_x86_x64.exe 5、Microsoft Visual C++ 2010 可再发行组件包 (x64)下载地址： http://download.microsoft.com/download/3/2/2/3224B87F-CFA0-4E70-BDA3-3DE650EFEBA5/vcredist_x64.exe 6、Microsoft Visual C++ 2008 Redistributable Package (x86)下载地址： http://download.microsoft.com/download/7/5/0/7502f4e9-1f90-4895-9259-1bde67b8b9a1/vcredist_x86.exe 安装篇 一、安装IIS7.5 开始-管理工具-服务器管理器 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 选择“角色”点右边的添加角色 下一步 选择“Web服务器（IIS）”，下一步 下一步 确保“CGI”被选中，其他的角色服务可根据自己的需要勾选 这里全部勾选 下一步 安装 正在安装 关闭，在浏览器里面打开http://localhost/ 出现下面的界面 IIS7.5安装完成 二、安装Microsoft [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/4525.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/4525.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 R2安装Hyper-V</title>
		<link>https://www.osyunwei.com/archives/3586.html</link>
		<comments>https://www.osyunwei.com/archives/3586.html#comments</comments>
		<pubDate>Mon, 23 Apr 2012 14:05:09 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=3586</guid>
		<description><![CDATA[说明：Hyper-V是Windows Server 2008 R2系统中自带的虚拟化产品，默认状态下是没有安装的，          下面教大家在Windows Server 2008 R2安装Hyper-V 打开开始-管理工具-服务器管理器-角色 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 点击右上角的添加角色，出现下面的界面 选中Hyper-V，点下一步 下一步 选中本地连接，下一步 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 安装 正在安装 点关闭，系统重启 正在配置Hyper-V 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 安装完成，关闭 至此，Windows Server 2008 R2安装Hyper-V完成 &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/3586.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » Windows Server 2008 R2安装Hyper-V<p><a rel="bookmark" href="https://www.osyunwei.com/archives/3586.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/3586.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决Windows Server 2008 R2 远程桌面每个用户只能进行一个会话</title>
		<link>https://www.osyunwei.com/archives/454.html</link>
		<comments>https://www.osyunwei.com/archives/454.html#comments</comments>
		<pubDate>Wed, 26 Oct 2011 02:07:35 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[安全优化]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Windwos Server 2008]]></category>
		<category><![CDATA[远程桌面]]></category>

		<guid isPermaLink="false">http://w66416.s75.chinaccnet.cn/?p=454</guid>
		<description><![CDATA[引言：        默认状态下，Windows Server 2008 R2 远程桌面中，一个用户只能进行一个会话，也就是说已经有一个用户账号登录到远程桌面了，如果其他人再用这个用户账号登录的话，会把之前登录的用户账号自动注销掉。        如果服务器只有一个管理员账号，又想让两个管理员同时远程登录服务器进行维护，有没有办法呢？请看下面操作： 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接        开始-管理工具-远程桌面服务-远程桌面会话主机配置 双击编辑设置下面的“限制每个用户只能进行一个会话”，打开之后切换到常规选项，把“限制每个用户只能进行一个会话”前面的勾取消掉 最后，应用，确定。 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 提示注册表已经更改，但不会更改RDP-tcp连接上的当前活动的用户会话，点确定 注销当前用户，之后就可以一个账号，2个管理员同时登录远程桌面了。 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/454.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » 解决Windows Server 2008 R2 远程桌面每个用户只能进行一个会话<p><a rel="bookmark" href="https://www.osyunwei.com/archives/454.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/454.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
