<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>数据库</title>
<link>/server/database/index.html</link>
<description>服务器 / 数据库</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.nixsky.com' target='_blank'&gt;Power by nixsky&lt;/a&gt;</generator>
<webmaster>haibo.d@gmail.com</webmaster>
<item>
    <title>如何理性选择适合自己的数据库？</title>
    <link>/server/database/2007-11/250.html</link>
    <description>有没有这样一个数据库?它不仅可以让你来存储你的所有数据，而且不用你去购买软件授权，花很少的钱就可以获得技术支持。或许你认为这是白日做梦，实际上这样的事情是确实存在的，它们的名字叫做“开源数据库”。</description>
    <pubDate>2007-11-24</pubDate>
    <category>数据库</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>你的MySQL数据库加铸23道安全门</title>
    <link>/server/database/2007-09/225.html</link>
    <description>使用MySQL，安全问题不能不注意。以下是MySQL提示的23个注意事项： 1.如果客户端和服务器端的连接需要跨越并通过不可信任的网络，那么就需要使用SSH隧道来加密该连接的通信。 2.用set password语句来修改用户的密码，三个步骤，先mysql -u root登陆数据库系统，然后mys</description>
    <pubDate>2007-09-12</pubDate>
    <category>数据库</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>AIX上Informix的安装过程</title>
    <link>/server/database/2007-08/217.html</link>
    <description>操作系统： AIX 4.3.3 数据库产品：IBM Informix ClIEntSDK 2.70CU1（32位/64位） IBM Informix Dynamic Server 9.21 系统配置： 数据库服务器为IBM小型机。 IBM Informix数据库软件安装在机器内置硬盘上，划分出1G的文件系统挂在根文件系统的/informix目录下，每次机</description>
    <pubDate>2007-08-30</pubDate>
    <category>数据库</category>
    <author>秩名</author>
    <comments>http://school.21tx.com/2005/03/13/15432.html</comments>
</item>
<item>
    <title>在Linux操作系统上安装Sybase的注意事项</title>
    <link>/server/database/2007-08/215.html</link>
    <description>1． 如果是双机系统，代码装在本地磁盘，数据库设备装在阵列上 缺省情况下,Sybase代码安装在/opt/sybase-12.5下 在/opt目录下,创建sybase-12.5目录 #mkdir sybase-12.5 把磁盘阵列的moint point设为/sybdata 以后建的数据库设备都建在/sybdata上. 2． 创建sybase用户</description>
    <pubDate>2007-08-17</pubDate>
    <category>数据库</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>MyISAM引擎与InnoDB引擎性能的对比测试</title>
    <link>/server/database/2007-08/214.html</link>
    <description>MySQL中MyISAM引擎与InnoDB引擎性能的对比测试： 首先介绍一下硬件和软件的配置。 1:硬件配置 CPU : AMD2500+ (1.8G) 内存: 1G/现代 硬盘: 80G/IDE 2:软件配置 OS : Windows XP SP2 SE : PHP5.2.1 DB : MySQL5.0.37 Web: IIS6 3:MySQL表结构 CREATE TABLE `myisam` ( `i</description>
    <pubDate>2007-08-17</pubDate>
    <category>数据库</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>Linux下Oracle9i RMAN备份及恢复步骤</title>
    <link>/server/database/2007-06/190.html</link>
    <description>1、切换服务器归档模式，如果已经是归档模式可跳过此步： %sqlplus /nolog (启动sqlplus) SQL conn / as sysdba (以DBA身份连接数据库) SQL shutdown immediate; (立即关闭数据库) SQL startup mount (启动实例并加载数据库，但不打开) SQL alter database archivelog;</description>
    <pubDate>2007-06-05</pubDate>
    <category>数据库</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>Oracle数据库碎片整理</title>
    <link>/server/database/2007-05/178.html</link>
    <description>Oracle 作为一种大型数据库，广泛应用于金融、邮电、电力、民航等数据吞吐量巨大，计算机网络广泛普及的重要部门。对于系统管理员来讲，如何保证网络稳定运行，如 何提高数据库性能，使其更加安全高效，就显得尤为重要。作为影响数据库性能的一大因素 -- 数据库碎片，</description>
    <pubDate>2007-05-29</pubDate>
    <category>数据库</category>
    <author>秩名</author>
    <comments>CUBlog</comments>
</item>
<item>
    <title>使用智能优化器提高Oracle性能</title>
    <link>/server/database/2007-05/177.html</link>
    <description>准备执行SQL语句 当SQL语句进入Oracle的库缓存后，在该语句准备执行之前，将执行下列步骤： 1) 语法检查：检查SQL语句拼写是否正确和词序。 2) 语义分析：核实所有的与数据字典不一致的表和列的名字。 3) 轮廓存储检查：检查数据字典，以确定该SQL语句的轮廓是否已经存</description>
    <pubDate>2007-05-29</pubDate>
    <category>数据库</category>
    <author>秩名</author>
    <comments>CUBlog</comments>
</item>
<item>
    <title> SCO5+informix7准备数据库裸设备空间</title>
    <link>/unix/sco/2007-04/115.html</link>
    <description>SCO5+informix7 准备数据库空间（裸设备） 1.fdisk划分磁盘disk分区 #fdisk 1.DisplayPartitionTable 2.UseEntireDiskforUNIX 3.UseRestofDiskforUNIX 4.CreateUNIXPartition 5.ActivatePartition 6.DeletePartition 7.CreatePartition Enteryourchoiceor'q'toquit:1 C</description>
    <pubDate>2007-04-22</pubDate>
    <category>SCO UNIX</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>OpenBSD4.0 PostgreSQL8.1.5数据库的安装</title>
    <link>/bsd/openbsd/2007-04/92.html</link>
    <description>一、建立postgresql相关用户 #groupadd postgresql #mkdir /home/postgres #useradd g postgresql postgres #passwd postgres 设置密码 password 确认密码 password 二、安装PostgreSQL #mkdir p /var/postgresql/data *建立数据库初始目录，安装时会自动建立但会提示</description>
    <pubDate>2007-04-06</pubDate>
    <category>OpenBSD</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>PostgreSQL 发展史</title>
    <link>/server/database/2007-04/84.html</link>
    <description>前言: 这篇刊载在七月份 Daemon News 专栏的文章，详细述说了著名的数据库系统 PostgreSQL 的发展过程。众所皆知，数据库是一个庞大而复杂的软件 系统，PostgreSQL克服重重困难，以『Open Source (开放式源代码)』模式发展成功的故事，有许多经验值得我们学习。 Postg</description>
    <pubDate>2007-04-05</pubDate>
    <category>数据库</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>MySQL 性能优化 Tips</title>
    <link>/server/database/2007-03/35.html</link>
    <description>启动参数优化 修改 my.cnf (或者my.ini)，加入/修改以下几行 #设定缓存的连接数，节省连接时的开销 back_log = 64 #禁用文件系统外部锁 external- locking = 0 #禁用 BDB，如果你确实不需要的话，innodb 也是如此 skip-bdb #索引缓冲，如果是专用的数据库服务器，可以</description>
    <pubDate>2007-03-10</pubDate>
    <category>数据库</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>修改 Linux 下面mysql 5.0.xx 的默认连接数</title>
    <link>/server/database/2007-03/34.html</link>
    <description>以centos 4.4 下面的mysql 5.0.27 手工编译版本为例说明： vi /usr/local/mysql/bin/mysqld_safe 找到safe_mysqld编辑它，找到mysqld启动的那两行，在后面加上参数 ： -O max_connections=1500 具体一点就是下面的位置： 用红字特别说明： then $NOHUP_NICENESS $ledir</description>
    <pubDate>2007-03-09</pubDate>
    <category>数据库</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>Mysql的一般性安全设置</title>
    <link>/server/database/2007-03/33.html</link>
    <description>打开/etc/my.cnf文件，修改以下设置，如果没有，可手动添加。 #取消文件系统的外部锁 skip-locking #不进行域名反解析,注意由此带来的权限/授权问题 skip-name-resolve #禁止MySQL中用LOAD DATA LOCAL INFILE命令。这个命令会利用MySQL把本地文件读到数据库中，然后用户</description>
    <pubDate>2007-03-09</pubDate>
    <category>数据库</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>

</channel>
</rss>
