<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>数码鹭岛论坛 - 数据库SQL</title>
    <link>https://www.clore.net/forum/forum-80-1.html</link>
    <description>Latest 20 threads of 数据库SQL</description>
    <copyright>Copyright(C) 数码鹭岛论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 25 Aug 2026 11:55:36 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.clore.net/forum/static/image/common/logo_88_31.gif</url>
      <title>数码鹭岛论坛</title>
      <link>https://www.clore.net/forum/</link>
    </image>
    <item>
      <title>SQL Server死锁总结</title>
      <link>https://www.clore.net/forum/thread-10275-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>数据库SQL</category>
      <author>翔子</author>
      <pubDate>Sun, 25 Nov 2012 16:26:50 +0000</pubDate>
    </item>
    <item>
      <title>SQL Server 2008各版本区别</title>
      <link>https://www.clore.net/forum/thread-10234-1-1.html</link>
      <description><![CDATA[SQL Server 2008分为SQL Server 2008企业版、标准版、工作组版、Web版、开发者版、Express版、Compact 3.5版，其功能和作用也各不相同，其中SQL Server 2008 Express版是免费版本。

SQL Server 2008企业版
SQL Server 2008企业版是一个全面的数据管理和业务智能平台， ...]]></description>
      <category>数据库SQL</category>
      <author>翔子</author>
      <pubDate>Wed, 18 Apr 2012 07:51:28 +0000</pubDate>
    </item>
    <item>
      <title>ORACLE双机热备份系统</title>
      <link>https://www.clore.net/forum/thread-10109-1-1.html</link>
      <description><![CDATA[ORACLE双机热备份系统

第一章 系统概述
此次XXX公司的双机容错系统，是由IBM的全套硬件设备和微软的群集软件系统组成，安装ORACLE 8.1.7标准版数据库，一台机器作为ORACLE的主数据库服务器，一台作为主数据库服务器的备份服务器，保证ORACLE的数据库的可用性。
硬件环 ...]]></description>
      <category>数据库SQL</category>
      <author>翔子</author>
      <pubDate>Fri, 03 Dec 2010 08:16:19 +0000</pubDate>
    </item>
    <item>
      <title>MySQL 的备份（mysqldump）</title>
      <link>https://www.clore.net/forum/thread-9641-1-1.html</link>
      <description><![CDATA[作/译者：叶金荣（Email: ），来源：http://imysql.cn，转载请注明作/译者和出处，并且不能用于商业用途，违者必究。

日期：2006/10/01

本文讨论 MySQL 的备份和恢复机制，以及如何维护数据表，包括最主要的两种表类型：MyISAM 和 Innodb，文中设计的 MySQL 版本为 5. ...]]></description>
      <category>数据库SQL</category>
      <author>翔子</author>
      <pubDate>Mon, 23 Nov 2009 03:08:52 +0000</pubDate>
    </item>
    <item>
      <title>mysql中datetime和unix timestamp的转换函数</title>
      <link>https://www.clore.net/forum/thread-9636-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>数据库SQL</category>
      <author>翔子</author>
      <pubDate>Wed, 04 Nov 2009 08:43:41 +0000</pubDate>
    </item>
    <item>
      <title>mysql编码转换问题</title>
      <link>https://www.clore.net/forum/thread-9477-1-1.html</link>
      <description><![CDATA[按照下面做法，终于成功了！庆祝，纪念......


背景：某个系统的mysql数据库dnname采用默认的gbk字符集，系统升级需要将所有数据转换成utf-8格式，目标数据库为newdbname(建库时使用utf8)

方法一：

步骤一 命令行执行：mysqldump --opt -hlocalhost -uroot -p*** --d ...]]></description>
      <category>数据库SQL</category>
      <author>翔子</author>
      <pubDate>Mon, 10 Nov 2008 16:51:52 +0000</pubDate>
    </item>
    <item>
      <title>mysql数据库中my.ini的优化,2G内存,针对站多,抗压型的设置</title>
      <link>https://www.clore.net/forum/thread-9448-1-1.html</link>
      <description><![CDATA[table_cache=1024    物理内存越大,设置就越大.默认为2402,调到512-1024最佳
innodb_additional_mem_pool_size=4M 默认为2M
innodb_flush_log_at_trx_commit=1 
(设置为0就是等到innodb_log_buffer_size列队满后再统一储存,默认为1)
innodb_log_buffer_size=2M          ...]]></description>
      <category>数据库SQL</category>
      <author>翔子</author>
      <pubDate>Sun, 19 Oct 2008 14:54:08 +0000</pubDate>
    </item>
    <item>
      <title>windows 下安装两个MySQL</title>
      <link>https://www.clore.net/forum/thread-9414-1-1.html</link>
      <description><![CDATA[安装步骤：
1. 安装第一个MySQL。（我的安装目录为 x:/web/mysql）
2. 新建目录 x:/web/mysql/conf 用来存放配置文件my.ini
   2.a 新建第一个mysql的配置文件 mya.ini 内容如下:
[mysqld]
basedir=x:/web/mysql
datadir=x:/web/mysql/data_a
port=3306

   2.b 第二个m ...]]></description>
      <category>数据库SQL</category>
      <author>翔子</author>
      <pubDate>Thu, 18 Sep 2008 08:36:46 +0000</pubDate>
    </item>
    <item>
      <title>Cannot convert value \'0000-00-00 00:00:00\' from column [N] to TIMESTAMP</title>
      <link>https://www.clore.net/forum/thread-8146-1-1.html</link>
      <description><![CDATA[error:
java.sql.SQLException: Cannot convert value \'0000-00-00 00:00:00\' from column 20 to TIMESTAMP.
 
solve:
连接数据库的url增加：zeroDateTimeBehavior=convertToNull 或 round
 
解决方案参考：
[url=http://dev.mysql.com/doc/refman/5.0/en/connector-j-r ...]]></description>
      <category>数据库SQL</category>
      <author>翔子</author>
      <pubDate>Thu, 04 Jan 2007 17:31:28 +0000</pubDate>
    </item>
    <item>
      <title>connectJ For Mysql 4.0/4.1</title>
      <link>https://www.clore.net/forum/thread-7963-1-1.html</link>
      <description><![CDATA[mysql4.1.x的数据库一定需要mysql-connector-java-3.0.16-ga-bin.jar包，或者更新的包，如3.1.7
mysql4.0.x的数据库使用mysql-connector-java-3.0.10-stable-bin.jar]]></description>
      <category>数据库SQL</category>
      <author>翔子</author>
      <pubDate>Wed, 13 Dec 2006 19:45:13 +0000</pubDate>
    </item>
    <item>
      <title>ASP+ACCESS的80004005问题</title>
      <link>https://www.clore.net/forum/thread-7945-1-1.html</link>
      <description><![CDATA[原来运行好好的网站, 换了新电脑. 就一直出这个错.
Temporary (volatile) Jet DSN for process

换个连接方式,又出下面这个错
Microsoft JET Database Engine (0x80004005)

所有的程序都没有动过. 再网上找了许久, 有说路径问题的,有说权限问题的

一一试过, 都不起作 ...]]></description>
      <category>数据库SQL</category>
      <author>翔子</author>
      <pubDate>Fri, 01 Dec 2006 07:18:19 +0000</pubDate>
    </item>
  </channel>
</rss>