<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MySQL Forums - Chinese</title>
        <description>MySQL 中文用户论坛</description>
        <link>http://forums.mysql.com/list.php?74</link>
        <lastBuildDate>Sat, 18 May 2013 19:30:41 +0000</lastBuildDate>
        <generator>Phorum 5.2.19</generator>
        <item>
            <guid>http://forums.mysql.com/read.php?74,586662,586662#msg-586662</guid>
            <title>BSD操作系统 FreeBSD (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,586662,586662#msg-586662</link>
            <description><![CDATA[ 　　FreeBSD是一种自由类Unix操作系统，是由经过BSD、386BSD和4.4BSD发展而来的类Unix的一个重要分支。FreeBSD拥有超过200名活跃开发者和上千名贡献者。<br />
　　FreeBSD被认为是自由操作系统中的不知名的巨人。它不是Unix，但如Unix一样运行，具有兼容Unix的系统API。作为一个操作系统，FreeBSD被认为相当稳建可靠。<br />
　　FreeBSD是以一个完善的操作系统的定位来做开发。其内核、驱动程序以及所有的用户层（Userland）应用程序（比方说是Shell）均由同一源代码版本控制系统保存（目前使用Subversion并与CVS兼容）。相较于另一知名的的操作系统Linux，其内核为一组开发人员设计，而用户应用程序则交由他人开发（例如GNU计划），最后再由其他团体集成并包装成Linux包。<br />
　　FreeBSD默认是无桌面环境的命令行界面，想要使用桌面环境必须自行安装，或是使用PC-BSD之类的桌面发行版。<br />
　　先进特性<br />
　　FreeBSD 提供了网络、性能、安全以及兼容性等多方面的 先进特性， 这些特性即使是在当今最优秀的商业操作系统中亦有所欠缺。<br />
　　强大的互联网解决方案<br />
　　FreeBSD 是理想的 Internet 和 Intranet 服务器。即使是在超重负载下， 它仍然能够有效地使用内存， 为同时运行的数以千计的用户进程提供良好的响应时间。<br />
　　能够运行大量可供选择的应用<br />
　　FreeBSD 的卓越品质， 配合当今廉价而高速的 PC 硬件， 使 FreeBSD 成为经济地代替商业 UNIX? 工作站的绝佳系统。另外， FreeBSD 还集成了大量的桌面 和服务器 应用程序， 使它能够很好的满足您的各种需要。<br />
　　易于安装<br />
　　FreeBSD 能通过多种介质进行安装，包括普通光盘、 DVD 光盘、软盘、磁带以及 MS-DOS? 分区等， 如果您拥有网络连接，您甚至可以 直接 通过匿名 FTP，或者 NFS 服务器安装 FreeBSD。 您只需按照我们为您准备的 安装指导 操作就可以了。<br />
　　FreeBSD 是 free 的<br />
　　您或许认为如此优秀的操作系统必定需要花费大笔金钱来购买， 而 FreeBSD 却从发行版本到它的全部源代码都 免费 提供！ 如果您愿意购买或下载一份来体验一下 FreeBSD 所能带给您的惊喜， 可以从 这里 了解更多信息。北京天安中医院妇科<a href="http://www.bjtianfk.com/"  rel="nofollow">http://www.bjtianfk.com/</a>]]></description>
            <dc:creator>bjtayy bj</dc:creator>
            <category>Chinese</category>
            <pubDate>Sat, 18 May 2013 03:39:33 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,586661,586661#msg-586661</guid>
            <title>Android NDK (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,586661,586661#msg-586661</link>
            <description><![CDATA[ 　　Android NDK 是在SDK前面又加上了“原生”二字，即Native Development Kit，因此又被Google称为“NDK”。<br />
　　在此之前，Android平台的第三方应用程序均是依靠基于Java的Dalvik特制虚拟机进行开发的。原生SDK的公布可以让开发者更加直接的接触Android系统资源，并使用传统的C或C++语言编写程序，并在程序封包文件（.apks）中直接嵌入原生库文件。<br />
　　不过，Google也表示，使用原生SDK编程相比Dalvik虚拟机也有一些劣势，比如程序更加复杂，兼容性难以保障，无法访问Framework API，Debug难度更大等。开发者需要自行斟酌使用。<br />
　　众所周知，Android程序运行在Dalvik虚拟机中，NDK允许用户使用类似C / C++之类的原生代码语言执行部分程序。<br />
　　NDK包括了：<br />
　　从C / C++生成原生代码库所需要的工具和build files。<br />
　　将一致的原生库嵌入可以在Android设备上部署的应用程序包文件（application packages files ，即.apk文件）中。<br />
　　支持所有未来Android平台的一些列原生系统头文件和库北京天安中医院<a href="http://www.bjtianfk.com/"  rel="nofollow">http://www.bjtianfk.com/</a>]]></description>
            <dc:creator>bjtayy bj</dc:creator>
            <category>Chinese</category>
            <pubDate>Sat, 18 May 2013 03:38:28 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,586660,586660#msg-586660</guid>
            <title>版本控制系统 Subversion (SVN) (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,586660,586660#msg-586660</link>
            <description><![CDATA[ 　　Subversion是一个版本控制系统，相对于的RCS、CVS，采用了分支管理系统，它的设计目标就是取代CVS。互联网上免费的版本控制服务多基于Subversion。<br />
　　优于CVS之处<br />
　　原子提交。一次提交不管是单个还是多个文件，都是作为一个整体提交的。在这当中发生的意外例如传输中断，不会引起数据库的不完整和数据损坏。<br />
　　重命名、复制、删除文件等动作都保存在版本历史记录当中。<br />
　　对于二进制文件，使用了节省空间的保存方法。（简单的理解，就是只保存和上一版本不同之处）<br />
　　目录也有版本历史。整个目录树可以被移动或者复制，操作很简单，而且能够保留全部版本记录。<br />
　　分支的开销非常小。<br />
　　优化过的数据库访问，使得一些操作不必访问数据库就可以做到。这样减少了很多不必要的和数据库主机之间的网络流量。<br />
　　使用情况<br />
　　虽然在 2006年 时 Subversion 的使用族群仍然远少于传统的 CVS，但已经有许多开放原码团体决定将 CVS 转换为 Subversion。已经转换使用 Subversion 的包括了 FreeBSD、Apache Software Foundation、KDE、GNOME、GCC、Python、Samba、Mono 以及许多团体。有许多的团队换用 Subversion 是因为 Trac 所提供的专案管理环境。除此之外，一些自由软件开发的协作网如SourceForge除了提供 CVS 外，现在也提供专案开发者使用 Subversion 作为源码管理系统， JavaForge、Google Code以及 BountySource 则以 Subversion 作为官方的源码管理系统。北京人流医院哪家好<a href="http://www.010-hospital.com/jhsy/"  rel="nofollow">http://www.010-hospital.com/jhsy/</a>]]></description>
            <dc:creator>bjtayy bj</dc:creator>
            <category>Chinese</category>
            <pubDate>Sat, 18 May 2013 03:37:40 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,586659,586659#msg-586659</guid>
            <title>数据库服务器 MySQL (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,586659,586659#msg-586659</link>
            <description><![CDATA[ 　　MySQL是一个开放源码的小型关联式数据库管理系统，开发者为瑞典MySQL AB公司。目前MySQL被广泛地应用在Internet上的中小型网站中。由于其体积小、速度快、总体拥有成本低，尤其是开放源码这一特点，许多中小型网站为了降低网站总体拥有成本而选择了MySQL作为网站数据库。<br />
　　MySQL的特性<br />
　　使用C和C++编写，并使用了多种编译器进行测试，保证源代码的可移植性。<br />
　　支持AIX、BSDi、FreeBSD、HP-UX、Linux、Mac OS、Novell Netware、NetBSD、OpenBSD、OS/2 Wrap、Solaris、SunOS、Windows等多种操作系统。<br />
　　为多种编程语言提供了API。这些编程语言包括C、C++、C#、Delphi、Eiffel、Java、Perl、PHP、Python、Ruby和Tcl等。<br />
　　支持多线程，充分利用CPU资源，支持多用户。<br />
　　优化的SQL查询算法，有效地提高查询速度。<br />
　　既能够作为一个单独的应用程序应用在客户端服务器网络环境中，也能够作为一个库而嵌入到其他的软件中。<br />
　　提供多语言支持，常见的编码如中文的GB 2312、BIG5，日文的Shift_JIS等都可以用作数据表名和数据列名。<br />
　　提供TCP/IP、ODBC和JDBC等多种数据库连接途径。<br />
　　提供用于管理、检查、优化数据库操作的管理工具。<br />
　　可以处理拥有上千万条记录的大型数据库。北京天安中医院妇科<a href="http://www.010-hospital.com/"  rel="nofollow">http://www.010-hospital.com/</a>]]></description>
            <dc:creator>bjtayy bj</dc:creator>
            <category>Chinese</category>
            <pubDate>Sat, 18 May 2013 03:36:45 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,586658,586658#msg-586658</guid>
            <title>集中式缓存系统 memcached (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,586658,586658#msg-586658</link>
            <description><![CDATA[ 　　memcached是一套分布式的快取系统，当初是Danga Interactive为了LiveJournal所发展的，但目前被许多软件（如MediaWiki）所使用。这是一套开放源代码软件，以BSD license授权释出。<br />
　　memcached缺乏认证以及安全管制，这代表应该将memcached服务器放置在防火墙后。<br />
　　memcached的API使用三十二位元的循环冗余校验（CRC-32）计算键值后，将资料分散在不同的机器上。当表格满了以后，接下来新增的资料会以LRU机制替换掉。由于memcached通常只是当作快取系统使用，所以使用memcached的应用程式在写回较慢的系统时（像是后端的数据库）需要额外的程式码更新memcached内的资料。<br />
　　memcached具有多种语言的客户端开发包，包括：Perl/PHP/JAVA/C/Python/Ruby/C#/MySQL/<br />
　　客户端包的下载地址是：北京天安中医院<a href="http://www.010-hospital.com/"  rel="nofollow">http://www.010-hospital.com/</a>]]></description>
            <dc:creator>bjtayy bj</dc:creator>
            <category>Chinese</category>
            <pubDate>Sat, 18 May 2013 03:35:41 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,586559,586559#msg-586559</guid>
            <title>SVN客户端 TortoiseSVN (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,586559,586559#msg-586559</link>
            <description><![CDATA[ 　　海龟SVN是windows下最好用的subversion客户，它跟Windows的资源管理器结合操作方便简单。<br />
　　TortoiseSVN 是 Subversion 版本控制系统的一个免费开源客户端，可以超越时间的管理文件和目录。文件保存在中央版本库，除了能记住文件和目录的每次修改以外，版本库非常像普通的文件服务器。你可以将文件恢复到过去的版本，并且可以通过检查历史知道数据做了哪些修改，谁做的修改。这就是为什么许多人将 Subversion 和版本控制系统看作一种“时间机器”。北京人流医院哪家好<a href="http://www.010-hospital.com/jhsy/"  rel="nofollow">http://www.010-hospital.com/jhsy/</a>]]></description>
            <dc:creator>bjtayy bj</dc:creator>
            <category>Chinese</category>
            <pubDate>Fri, 17 May 2013 04:03:23 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,586558,586558#msg-586558</guid>
            <title>Linux操作系统 Ubuntu (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,586558,586558#msg-586558</link>
            <description><![CDATA[ 　　Ubuntu 是一个由全球化的专业开发团队建造的操作系统。它包含了所有您需要的应用程序：浏览器、Office 套件、多媒体程序、即时消息等。Ubuntu 是一个 Windows 和 Office 的开源替代品。<br />
　　Ubuntu的名称来自非洲南部祖鲁语或豪萨语的“ubuntu”一词（译为吾帮托或乌班图），意思是“人性 ”、“我的存在是因为大家的存在”。Ubuntu建基于Debian发行版和GNOME桌面环境，与Debian的不同在于它每6个月会发布一个新版本。<br />
　　Ubuntu 承诺<br />
　　Ubuntu 将永远免费, 包括企业版和安全升级.<br />
　　Ubuntu 将由 Canonical公司 以及全球数百个公司来提供商业支持.<br />
　　Ubuntu 包含了由自由软件团体提供的最佳翻译和人性化架构.<br />
　　Ubuntu 光盘仅仅包含了自由软件; 我们鼓励您使用自由和开放源码的软件, 改善和传播它.北京天安中医院<a href="http://www.010-hospital.com/"  rel="nofollow">http://www.010-hospital.com/</a>]]></description>
            <dc:creator>bjtayy bj</dc:creator>
            <category>Chinese</category>
            <pubDate>Fri, 17 May 2013 04:02:29 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,586557,586557#msg-586557</guid>
            <title>高性能Web服务器 Nginx (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,586557,586557#msg-586557</link>
            <description><![CDATA[ 　　Nginx（发音同 engine x）是一款轻量级的Web 服务器／反向代理服务器及电子邮件（IMAP/POP3）代理服务器，并在一个BSD-like 协议下发行。由俄罗斯的程序设计师Igor Sysoev所开发，最初供俄国大型的入口网站及搜寻引擎Rambler（俄文：Рамблер）使用。  其特点是占有内存少，并发能力强，事实上nginx的并发能力确实在同类型的网页伺服器中表现较好.目前中国大陆使用nginx网站用户有：新浪、网易、 腾讯,另外知名的微网志Plurk也使用nginx。北京天安中医院<a href="http://www.bjtianfk.com/"  rel="nofollow">http://www.bjtianfk.com/</a>]]></description>
            <dc:creator>bjtayy bj</dc:creator>
            <category>Chinese</category>
            <pubDate>Fri, 17 May 2013 04:01:10 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,586556,586556#msg-586556</guid>
            <title>Android开发工具包 Android SDK (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,586556,586556#msg-586556</link>
            <description><![CDATA[ 　　Android SDK 是 Android 的开发工具包。Android开发专区<br />
　　Android是谷歌(Google)公司推出的手机开发平台。<br />
　　与iPhone相似，Android采用WebKit浏览器引擎，具备触摸屏、高级图形显示和上网功能，用户能够在手机上查看电子邮件、搜索网址和观看视频节目等，比iPhone等其他手机更强调搜索功能，界面更强大，可以说是一种融入全部Web应用的单一平台，下图是 Android 手机平台开发工具包说提供的模拟器界面截图：<br />
　　但其最震撼人心之处在于Android手机系统的开放性和服务免费。Android是一个对第三方软件完全开放的平台，开发者在为其开发程序时 拥有更大的自由度，突破了iPhone等只能添加为数不多的固定软件的枷锁；同时与Windows Mobile、Symbian等厂商不同，Android操作系统免费向开发人员提供，这样可节省近三成成本。<br />
　　Android项目目前正在从手机运营商、手机厂商、开发者和消费者那里获得大力支持。谷歌移动平台主管安迪·鲁宾(Andy Rubin)表示，与软件开发合作伙伴的密切接触正在进行中。从去年11月开始，谷歌开始向服务提供商、芯片厂商和手机销售商提供Android平台，并 组建“开放手机联盟”，其成员超过30家。北京天安中医院<a href="http://www.cnfkw.com"  rel="nofollow">http://www.cnfkw.com</a>]]></description>
            <dc:creator>bjtayy bj</dc:creator>
            <category>Chinese</category>
            <pubDate>Fri, 17 May 2013 03:59:47 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,578737,578737#msg-578737</guid>
            <title>Can't start MySQL even manually (1 reply)</title>
            <link>http://forums.mysql.com/read.php?74,578737,578737#msg-578737</link>
            <description><![CDATA[ I can't start MySQL 5.5 server even manually from cmd prompt, when I go to /bin folder and run &quot;mysqld.exe --console&quot;<br />
<br />
The paths in my.ini file are all correct.<br />
<br />
The print screen of the error message is this (I'm sorry it's in Japanese):<br />
<a href="http://www.worldsupport.jp/MySQL-err_mess.gif"  rel="nofollow">http://www.worldsupport.jp/MySQL-err_mess.gif</a><br />
<br />
The first error message says that the service mysqld.exe will be terminated, sorry for the inconvenience, send or not the report to Microsoft, bla bla..<br />
<br />
It sais to press the blue link which I do, then I get the second error message, which is below in the print-screen image.<br />
<br />
Then it sais to press the first blue link, for technical information; so then I get the window in the third print-screen.<br />
<br />
It's a long text but unfortunately it can't be copied in the clipboard.<br />
It's made a reference to the 'errmsg-utf8.txt' file.<br />
<br />
I uploaded the content of this file:<br />
<a href="http://www.worldsupport.jp/errmsg-utf8.txt"  rel="nofollow">http://www.worldsupport.jp/errmsg-utf8.txt</a><br />
<br />
<br />
<br />
Now, the thing is I can't find any error log file in the MySQL folder (I'm on win XP Pro, Japanese version).<br />
I did a *err* search in the mysql directory; the printscreen is here:<br />
<a href="http://www.worldsupport.jp/MySQL.gif"  rel="nofollow">http://www.worldsupport.jp/MySQL.gif</a><br />
<br />
I don't know if it helps with anything, but I uploaded the content of the &quot;mysqld_error.h&quot; here:<br />
<a href="http://www.worldsupport.jp/MySQL-error.txt"  rel="nofollow">http://www.worldsupport.jp/MySQL-error.txt</a><br />
<br />
and the content of 'errmsg.sys' file here:<br />
<a href="http://www.worldsupport.jp/errmsg.txt"  rel="nofollow">http://www.worldsupport.jp/errmsg.txt</a><br />
<br />
<br />
What could be the problem...?<br />
<br />
Thanks]]></description>
            <dc:creator>アレクサンドル シェルバン</dc:creator>
            <category>Chinese</category>
            <pubDate>Sat, 09 Feb 2013 05:23:34 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,575827,575827#msg-575827</guid>
            <title>MYSQL (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,575827,575827#msg-575827</link>
            <description><![CDATA[ 谁能知道需要用java语言编写MYSOL吗？]]></description>
            <dc:creator>r4 3ds</dc:creator>
            <category>Chinese</category>
            <pubDate>Tue, 11 Dec 2012 09:32:13 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,570188,570188#msg-570188</guid>
            <title>Chinese Planet      中国的星球 (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,570188,570188#msg-570188</link>
            <description><![CDATA[ A big welcome to the China MySQL Community.  We have just launched the Chinese MySQL Planet.  Zhaoyang Jian (an Oracle Ace Director) has started us off with his blogs so please feel free to submit your Chinese Feeds.<br />
<br />
Sorry for the google translate version below -- <br />
<br />
一个很大的欢迎中国的MySQL社区。我们刚刚推出的MySQL的星球。朝阳建（Oracle ACE总监）我们已经开始了与他的博客，所以请随时提交您的中国饲料。]]></description>
            <dc:creator>Keith Larson</dc:creator>
            <category>Chinese</category>
            <pubDate>Thu, 04 Oct 2012 14:43:49 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,562699,562699#msg-562699</guid>
            <title>远程登录mysql (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,562699,562699#msg-562699</link>
            <description><![CDATA[ 局域网可以登录服务器上的MYSQL,可是外网不能访问,做了端口映射了, 192.168.0.12 映射到路由器上的3306端口, 外网连接不上]]></description>
            <dc:creator>ye yanhong</dc:creator>
            <category>Chinese</category>
            <pubDate>Wed, 25 Jul 2012 02:12:58 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,562550,562550#msg-562550</guid>
            <title>mysql局域网互联的问题 (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,562550,562550#msg-562550</link>
            <description><![CDATA[ mac lion10.7和win7两台机在同一局域网内,win7可以用mysql -h 192.168.0.12 -uroot -p访问mac机器里面的mysql, mac却不能访问win7机器的mysql,ping命令能顺利通过,设置也是% root 没有问题,实在找不到原因,防火墙也开了端口了,不过两台机器都是3306端口<br />
另外mac机器192.168.0.12做了端口映射3306 ,外网不能远程访问到mac的mysql<br />
命令是mysql -h201.221.32.24 -uroot -p]]></description>
            <dc:creator>ye yanhong</dc:creator>
            <category>Chinese</category>
            <pubDate>Tue, 24 Jul 2012 07:18:27 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,562548,562548#msg-562548</guid>
            <title>不能创建database (1 reply)</title>
            <link>http://forums.mysql.com/read.php?74,562548,562548#msg-562548</link>
            <description><![CDATA[ 我的数据库是在mac ios lion10.7上,其他操作都可以,唯一不能create database, 实在不知道怎么办]]></description>
            <dc:creator>ye yanhong</dc:creator>
            <category>Chinese</category>
            <pubDate>Wed, 25 Jul 2012 02:13:52 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,557899,557899#msg-557899</guid>
            <title>What does the Maser data node mean in a MySQL CLuster? (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,557899,557899#msg-557899</link>
            <description><![CDATA[ In a MySQL Cluster, there is a data node marked by Master, what's its mean?<br />
When the master node is declared dead, another node with lower node id in same node gorup will be marked Master,so what decides to data node Master? Appreciate if any help.]]></description>
            <dc:creator>ricozhong zhong</dc:creator>
            <category>Chinese</category>
            <pubDate>Mon, 18 Jun 2012 03:49:01 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,547542,547542#msg-547542</guid>
            <title>启动cluster管理节点出错 (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,547542,547542#msg-547542</link>
            <description><![CDATA[ 输入ndb_mgmd -f config.ini --configdir=C:\mysql\mysql-cluster 命令后，提示错误“Could not create or open key'SYSTEM\CurrentControlSet\Services\EventLog\Application\MySQL Cluster Management Server',error 5', Failed to setup event logging&quot;<br />
<br />
出现这样的错误该如何解决？]]></description>
            <dc:creator>tingzhen zhang</dc:creator>
            <category>Chinese</category>
            <pubDate>Sun, 03 Jun 2012 06:02:01 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,510978,510978#msg-510978</guid>
            <title>是不是My SQL的问题？ (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,510978,510978#msg-510978</link>
            <description><![CDATA[ 大家好！我们的论坛<a href="http://www.seo-forum-seo-luntan.com"  rel="nofollow">http://www.seo-forum-seo-luntan.com</a> 经常有这个问题 --&quot;Connection Problems<br />
Sorry, SMF was unable to connect to the database. This may be caused by the server being busy. Please try again later. &quot;<br />
请问，这是My SQL的问题吗？]]></description>
            <dc:creator>Liu Yan</dc:creator>
            <category>Chinese</category>
            <pubDate>Fri, 20 Jan 2012 18:36:07 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,504490,504490#msg-504490</guid>
            <title>mysql执行sql出错，中文出现乱码 (1 reply)</title>
            <link>http://forums.mysql.com/read.php?74,504490,504490#msg-504490</link>
            <description><![CDATA[ mysql 5.1 版本。<br />
<br />
SQL语句如下：<br />
  SELECT * FROM ude.demo_employee_source where where c_name='黄伟&quot;<br />
<br />
SQLyog客户端执行时，返回信息如下：<br />
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where c_name='黄伟'<br />
<br />
但是通过JDBC连接，返回信息却变成了：<br />
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where c_name='é»„ä¼Ÿ'' at line 1<br />
<br />
其中的中文变成了乱码。<br />
<br />
求教：可能出现这种问题的原因，以及解决方案。]]></description>
            <dc:creator>宇 肖</dc:creator>
            <category>Chinese</category>
            <pubDate>Sun, 12 Feb 2012 20:32:29 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,494653,494653#msg-494653</guid>
            <title>如何确定 mysql 的身份 (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,494653,494653#msg-494653</link>
            <description><![CDATA[ mysql 到底是单机运行还是master/slave 或者 master/master 模式？<br />
<br />
怎么区分？]]></description>
            <dc:creator>atyu30 atyu30</dc:creator>
            <category>Chinese</category>
            <pubDate>Fri, 04 Nov 2011 01:58:57 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,490994,490994#msg-490994</guid>
            <title>使用mysql_stm_bind_result函数出现运行时错误 (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,490994,490994#msg-490994</link>
            <description><![CDATA[ 这是我的代码:<br />
<br />
#include &quot;stdafx.h&quot;<br />
#include &quot;mysql.h&quot;<br />
#define STRSELECT &quot;select * from test1&quot;<br />
#pragma  comment(lib,&quot;libmysql.lib&quot;)<br />
<br />
int _tmain(int argc, _TCHAR* argv[])<br />
{<br />
	MYSQL sql;<br />
	MYSQL_STMT *stmt;<br />
	MYSQL_BIND    bind[1];<br />
	int int_data;<br />
	MYSQL_BIND res[1];<br />
	MYSQL_ROW row;<br />
	mysql_init(&amp;sql);<br />
	if(!mysql_real_connect(&amp;sql,&quot;localhost&quot;,&quot;root&quot;,&quot;b@dme3tEv1l&quot;,&quot;test&quot;,3306,0,0))<br />
	{<br />
		fprintf_s(stdout,&quot;unable to connect host&quot;);<br />
		exit(1);<br />
	}<br />
	stmt=mysql_stmt_init(&amp;sql);<br />
	mysql_stmt_prepare(stmt,STRSELECT,strlen(STRSELECT));<br />
	memset(bind, 0, sizeof(bind));<br />
	bind[0].buffer_type= MYSQL_TYPE_LONG;<br />
	bind[0].buffer= (char *)&amp;int_data;<br />
	bind[0].is_null= 0;<br />
	bind[0].length= 0;<br />
	mysql_stmt_execute(stmt);<br />
	int i=mysql_stmt_field_count(stmt);<br />
	int j=mysql_stmt_param_count(stmt);<br />
	mysql_stmt_bind_result(stmt,bind);<br />
	while(mysql_stmt_fetch(stmt))<br />
	{<br />
	printf_s(&quot;1=%d&quot;,int_data);<br />
	}<br />
	getchar();<br />
	return 0;<br />
}<br />
<br />
<br />
运行到mysql_stmt_bind_result的时候总弹出断言错误 libmysql.c 4320 行 DBUG_ASSERT(param-&gt;buffer_length != 0);<br />
<br />
但查阅过源文件这一行断言不会在bind[0].buffer_type= MYSQL_TYPE_LONG;的时候运行啊,,<br />
<br />
目前百思不得其解~~~]]></description>
            <dc:creator>fangwen liu</dc:creator>
            <category>Chinese</category>
            <pubDate>Fri, 28 Oct 2011 01:12:54 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,460301,460301#msg-460301</guid>
            <title>Windows 2003 Mysql 初始化失败 (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,460301,460301#msg-460301</link>
            <description><![CDATA[ Hi,<br />
<br />
最近写个小的程序，在windows2003 上运行。其中用到mysql 进行数据管理。现遇到一个问题，在程序中调用mysql_init 时，程序卡在mysql_init 中不往下执行，而且不同的版本的mysql遇到该问题的概率是不一样。在网上搜寻许久，无果。望高人指点。以下是我测试条件及结果：<br />
<br />
Language: VS2005 C++ <br />
OS: windows 2003 R2 ENTERPRISE sp2<br />
mysql: 5.1.58  10次中有5,6次遇到这个问题。<br />
mysql: 5.1.6   10次中1,2次遇到这个问题.<br />
<br />
OS: XP<br />
mysql: 5.1.58  正常<br />
mysql: 5.1.6   正常]]></description>
            <dc:creator>David Dai</dc:creator>
            <category>Chinese</category>
            <pubDate>Mon, 10 Oct 2011 03:14:34 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,431117,431117#msg-431117</guid>
            <title>字符比較問題求解 (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,431117,431117#msg-431117</link>
            <description><![CDATA[ 注意後面有個空格<br />
在mysql5.0.22版本中<br />
select customeri from inv_h where  customeri&gt;='RJGCB '<br />
可以查出RJGCB<br />
<br />
但在5.1.47版本中<br />
同樣的命令卻查不出,要去空格才行,也就是改為 customeri&gt;='RJGCB'<br />
<br />
請問高手這是為什麼?,要如何設置my.cnf文件呢?]]></description>
            <dc:creator>li gang</dc:creator>
            <category>Chinese</category>
            <pubDate>Thu, 18 Aug 2011 09:09:21 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,416077,416077#msg-416077</guid>
            <title>sql基本语句 谁能发点 (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,416077,416077#msg-416077</link>
            <description><![CDATA[ 谢谢<br />
<a href="http://www.clubsgolfsale.com/"  rel="nofollow">Golf Club for Sale</a>]]></description>
            <dc:creator>outman007 outman007</dc:creator>
            <category>Chinese</category>
            <pubDate>Tue, 12 Apr 2011 07:09:01 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,410903,410903#msg-410903</guid>
            <title>中文版的manual翻译的很烂啊 (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,410903,410903#msg-410903</link>
            <description><![CDATA[ 中文版的manual翻译的很烂啊]]></description>
            <dc:creator>paul zhou</dc:creator>
            <category>Chinese</category>
            <pubDate>Mon, 07 Mar 2011 13:44:46 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,407981,407981#msg-407981</guid>
            <title>mysql 在c++中为什么不支持按字段名称访问数据库？ (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,407981,407981#msg-407981</link>
            <description><![CDATA[ int f1,f2;<br />
MYSQL_RES *res; <br />
MYSQL_ROW row; <br />
cstring  strSql = &quot;select field1,field2 from mytable&quot;;<br />
<br />
mysql_query(&amp;m_pDBConn, strSql);<br />
res = mysql_store_result(&amp;m_pDBConn);<br />
row = mysql_fetch_row(res);<br />
。。。。<br />
在mysql 5.01的c/c++ API中为什么不能这样：<br />
f1 = row[&quot;field1&quot;];<br />
f2 = row[&quot;field2&quot;];<br />
<br />
而必须这样呀？<br />
f1 = row[0];<br />
f2 = row[1];<br />
<br />
.......]]></description>
            <dc:creator>james cao</dc:creator>
            <category>Chinese</category>
            <pubDate>Wed, 16 Feb 2011 08:02:16 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,386682,386682#msg-386682</guid>
            <title>请大家帮忙分析一下奇怪的锁争用问题。 (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,386682,386682#msg-386682</link>
            <description><![CDATA[ 大家好。<br />
问题大致是这样的：<br />
MySQL版本是5.0，操作系统是debian。<br />
有两个Table，一个是users（用户表），另一个是userdata（用户数据）。<br />
users表的主键是UID，类型为int。<br />
userdata表的主键是DataID，是个自增列，同时有个列UID，是users表中UID列的外键，另外，对列UID和另一个列Category建立了索引。<br />
两个表都为InnoDB，结构大致为：<br />
create table users(<br />
      UID int primary key,<br />
      ### other columns.....<br />
) engine = innodb;<br />
create table userdata(<br />
      DataID int auto_increment primary key,<br />
      UID int,<br />
      Category int,<br />
      ### other columns.....<br />
      Key `Index_UID`(`UID`),<br />
      key `Index_Category`(`Category`),<br />
      constraint `FK_userdata_UID_users_UID` foreign key (`UID`) references `users` (`UID`) on delete cascade<br />
) engine = innodb;<br />
### other tables.....<br />
<br />
我的需求是：<br />
我的系统是一个高并发的、大数据量的系统.<br />
我需要在userdata中找出指定的用户当前拥有哪些数据，再根据其当前拥有的数据判断应该给该用户增加、删除、更新哪些数据。<br />
为了保证用来判断的数据的正确性，需要在每次查询数据前对数据进行加锁，待更新完数据后才释放锁。<br />
整个操作在一个transaction中进行。<br />
步骤如下：<br />
（1）：创建transaction ： Trans<br />
      select * from users where UID = xxx for update;<br />
      返回Trans<br />
（2）：使用(1)中返回的Trans<br />
      select * from userdata where UID = xxx and category in (c1, c2, c3);<br />
（3）：根据(2)中返回的数据判断需要增加、删除、更新一些数据，同样使用Trans<br />
      update userdata ....<br />
      update userdata ....<br />
      insert userdata ....<br />
      insert userdata ....<br />
      delete userdata where DataID in (x1, x2, x3...);<br />
      ### update other tables ....<br />
      ### insert other tables ....<br />
      ### delete other tables ....<br />
（4）：以上步骤若成功执行，则 commit Trans，否则rollback Trans。<br />
<br />
以上代码在少用户量的环境下测试的时候没什么问题，但在大用户量的情况下却出现大量的锁等待，并有死锁的情况发生。<br />
很多锁等待发生在select * from users where UID = xxx for update 语句处。<br />
<br />
请各位帮忙分析一下以上逻辑存在什么问题，为何会有这么多的锁等待并发生死锁呢？<br />
又或者各位有什么更好的实现逻辑？<br />
<br />
谢谢。]]></description>
            <dc:creator>C AO</dc:creator>
            <category>Chinese</category>
            <pubDate>Tue, 21 Sep 2010 16:43:47 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,358944,358944#msg-358944</guid>
            <title>Windows下Mysql如何使用SSL (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,358944,358944#msg-358944</link>
            <description><![CDATA[ 如何在Windows下使用SSL加密Mysql的传输呢？有没有人知道？谢谢]]></description>
            <dc:creator>bohou lee</dc:creator>
            <category>Chinese</category>
            <pubDate>Wed, 17 Mar 2010 09:03:55 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,355796,355796#msg-355796</guid>
            <title>4G以上的表应该怎么优化才能加快打开速度？ (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,355796,355796#msg-355796</link>
            <description><![CDATA[ -rw-rw----  1 mysql mysql 8.8G Feb 26 09:59 syslog.MYD<br />
-rw-rw----  1 mysql mysql 3.5G Feb 26 09:59 syslog.MYI<br />
像这么大的数据库应该怎么优化呢？用了cactiez里面的syslog功能，当表的数据超过2，3G的样子打开cacti里面的syslog页面就超级慢了<br />
<br />
瓶颈在哪里？是硬件还是软件？<br />
<br />
服务器配置如下：至强双核2.8G，2G内存，一块硬盘]]></description>
            <dc:creator>Zhiyi Zhao</dc:creator>
            <category>Chinese</category>
            <pubDate>Fri, 26 Feb 2010 02:21:01 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?74,299214,299214#msg-299214</guid>
            <title>php5。3。0+mysql5.5（FastCGI）usemysql_connecerror，why？ (no replies)</title>
            <link>http://forums.mysql.com/read.php?74,299214,299214#msg-299214</link>
            <description><![CDATA[ php5。3。0+mysql5.5（FastCGI）usemysql_connecerror，why？<br />
<br />
<br />
link:<a href="http://kexue.haoknow.com/display.php?clsid=23&amp;replyid=23&amp;tlt=php5"  rel="nofollow">http://kexue.haoknow.com/display.php?clsid=23&amp;replyid=23&amp;tlt=php5</a>。3。0andmysql5.5FastCGIquestion(Have Images).]]></description>
            <dc:creator>bo lei</dc:creator>
            <category>Chinese</category>
            <pubDate>Wed, 13 Jan 2010 11:49:37 +0000</pubDate>
        </item>
    </channel>
</rss>
