<?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>lizongbo at 618119.com &#187; mysql</title>
	<atom:link href="http://618119.com/category/database/mysql-database/feed" rel="self" type="application/rss+xml" />
	<link>http://618119.com</link>
	<description>工作,生活,Android,前端,Linode,Ubuntu,nginx,java,apache,tomcat,Resin,mina,Hessian,XMPP,RPC</description>
	<lastBuildDate>Tue, 31 Jan 2012 14:25:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>在Ubuntu10.04上通过mysql源代码进行编译安装</title>
		<link>http://618119.com/archives/2010/11/17/179.html</link>
		<comments>http://618119.com/archives/2010/11/17/179.html#comments</comments>
		<pubDate>Tue, 16 Nov 2010 16:10:53 +0000</pubDate>
		<dc:creator>lizongbo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[Resin]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://618119.com/?p=179</guid>
		<description><![CDATA[在Ubuntu10.04上通过mysql源代码进行编译安装MySQL Community Server 操作系统是linode上的Ubuntu 10.04, MySQL Community Server目前最新正式版为：mysql 5.1.51 GA. 源代码下载地址为： http://www.mirrorservice.org/sites/ftp.mysql.com/Downloads/MySQL-5.1/mysql-5.1.51.tar.gz 来源：http://www.mysql.com/downloads/mirror.php?id=394595#mirrors http://www.mysql.com/downloads/ 1.先下载源代码到本地： root@618119.com:/usr/local/app# wget http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-5.1.51.tar.gz/from/http://www.mirrorservice.org/sites/ftp.mysql.com/ 2.解压mysql-5.1.51.tar.gz到/usr/local/app/mysql-5.1.51： root@618119.com:/usr/local/app# tar -zxvf mysql* 3.进入解压得到的源码目录中： root@618119.com:/usr/local/app# cd mysql* 4.运行configure进行检查： root@618119.com:/usr/local/app/mysql-5.1.51# ./configure -prefix=/usr/local/app/mysql -with-charset=utf8 -with-collation=utf8_general_ci -with-extra-charsets=latin1 提示信息：checking for termcap functions library&#8230; configure: error: No curses/termcap library found 5.安装libncurses5-dev进行解决： root@618119.com:/usr/local/app/mysql-5.1.51# sudo apt-get install libncurses5-dev 6.在编译安装nginx时候已经安装了 gcc libc6-dev build-essential [...]]]></description>
		<wfw:commentRss>http://618119.com/archives/2010/11/17/179.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu10.04上编译安装php5.3.3和wordpress3.0.1</title>
		<link>http://618119.com/archives/2010/11/02/180.html</link>
		<comments>http://618119.com/archives/2010/11/02/180.html#comments</comments>
		<pubDate>Tue, 02 Nov 2010 12:46:41 +0000</pubDate>
		<dc:creator>lizongbo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://618119.com/?p=180</guid>
		<description><![CDATA[Ubuntu10.04上编译安装php5.3.3和wordpress3.0.1 1.先下载php5.3.3的源代码： root@618119.com:/usr/local/app# wget http://cn2.php.net/get/php-5.3.3.tar.gz/from/am.php.net/mirror 来源：http://www.php.net/downloads.php 2.解压php的源代码： root@618119.com:/usr/local/app# tar -zxvf php-5.3.3.tar.gz 3.进入php源码目录： 准备编译： ./configure &#8211;prefix=/usr/local/app/php &#8211;enable-fastcgi &#8211;with-mysql=/usr/local/app/mysql &#8211;enable-zend-multibyte &#8211;with-config-file-path=/usr/local/app/php/conf &#8211;enable-discard-path &#8211;enable-force-cgi-redirect 提示： configure: error: xml2-config not found. Please check your libxml2 installation root@618119.com:/usr/local/app/php-5.3.3# sudo apt-get install libxml2-dev 4.make编译安装 root@618119.com:/usr/local/app/php-5.3.3# make root@618119.com:/usr/local/app/php-5.3.3# make install 5.参考http://wiki.nginx.org/PHPFcgiExample 建立php-fcgi服务， root@618119.com:/etc/init.d# vi php-fcgi root@618119.com:/etc/init.d# chmod +x php-fcgi root@618119.com:/etc/init.d# sudo /usr/sbin/update-rc.d [...]]]></description>
		<wfw:commentRss>http://618119.com/archives/2010/11/02/180.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>blog的myql数据库居然挂了。</title>
		<link>http://618119.com/archives/2009/01/07/120.html</link>
		<comments>http://618119.com/archives/2009/01/07/120.html#comments</comments>
		<pubDate>Wed, 07 Jan 2009 14:52:45 +0000</pubDate>
		<dc:creator>lizongbo</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://618119.com/archives/2009/01/07/120.html</guid>
		<description><![CDATA[前晚升级了博客到WordPress 2.7，当时还好好的。 结果今晚打开的时候，被转到了安装页面。 http://618119.com/wp-admin/install.php 老是去安装界面， 点安装却提示：WordPress database error: [Table './sevtiger_lzb/wp_options' is marked as crashed and should be repaired] 在网上找到说mysql的索引坏了，要执行myisamchk -c -r *.MYI。 于是下载了gtalk，登录上去生活点滴的cosβ请教了， 然后到phpmyadmin的管理界面，选中所有的表，然后选修复表， 就修复好了。 但是相关文章页面还是打不开。 html方式访问不了， http://618119.com/archives/2008/12/29/110.html The requested URL /archives/2008/12/29/110.html does not exist. 经提示到后台管理的设置中，重新保存了永久链接设置， 总算都恢复了。 Tags: mysql, Wordpress]]></description>
		<wfw:commentRss>http://618119.com/archives/2009/01/07/120.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql 5.0 在插入记录的时候遇到 Incorrect string value这个错误</title>
		<link>http://618119.com/archives/2008/06/27/97.html</link>
		<comments>http://618119.com/archives/2008/06/27/97.html#comments</comments>
		<pubDate>Fri, 27 Jun 2008 12:24:29 +0000</pubDate>
		<dc:creator>lizongbo</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[数据库]]></category>

		<guid isPermaLink="false">http://618119.com/archives/2008/06/27/97.html</guid>
		<description><![CDATA[修改 C:\Program Files\mysql\mysql Server 5.0\my.ini mysql 和 mysqld的 default-character-set为gbk, my.ini节选如下： [mysql] default-character-set=gbk [mysqld] port=3306 basedir=&#8221;C:/Program Files/mysql/mysql Server 5.0/&#8221; #Path to the database root datadir=&#8221;C:/Program Files/mysql/mysql Server 5.0/Data/&#8221; default-character-set=gbk default-storage-engine=MyISAM 然后重启数据库，重新创建数据库即可。 创建的数据库步骤如下： 在heidisql里，先运行  set names &#8216;gbk&#8217;， 然后运行建表sql。 然后就可以看到表的字段和内容，均为中文显示了。 其它关于mysql 的笔记： 1.在命令行下， 用 mysql -uroot连接到mysql服务器 2.SHOW DATABASES; 查看当前服务器已经有的数据库名字。 3.use test 表示连接到名叫&#8221;test&#8221;的数据库 4.show table; 查看该数据库中的表名。 5.查询记录 select * [...]]]></description>
		<wfw:commentRss>http://618119.com/archives/2008/06/27/97.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Openfire 3.5.1 和 DbVisualizer 6.0.10</title>
		<link>http://618119.com/archives/2008/04/26/85.html</link>
		<comments>http://618119.com/archives/2008/04/26/85.html#comments</comments>
		<pubDate>Sat, 26 Apr 2008 13:49:26 +0000</pubDate>
		<dc:creator>lizongbo</dc:creator>
				<category><![CDATA[DbVisualizer]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Openfire]]></category>
		<category><![CDATA[XMPP]]></category>
		<category><![CDATA[数据库]]></category>
		<category><![CDATA[OpenFire]]></category>
		<category><![CDATA[spark]]></category>
		<category><![CDATA[xmpp]]></category>

		<guid isPermaLink="false">http://618119.com/archives/2008/04/26/85.html</guid>
		<description><![CDATA[Openfire 3.5.1 和 DbVisualizer 6.0.10 Openfire 3.5.1发布了，Openfire Connection Manager也更新到 3.5.1了。 Openfire Connection Manager增加了 HTTP binding 功能 相关链接： http://www.igniterealtime.org/community/blogs/ignite/2008/04/24/openevenmorefire-351-released http://www.igniterealtime.org/community/message/169333 相关下载地址 ： http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_3_5_1.zip http://www.igniterealtime.org/downloadServlet?filename=connectionmanager/connection_manager_3_5_1.zip 源代码下载: http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_3_5_1.zip http://www.igniterealtime.org/downloadServlet?filename=connectionmanager/connection_manager_src_3_5_1.zip 新增加了两个插件： http://www.igniterealtime.org/projects/openfire/plugins/monitoring.jar http://www.igniterealtime.org/projects/openfire/plugins/fastpath.jar 这两个插件是从Openfire Enterprise剥离出来的部分功能，Openfire Enterprise的其它功能，可能在后期会陆续开放很成开源。 最近更新的插件还有： http://www.igniterealtime.org/projects/openfire/plugins/subscription.jar http://www.igniterealtime.org/projects/openfire/plugins/userImportExport.jar Openfire Enterprise 插件： http://www.igniterealtime.org/projects/openfire/plugins/enterprise.jar http://www.igniterealtime.org/projects/openfire/plugins/webchat.war SparkWeb的源代码已经可以通过svn下载了， svn下载地址为： http://svn.igniterealtime.org/svn/repos/sparkweb/ svn co http://svn.igniterealtime.org/svn/repos/sparkweb/trunk sparkweb Openfire的启动信息为： &#8230;&#8230;&#8230; Openfire 3.5.1 [Apr 26, 2008 9:30:02 [...]]]></description>
		<wfw:commentRss>http://618119.com/archives/2008/04/26/85.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

