<?xml version="1.0" encoding="gbk"?>
<!--  RSS generated by Flaimo.com RSS Builder [2026-04-04 06:22:28]  --> <rss version="2.0" xmlns:im="http://purl.org/rss/1.0/item-images/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" >
<channel>
<pubDate>Sat, 04 Apr 2026 06:22:28 +0800</pubDate>
<lastBuildDate>Sat, 04 Apr 2026 06:22:28 +0800</lastBuildDate>
<docs>http://bbs.rongsen.com.cn/</docs>
<description>我们专注于服务器维护、IT项目外包，监控运维服务及linux或windows系统下各种应用软件的安装配置维护优化等!并深得客户的高度肯定。</description>
<link>http://bbs.rongsen.com.cn/</link>
<title>MySQL数据库-黑客防线网安服务器维护基地</title>
<image>
<title>MySQL数据库-黑客防线网安服务器维护基地</title>
<url>http://bbs.rongsen.com.cn/images/logo.gif</url>
<link>http://bbs.rongsen.com.cn/</link>
<description>我们专注于服务器维护、IT项目外包，监控运维服务及linux或windows系统下各种应用软件的安装配置维护优化等!并深得客户的高度肯定。</description>
</image>
<webMaster>http://bbs.rongsen.com.cn/</webMaster>
<generator>http://bbs.rongsen.com.cn/</generator>
<category>黑客防线网安服务器维护基地</category>
<ttl>60</ttl>
<dc:creator>http://bbs.rongsen.com.cn/</dc:creator>
<dc:date>Sat, 04 Apr 2026 06:22:28 +0800</dc:date>
<sy:updateFrequency>0</sy:updateFrequency>
<sy:updateBase>2026</sy:updateBase>
<item>
<title><![CDATA[mysql在SQL中使用保留字]]></title>
<link>http://bbs.rongsen.com.cn/show-449-1.html</link>
<description><![CDATA[识别符可以引起来也可以不引起来。如果识别符是一个保留字或包含特殊字符，无论何时使用，必须将它引起来。关于保留字的列表参见9.6节，“MySQL中保留字的处理”。特殊字符指那些当前字符集、‘_’和‘$’之外的 ...<br /><strong>Tags</strong>:<a href=tag.php?tag=mysql target='blank'>mysql</a>&nbsp;&nbsp;<a href=tag.php?tag=SQL target='blank'>SQL</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:14:36</pubDate>
<guid>http://bbs.rongsen.com.cn/show-449-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[要注意的 MYSql 保留字]]></title>
<link>http://bbs.rongsen.com.cn/show-450-1.html</link>
<description><![CDATA[写程序不能用保留字，现在建数据库的时候却也要注意这方面的问题，一个因为数据库字段命名不当造成的问题检查起来还是相当麻烦的，基本上排出了所有问题之后才能检查出根本来，感谢jzy的提醒才解决了问题(浪费我 ...<br /><strong>Tags</strong>:<a href=tag.php?tag=MYSql target='blank'>MYSql</a>&nbsp;&nbsp;<a href=tag.php?tag=%B1%A3%C1%F4%D7%D6 target='blank'>保留字</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:14:57</pubDate>
<guid>http://bbs.rongsen.com.cn/show-450-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[MYSQL GROUP BY 和 HAVING 子句]]></title>
<link>http://bbs.rongsen.com.cn/show-451-1.html</link>
<description><![CDATA[在介绍GROUP BY 和 HAVING 子句前，我们必需先讲讲sql语言中一种特殊的函数：聚合函数， 例如SUM, COUNT, MAX, AVG等。这些函数和其它函数的根本区别就是它们一般作用在多条记录上。 
SELECT SUM(population)  ...<br /><strong>Tags</strong>:<a href=tag.php?tag=MYSQL target='blank'>MYSQL</a>&nbsp;&nbsp;<a href=tag.php?tag=GROUP target='blank'>GROUP</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:15:18</pubDate>
<guid>http://bbs.rongsen.com.cn/show-451-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[mysql存储过程基本函数]]></title>
<link>http://bbs.rongsen.com.cn/show-452-1.html</link>
<description><![CDATA[一.字符串类 
CHARSET(str) //返回字串字符集CONCAT (string2  [,... ]) //连接字串INSTR (string ,substring ) //返回substring首次在string中出现的位置,不存在返回0LCASE (string2 ) //转换成小写LEFT (str ...<br /><strong>Tags</strong>:<a href=tag.php?tag=mysql target='blank'>mysql</a>&nbsp;&nbsp;<a href=tag.php?tag=%B4%E6%B4%A2%B9%FD%B3%CC target='blank'>存储过程</a>&nbsp;&nbsp;<a href=tag.php?tag=%BB%F9%B1%BE target='blank'>基本</a>&nbsp;&nbsp;<a href=tag.php?tag=%BA%AF%CA%FD target='blank'>函数</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:15:41</pubDate>
<guid>http://bbs.rongsen.com.cn/show-452-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[MySQL5存储过程使用]]></title>
<link>http://bbs.rongsen.com.cn/show-453-1.html</link>
<description><![CDATA[传说中的MySQL 5 具有了存储过程的功能,今天小试一把.哈,还真不错 :)写下来,和大家一起学习.以后的一些高级功能,偶有空就写写,接着续在整个帖子下面. ok,开始......
1、下载、安装，不用多说（偶喜欢非安装版， ...<br /><strong>Tags</strong>:<a href=tag.php?tag=MySQL5%B4%E6 target='blank'>MySQL5存</a>&nbsp;&nbsp;<a href=tag.php?tag=%B4%A2%B9%FD%B3%CC target='blank'>储过程</a>&nbsp;&nbsp;<a href=tag.php?tag=%CA%B9%D3%C3 target='blank'>使用</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:16:05</pubDate>
<guid>http://bbs.rongsen.com.cn/show-453-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[MySQL数据库优化经验]]></title>
<link>http://bbs.rongsen.com.cn/show-478-1.html</link>
<description><![CDATA[同时在线访问量继续增大，对于1G内存的服务器明显感觉到吃力，严重时甚至每天都会死机，或者时不时的服务器卡一下，这个问题曾经困扰了我半个多月。MySQL使用是很具伸缩性的算法，因此你通常能用很少的内存运行 ...<br /><strong>Tags</strong>:<a href=tag.php?tag=MySQL target='blank'>MySQL</a>&nbsp;&nbsp;<a href=tag.php?tag=%CA%FD%BE%DD%BF%E2 target='blank'>数据库</a>&nbsp;&nbsp;<a href=tag.php?tag=%D3%C5%BB%AF target='blank'>优化</a>&nbsp;&nbsp;<a href=tag.php?tag=%BE%AD%D1%E9 target='blank'>经验</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-06-16 15:14:06</pubDate>
<guid>http://bbs.rongsen.com.cn/show-478-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[MySQL 优化设置指南]]></title>
<link>http://bbs.rongsen.com.cn/show-527-1.html</link>
<description><![CDATA[如果使用的是MySQL 5.0.x可以直接将以下内容保存替换MySQL中的my.ini，记得要修改basedir和datadir两个栏目的路径。
复制代码 代码如下:[client] port=3306 [mysql] default-character-set=gbk [mysqld] port= ...<br /><strong>Tags</strong>:<a href=tag.php?tag=MySQL target='blank'>MySQL</a>&nbsp;&nbsp;<a href=tag.php?tag=%D3%C5%BB%AF target='blank'>优化</a>&nbsp;&nbsp;<a href=tag.php?tag=%C9%E8%D6%C3 target='blank'>设置</a>&nbsp;&nbsp;<a href=tag.php?tag=%D6%B8%C4%CF target='blank'>指南</a>&nbsp;&nbsp;]]></description>
<pubDate>2010-08-26 06:08:16</pubDate>
<guid>http://bbs.rongsen.com.cn/show-527-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[Linux VPS/服务器上轻松导入导出MySQL数据库]]></title>
<link>http://bbs.rongsen.com.cn/show.php?contentid-2782.html</link>
<description><![CDATA[<img src=uploadfile/2012/0107/20120107122731683.jpg border='0' /><br />核心提示：随着网站的运行MySQL数据库也越来越大，备份问题也日益凸显，使用phpmyadmin导出或导入时可能会因为超时文件过大等原因无法导入或导出。下面VPS侦探说一下几个解决方法：&nbsp;<br /><strong>Tags</strong>:<a href=tag.php?tag=Linux target='blank'>Linux</a>&nbsp;&nbsp;<a href=tag.php?tag=%B7%FE%CE%F1%C6%F7 target='blank'>服务器</a>&nbsp;&nbsp;<a href=tag.php?tag=MySQL target='blank'>MySQL</a>&nbsp;&nbsp;<a href=tag.php?tag=%CA%FD%BE%DD%BF%E2 target='blank'>数据库</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-06-15 19:39:54</pubDate>
<guid>http://bbs.rongsen.com.cn/show.php?contentid-2782.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[MySql常用命令总结]]></title>
<link>http://bbs.rongsen.com.cn/show.php?contentid-2927.html</link>
<description><![CDATA[　　使用SHOW语句找出在服务器上当前存在什么数据库。创建一个数据库MYSQLDATA选择你所创建的数据库查看现在的数据库中存在什么表创建一个数据库表显示表的结构往表中加入记录<br /><strong>Tags</strong>:<a href=tag.php?tag=MySql target='blank'>MySql</a>&nbsp;&nbsp;<a href=tag.php?tag=%B3%A3%D3%C3%C3%FC%C1%EE target='blank'>常用命令</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-06-15 19:45:22</pubDate>
<guid>http://bbs.rongsen.com.cn/show.php?contentid-2927.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[解决服务器下忘记mysql数据库管理员密码方法]]></title>
<link>http://bbs.rongsen.com.cn/show-4198-1.html</link>
<description><![CDATA[1，停止MYSQL服务，CMD打开DOS窗口，输入 net stop mysql<br /><strong>Tags</strong>:<a href=tag.php?tag=%B7%FE%CE%F1%C6%F7%B0%B2%C8%AB target='blank'>服务器安全</a>&nbsp;&nbsp;<a href=tag.php?tag=%B7%FE%CE%F1%C6%F7%CE%AC%BB%A4 target='blank'>服务器维护</a>&nbsp;&nbsp;<a href=tag.php?tag=%CD%F8%D5%BE%CE%AC%BB%A4 target='blank'>网站维护</a>&nbsp;&nbsp;]]></description>
<pubDate>2010-09-15 20:36:22</pubDate>
<guid>http://bbs.rongsen.com.cn/show-4198-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[提高MSSQL和ACCESS的兼容性]]></title>
<link>http://bbs.rongsen.com.cn/show-4280-1.html</link>
<description><![CDATA[大家都知道ASP当中，最常用到的是ACCESS和MSSQL两个数据库。很多程序都想开发成两个数据库都可以使用的模式，但是碍于两个数据库得一些SQL语句不一致，所以导致很多程序都分两个没有必要的版本，就是ACCESS和MSSQL版<br /><strong>Tags</strong>:<a href=tag.php?tag=%CC%E1%B8%DF target='blank'>提高</a>&nbsp;&nbsp;<a href=tag.php?tag=MSSQL target='blank'>MSSQL</a>&nbsp;&nbsp;<a href=tag.php?tag=ACCESS target='blank'>ACCESS</a>&nbsp;&nbsp;<a href=tag.php?tag=%BC%E6%C8%DD%D0%D4 target='blank'>兼容性</a>&nbsp;&nbsp;]]></description>
<pubDate>2010-09-19 02:15:30</pubDate>
<guid>http://bbs.rongsen.com.cn/show-4280-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[把本地MySql数据库移植到远程服务器上]]></title>
<link>http://bbs.rongsen.com.cn/show-4296-1.html</link>
<description><![CDATA[<img src=uploadfile/2010/0919/20100919023244355.jpg border='0' /><br />首先备份好你本地的数据库，方法如下。<br /><strong>Tags</strong>:<a href=tag.php?tag=%B1%BE%B5%D8 target='blank'>本地</a>&nbsp;&nbsp;<a href=tag.php?tag=%CA%FD%BE%DD%BF%E2 target='blank'>数据库</a>&nbsp;&nbsp;]]></description>
<pubDate>2010-09-19 02:32:18</pubDate>
<guid>http://bbs.rongsen.com.cn/show-4296-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[MySQL的可用可扩展架构技术资料]]></title>
<link>http://bbs.rongsen.com.cn/show-4359-1.html</link>
<description><![CDATA[<img src=uploadfile/2010/0919/thumb_150_150_20100919023347866.gif border='0' /><br />传统数据库架构<br /><strong>Tags</strong>:<a href=tag.php?tag=MySQL target='blank'>MySQL</a>&nbsp;&nbsp;<a href=tag.php?tag=%C0%A9%D5%B9%BC%DC%B9%B9 target='blank'>扩展架构</a>&nbsp;&nbsp;<a href=tag.php?tag=%BC%BC%CA%F5%D7%CA%C1%CF target='blank'>技术资料</a>&nbsp;&nbsp;]]></description>
<pubDate>2010-09-19 14:32:17</pubDate>
<guid>http://bbs.rongsen.com.cn/show-4359-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[优化MYSQL数据库服务器]]></title>
<link>http://bbs.rongsen.com.cn/show-4415-1.html</link>
<description><![CDATA[ 一、 提高虚拟内存来提高数据库服务器性能。 　　虚拟内存简单的来说就是内盘中的一块空间。当物理内存不够时，操作系统会自动把某些驻留在内存中暂时不用的内容移植到这个在硬盘上的虚拟内存中，以释放更多的空<br /><strong>Tags</strong>:<a href=tag.php?tag=%D3%C5%BB%AF target='blank'>优化</a>&nbsp;&nbsp;<a href=tag.php?tag=%CA%FD%BE%DD%BF%E2 target='blank'>数据库</a>&nbsp;&nbsp;<a href=tag.php?tag=%B7%FE%CE%F1%C6%F7 target='blank'>服务器</a>&nbsp;&nbsp;]]></description>
<pubDate>2010-09-27 21:12:12</pubDate>
<guid>http://bbs.rongsen.com.cn/show-4415-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[PHP连接远程MYSQL和MYSQL5.1中文乱码处理方法]]></title>
<link>http://bbs.rongsen.com.cn/show-4552-1.html</link>
<description><![CDATA[本文描述了我在开发我的Blog的过程中所遇到的一些问题以及解决他们的方法。因为本网站采用的是一个免费的远程MySql数据库db4free.net,而且这个数据库是5.1的版本，所以在开发过程中出现了许多问题。故在此发表，以<br /><strong>Tags</strong>:<a href=tag.php?tag=MYSQL target='blank'>MYSQL</a>&nbsp;&nbsp;<a href=tag.php?tag=PHP target='blank'>PHP</a>&nbsp;&nbsp;<a href=tag.php?tag=%CA%FD%BE%DD%BF%E2 target='blank'>数据库</a>&nbsp;&nbsp;]]></description>
<pubDate>2010-10-24 02:12:17</pubDate>
<guid>http://bbs.rongsen.com.cn/show-4552-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[asp调用mysql5.1显示中文乱码的解决方案]]></title>
<link>http://bbs.rongsen.com.cn/show-4553-1.html</link>
<description><![CDATA[1.装mysql5.1,没有进行MySQL Server Instance Config Wizard配置 ,选用stand option 选项进行配置.&nbsp;进入mysql后显示中文乱码,插入中文乱码 set names gb2312后解决<br /><strong>Tags</strong>:<a href=tag.php?tag=MYSQL target='blank'>MYSQL</a>&nbsp;&nbsp;<a href=tag.php?tag=ASP target='blank'>ASP</a>&nbsp;&nbsp;<a href=tag.php?tag=%CA%FD%BE%DD%BF%E2 target='blank'>数据库</a>&nbsp;&nbsp;]]></description>
<pubDate>2010-10-24 02:19:38</pubDate>
<guid>http://bbs.rongsen.com.cn/show-4553-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[MySQL5.1安装配置技巧]]></title>
<link>http://bbs.rongsen.com.cn/show-4556-1.html</link>
<description><![CDATA[<img src=uploadfile/2010/1024/thumb_150_150_20101024024010631.jpg border='0' /><br />MySQL5.1安装配置技巧 一、MySQL5.1安装<br /><strong>Tags</strong>:<a href=tag.php?tag=MYSQL target='blank'>MYSQL</a>&nbsp;&nbsp;<a href=tag.php?tag=%CA%FD%BE%DD%BF%E2 target='blank'>数据库</a>&nbsp;&nbsp;]]></description>
<pubDate>2010-10-24 02:32:47</pubDate>
<guid>http://bbs.rongsen.com.cn/show-4556-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[mySQL数据库安装配置及数据库位置移动]]></title>
<link>http://bbs.rongsen.com.cn/show-4557-1.html</link>
<description><![CDATA[下载软件包：MySQL-client-community-5.1.42-0.rhel5.i386MySQL-devel-community-5.1.42-0.rhel5.i386MySQL-shared-community-5.1.42-0.rhel5.i386MySQL-server-community-5.1.42-0.rhel5.i386安装软件包：<br /><strong>Tags</strong>:<a href=tag.php?tag=%CA%FD%BE%DD%BF%E2 target='blank'>数据库</a>&nbsp;&nbsp;<a href=tag.php?tag=%B0%B2%D7%B0 target='blank'>安装</a>&nbsp;&nbsp;<a href=tag.php?tag=%C5%E4%D6%C3 target='blank'>配置</a>&nbsp;&nbsp;]]></description>
<pubDate>2010-10-24 02:40:33</pubDate>
<guid>http://bbs.rongsen.com.cn/show-4557-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[自动恢复MySQL数据库的日志文件]]></title>
<link>http://bbs.rongsen.com.cn/show-4700-1.html</link>
<description><![CDATA[如果MySQL服务器启用了二进制日志，你可以使用mysqlbinlog工具来恢复从指定的时间点开始 (例如，从你最后一次备份)直到现在或另一个指定的时间点的数据。“mysqlbinlog：用于处理二进制日志文件的实用工具”。<br /><strong>Tags</strong>:<a href=tag.php?tag=%D7%D4%B6%AF%BB%D6%B8%B4 target='blank'>自动恢复</a>&nbsp;&nbsp;<a href=tag.php?tag=%CA%FD%BE%DD%BF%E2 target='blank'>数据库</a>&nbsp;&nbsp;<a href=tag.php?tag=MySQL target='blank'>MySQL</a>&nbsp;&nbsp;<a href=tag.php?tag=MySQL%CA%FD%BE%DD%BF%E2 target='blank'>MySQL数据库</a>&nbsp;&nbsp;]]></description>
<pubDate>2011-01-02 00:54:43</pubDate>
<guid>http://bbs.rongsen.com.cn/show-4700-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[MYSQL应用攻略上百万级高并发网站]]></title>
<link>http://bbs.rongsen.com.cn/show-4702-1.html</link>
<description><![CDATA[在一开始接触PHP接触MYSQL的时候就听不少人说：“Mysql就跑跑一天几十万IP的小站还可以，要是几百万IP就不行了”，原话不记得了，大体就是这个意思。一直也没有好的机会去验证这个说法，一是从没有接手过这么大流量<br /><strong>Tags</strong>:<a href=tag.php?tag=MYSQL target='blank'>MYSQL</a>&nbsp;&nbsp;<a href=tag.php?tag=%D3%A6%D3%C3%B9%A5%C2%D4 target='blank'>应用攻略</a>&nbsp;&nbsp;]]></description>
<pubDate>2011-01-02 00:58:09</pubDate>
<guid>http://bbs.rongsen.com.cn/show-4702-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
</channel>
</rss>
