<?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>无聊空间 &#187; mysql</title>
	<atom:link href="http://www.lpfrx.com/archives/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lpfrx.com</link>
	<description>我的空间,无聊人生活空间</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:17:48 +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>mysql的replace函数替换字符串用法</title>
		<link>http://www.lpfrx.com/archives/2643/</link>
		<comments>http://www.lpfrx.com/archives/2643/#comments</comments>
		<pubDate>Wed, 25 May 2011 12:21:10 +0000</pubDate>
		<dc:creator>无聊人</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.lpfrx.com/?p=2643</guid>
		<description><![CDATA[刚才需要用的，替换mysql数据库的某个表的字段里的字符串, google了一下，果然很简单啊！ sql语句: update 表 set 字段=replace(字段,&#8217;被换的字符串&#8217;,'替换成的字符串&#8217;) 例如 表: abc 字段... ]]></description>
		<wfw:commentRss>http://www.lpfrx.com/archives/2643/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql把表由myisam转成InnoDB</title>
		<link>http://www.lpfrx.com/archives/2369/</link>
		<comments>http://www.lpfrx.com/archives/2369/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 16:22:57 +0000</pubDate>
		<dc:creator>无聊人</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.lpfrx.com/?p=2369</guid>
		<description><![CDATA[这两天用python搞了只多线程的爬虫程序，数量量过千万了，表文件去到2.7G的容量，感觉好像程序越来越慢，是不是myisam表问题呢！所以尝试把表由myisam转成InnoDB . 转换是在sql命令： alter table bbs... ]]></description>
		<wfw:commentRss>http://www.lpfrx.com/archives/2369/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySql获取下一个自增ID的方法!</title>
		<link>http://www.lpfrx.com/archives/1251/</link>
		<comments>http://www.lpfrx.com/archives/1251/#comments</comments>
		<pubDate>Sat, 16 May 2009 10:31:28 +0000</pubDate>
		<dc:creator>无聊人</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[Auto_increment]]></category>
		<category><![CDATA[自增ID]]></category>

		<guid isPermaLink="false">http://www.lpfrx.com/?p=1251</guid>
		<description><![CDATA[今天有这样的需求，去问了google大人后，确认使用以下方法！ 只要用sql语句:   SHOW TABLE STATUS WHERE Name = &#8216;表名&#8217; 得出的结果里边有个Auto_increment字段，里边有下一个自增ID的数值了! 废话... ]]></description>
		<wfw:commentRss>http://www.lpfrx.com/archives/1251/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>database_errno_1115的discuz论坛安装错误处理</title>
		<link>http://www.lpfrx.com/archives/1180/</link>
		<comments>http://www.lpfrx.com/archives/1180/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 07:16:24 +0000</pubDate>
		<dc:creator>无聊人</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.lpfrx.com/?p=1180</guid>
		<description><![CDATA[在我的freebsd家用服务器安装discuz论坛居然出错，提示是：database_errno_1115 去discuz官方论坛查询后，处理方法是： 编辑安装目录下的config.inc.php， 修改 $dbcharset = &#8216;latin1&#8242;; 然后安装过程一... ]]></description>
		<wfw:commentRss>http://www.lpfrx.com/archives/1180/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySql的备份数据库和MySql还原恢复数据库命令</title>
		<link>http://www.lpfrx.com/archives/917/</link>
		<comments>http://www.lpfrx.com/archives/917/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 14:21:15 +0000</pubDate>
		<dc:creator>无聊人</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.lpfrx.com/?p=917</guid>
		<description><![CDATA[今天晚上搬网站到dreamhost那里，需要用到MySql备份和恢复命令，好了，废话不说，记录： MySql的备份数据库命令: mysqldump -h 主机 -u数据户用户名 -p数据库密码 数据库 &#62; bak.sql MySql还原恢复数据... ]]></description>
		<wfw:commentRss>http://www.lpfrx.com/archives/917/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySql删除字段的命令</title>
		<link>http://www.lpfrx.com/archives/601/</link>
		<comments>http://www.lpfrx.com/archives/601/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 13:10:50 +0000</pubDate>
		<dc:creator>无聊人</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.lpfrx.com/?p=601</guid>
		<description><![CDATA[今天由于要修改mysql数据库数据结构需要用到的: ALTER TABLE 表名 DROP 字段名称; 在freebsd下还是使用命令行方便... ]]></description>
		<wfw:commentRss>http://www.lpfrx.com/archives/601/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Incorrect key file for table, mysql表错误修复处理</title>
		<link>http://www.lpfrx.com/archives/206/</link>
		<comments>http://www.lpfrx.com/archives/206/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 08:08:48 +0000</pubDate>
		<dc:creator>无聊人</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.lpfrx.com/?p=206</guid>
		<description><![CDATA[家里有部freebsd服务器上突然断电， 那时正有个程序，应该说我写的网络蜘蛛程序，正在疯狂的读写mysql， 在断电重启后，mysql给疯狂读写的那个表终于出错了。 修复: 在给我执行了 myisamchk -of /... ]]></description>
		<wfw:commentRss>http://www.lpfrx.com/archives/206/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

