<?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 2003</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/windows-server-2003/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>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows Server 2003下修改MySQL 5.5数据库目录</title>
		<link>https://www.osyunwei.com/archives/5129.html</link>
		<comments>https://www.osyunwei.com/archives/5129.html#comments</comments>
		<pubDate>Thu, 16 Aug 2012 04:44:15 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySQL 5.5]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[修改MySQL数据库路径]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=5129</guid>
		<description><![CDATA[说明： 操作系统：Windows Server 2003 MySQL版本：5.5.25 MySQL程序安装目录：D:\Program Files\MySQL\MySQL Server 5.5\ MySQL数据库目录：C:\Documents and Settings\All Users\Application Data\MySQL\MySQL Server 5.5\data 需求：修改MySQL数据库目录为D:\Program Files\MySQL\MySQL Server 5.5\data 具体操作： 一、停止MySQL 开始-运行-cmd net stop mysql55 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 二、复制原来数据库存放目录到新目录 1、备份D:\Program Files\MySQL\MySQL Server 5.5\中的data目录为data-bak 2、复制C:\Documents and Settings\All Users\Application Data\MySQL\MySQL Server 5.5\中的data目录到 D:\Program Files\MySQL\MySQL Server 5.5\目录下 三、修改MySQL配置文件 1、用记事本打开C:\Documents and Settings\All Users\Application Data\MySQL\MySQL Server 5.5\目录下 my.ini 找到datadir="C:\Documents [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/5129.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/5129.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2003下cwRsyncServer服务端与cwRsync客户端数据同步实例教程</title>
		<link>https://www.osyunwei.com/archives/4678.html</link>
		<comments>https://www.osyunwei.com/archives/4678.html#comments</comments>
		<pubDate>Sat, 07 Jul 2012 03:20:46 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Rsync]]></category>
		<category><![CDATA[cwRsync]]></category>
		<category><![CDATA[cwRsyncServer]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[数据同步]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=4678</guid>
		<description><![CDATA[说明： cwRsyncServer服务端   IP：192.168.21.128 cwRsync客户端   IP：192.168.21.129 实现目的： 把服务端D:\data目录中的数据通过任务计划定期同步到客户端D:\data目录中 附件： cwRsyncServer下载地址： http://jaist.dl.sourceforge.net/project/sereds/cwRsync/4.0.3/cwRsyncServer_4.0.3_Installer.zip cwRsync下载地址： http://jaist.dl.sourceforge.net/project/sereds/cwRsync/4.0.3/cwRsync_4.0.3_Installer.zip 具体操作： 一、在服务端安装cwRsyncServer 解压cwRsyncServer_4.0.3_Installer.zip，双击cwRsyncServer_4.0.3_Installer.exe 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 Next I Agre（同意） 安装路径，默认即可 Next Service account：SvcCWRSYNC    （新建的一个系统账户） Type password：密码 Confirm password：密码 备注：系统会自动创建一个账户：SvcCWRSYNC来运行cwRsyncServer服务端程序 以上信息默认即可 Install （安装） Close（关闭），安装完成 开始-设置-控制面板-管理工具-服务 找到RsyncSever选项，双击打开 启动类型：自动 点“启动” 服务启动成功，点关闭 确定 打开D盘，右键单击data文件夹，选择属性，切换到安全选项，点添加 输入：SvcCWRSYNC 确定 允许所有权限 应用，确定 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 打开C:\Program Files\ICW目录 用记事本打开rsyncd.conf，修改添加以下内容（修改之前先备份文件为rsyncd.confbak） uid = 0 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/4678.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/4678.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2003 IIS6.0+PHP5(FastCGI)+MySQL5环境搭建教程</title>
		<link>https://www.osyunwei.com/archives/4442.html</link>
		<comments>https://www.osyunwei.com/archives/4442.html#comments</comments>
		<pubDate>Wed, 20 Jun 2012 15:44:00 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[FastCGI]]></category>
		<category><![CDATA[IIS6.0]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Windows Server 2003]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=4442</guid>
		<description><![CDATA[准备篇 一、环境说明： 操作系统：Windows Server 2003 SP2 32位 PHP版本：php 5.3.14 MySQL版本：MySQL5.5.25 二、相关软件下载： 1、PHP下载地址： http://windows.php.net/downloads/releases/php-5.3.14-nts-Win32-VC9-x86.zip 2、MySQL下载地址： http://gd.tuwien.ac.at/db/mysql/Downloads/MySQLInstaller/mysql-installer-5.5.25.0.msi 3、IIS6.0 FastCGI模块下载地址： http://download.microsoft.com/download/E/0/C/E0C0709A-66E5-4113-9A6C-A5F65BF6717D/fcgisetup_1.5_rtw_x86.msi  4、PHP加速软件ZendGuard下载地址： http://downloads.zend.com/guard/5.5.0/ZendGuardLoader-php-5.3-Windows.zip 5、Windows 图像处理组件下载地址： http://download.microsoft.com/download/f/f/1/ff178bb1-da91-48ed-89e5-478a99387d4f/wic_x86_chs.exe  6、Microsoft .NET Framework 4（独立安装程序）下载地址： http://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6-BC36-D6EA96C8DAAE/dotNetFx40_Full_x86_x64.exe  7、Microsoft Visual C++ 2010 可再发行组件包 (x86)下载地址： http://download.microsoft.com/download/5/B/C/5BC5DBB3-652D-4DCE-B14A-475AB85EEF6E/vcredist_x86.exe 安装篇 一、安装IIS6.0 开始-设置-控制面板-添加或删除程序 双击“添加/删除Windows组件”，选中“应用程序服务器”前面的复选框 点详细信息 确保Internet信息服务（IIS）被选中，点详细信息 确保“Internet信息服务管理器”被选中 点确定 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 安装过程中会弹出如上图所示的对话框，点浏览 打开Windows Server 2003 SP2安装光盘里面的I386目录，找到相应的文件，点击打开 （注意：必须先准备好系统安装光盘或者系统镜像文件） 点确定，继续安装 继续打开Windows Server [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/4442.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/4442.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Windows Server 2003搭建PPPoE服务器</title>
		<link>https://www.osyunwei.com/archives/3979.html</link>
		<comments>https://www.osyunwei.com/archives/3979.html#comments</comments>
		<pubDate>Wed, 23 May 2012 07:46:27 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[PPPoE]]></category>
		<category><![CDATA[Windows Server 2003]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=3979</guid>
		<description><![CDATA[说明： PPPoE服务器： 系统：Windows Server 2003 IP：192.168.21.128 子网掩码：255.255.255.0 网关：192.168.21.2 可以正常访问外网 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 PPPoE客户端： 系统：Windows XP IP:192.168.21.130 子网掩码：255.255.255.0 网关：192.168.21.2 不能访问外网，只能访问局域网 实现目的：PPPoE客户端通过PPPoE服务器拨号能够访问外网 备注：局域网中能够访问外网的IP段如下 192.168.21.128 192.168.21.160-192.168.21.180 PPPoE客户端拨号账号密码如下 账户：osyunwei 密码：123456 PPPoE服务器搭建软件下载：RasPPPoE 0.98c 一、PPPoE服务器配置 下载解压RasPPPoE 0.98c软件，双击打开RasPPPoE 0.98c.exe 点是安装 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 点仍然继续 安装完成，确定，会出现下面的拨号界面，点取消 桌面-网上邻居，右键，点属性，出现下面的界面 双击 新建连接向导 下一步 设置高级连接，下一步 接受传入的连接，下一步 默认，下一步 不允许虚拟专用连接，下一步 点 添加 用户名：osyunwei 全称：PPPoE拨号用户 密码：123456 确认密码：123456 确定 下一步 默认下一步 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/3979.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/3979.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2003服务器安全设置</title>
		<link>https://www.osyunwei.com/archives/196.html</link>
		<comments>https://www.osyunwei.com/archives/196.html#comments</comments>
		<pubDate>Sat, 22 Oct 2011 22:54:58 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[安全优化]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[服务器安全设置]]></category>

		<guid isPermaLink="false">http://w66416.s75.chinaccnet.cn/?p=196</guid>
		<description><![CDATA[系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 下面这段脚本是针对web服务器的常见安全设置，经过笔者实战验证，与大家一起分享，使用方法： 把以下代码保存为：safe.bat在服务器上双击执行即可 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/196.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » Windows Server 2003服务器安全设置<p><a rel="bookmark" href="https://www.osyunwei.com/archives/196.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/196.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
