<?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://ale.net.cn/blog/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://ale.net.cn/blog</link>
	<description>没有句号的梦想</description>
	<lastBuildDate>Thu, 26 Aug 2010 15:15:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>mysql数据从latin1转到utf-8</title>
		<link>http://ale.net.cn/blog/2010/01/mysql%e6%95%b0%e6%8d%ae%e4%bb%8elatin1%e8%bd%ac%e5%88%b0utf-8/</link>
		<comments>http://ale.net.cn/blog/2010/01/mysql%e6%95%b0%e6%8d%ae%e4%bb%8elatin1%e8%bd%ac%e5%88%b0utf-8/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 06:41:08 +0000</pubDate>
		<dc:creator>ale</dc:creator>
				<category><![CDATA[程序]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://ale.net.cn/blog/?p=102</guid>
		<description><![CDATA[因为有个数据库原始是存为latin1格式的，在phpmyadmin里面查看中文全都是乱码，修改数据非常麻烦，%E
]]></description>
			<content:encoded><![CDATA[<p>因为有个数据库原始是存为latin1格式的，在phpmyadmin里面查看中文全都是乱码，修改数据非常麻烦，%E</p>
]]></content:encoded>
			<wfw:commentRss>http://ale.net.cn/blog/2010/01/mysql%e6%95%b0%e6%8d%ae%e4%bb%8elatin1%e8%bd%ac%e5%88%b0utf-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL字符串函数CONCAT使用</title>
		<link>http://ale.net.cn/blog/2009/09/mysql%e5%ad%97%e7%ac%a6%e4%b8%b2%e5%87%bd%e6%95%b0concat%e4%bd%bf%e7%94%a8/</link>
		<comments>http://ale.net.cn/blog/2009/09/mysql%e5%ad%97%e7%ac%a6%e4%b8%b2%e5%87%bd%e6%95%b0concat%e4%bd%bf%e7%94%a8/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 01:56:41 +0000</pubDate>
		<dc:creator>ale</dc:creator>
				<category><![CDATA[程序]]></category>
		<category><![CDATA[CONCAT]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://ale.net.cn/blog/?p=93</guid>
		<description><![CDATA[在转换mysql数据的时候用到CONCAT函数，很实用。
在原字段内容的基础上，增加内容，通过CONCAT可以方便的实现。代码如下：
UPDATE `表名` SET `字段名` =concat(&#8217;字段名&#8217;,'新内容&#8217;) ;
]]></description>
			<content:encoded><![CDATA[<p>在转换mysql数据的时候用到CONCAT函数，很实用。</p>
<p>在原字段内容的基础上，增加内容，通过CONCAT可以方便的实现。代码如下：</p>
<p>UPDATE `表名` SET `字段名` =concat(&#8217;字段名&#8217;,'新内容&#8217;) ;</p>
]]></content:encoded>
			<wfw:commentRss>http://ale.net.cn/blog/2009/09/mysql%e5%ad%97%e7%ac%a6%e4%b8%b2%e5%87%bd%e6%95%b0concat%e4%bd%bf%e7%94%a8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpMyAdmin中导入比较大的数据的方法</title>
		<link>http://ale.net.cn/blog/2009/06/phpmyadmin%e4%b8%ad%e5%af%bc%e5%85%a5%e6%af%94%e8%be%83%e5%a4%a7%e7%9a%84%e6%95%b0%e6%8d%ae%e7%9a%84%e6%96%b9%e6%b3%95/</link>
		<comments>http://ale.net.cn/blog/2009/06/phpmyadmin%e4%b8%ad%e5%af%bc%e5%85%a5%e6%af%94%e8%be%83%e5%a4%a7%e7%9a%84%e6%95%b0%e6%8d%ae%e7%9a%84%e6%96%b9%e6%b3%95/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 03:24:13 +0000</pubDate>
		<dc:creator>ale</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[数据导入]]></category>

		<guid isPermaLink="false">http://ale.net.cn/blog/?p=45</guid>
		<description><![CDATA[今天导入一个比较大的sql数据文件时，phpMyAdmin老是提示导入文件过大。按提示修改了php.ini中的upload_max_filesize、memory_limit和post_max_size，上传依旧还是那个提示。
用另外一个方法，修改phpMyAdmin的config.inc.php的$cfg['UploadDir']。
$cfg['UploadDir'] = &#8216;ImportFile&#8217;;
在phpMyAdmin下建个ImportFile文件夹，把需要导入的sql文件上传至该文件夹内。
然后在phpMyAdmin的“导入(Import)”可以看到“文件导入(File to import)”中多出“网站服务器上载目录(web server upload directory)”下拉框，里面有上传上去的文件名。选择该文件执行导入就可以了。
另附一个有图版的，对导入和导出都做了说明。链接：http://www.lidecheng.com/blog/phpmyadmin-import-excessive-sql-file/
]]></description>
			<content:encoded><![CDATA[<p>今天导入一个比较大的sql数据文件时，phpMyAdmin老是提示导入文件过大。按提示修改了php.ini中的upload_max_filesize、memory_limit和post_max_size，上传依旧还是那个提示。</p>
<p>用另外一个方法，修改phpMyAdmin的config.inc.php的$cfg['UploadDir']。</p>
<p>$cfg['UploadDir'] = &#8216;ImportFile&#8217;;</p>
<p>在phpMyAdmin下建个ImportFile文件夹，把需要导入的sql文件上传至该文件夹内。</p>
<p>然后在phpMyAdmin的“导入(Import)”可以看到“文件导入(File to import)”中多出“网站服务器上载目录(web server upload directory)”下拉框，里面有上传上去的文件名。选择该文件执行导入就可以了。</p>
<p>另附一个有图版的，对导入和导出都做了说明。链接：<a href="http://www.lidecheng.com/blog/phpmyadmin-import-excessive-sql-file/">http://www.lidecheng.com/blog/phpmyadmin-import-excessive-sql-file/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ale.net.cn/blog/2009/06/phpmyadmin%e4%b8%ad%e5%af%bc%e5%85%a5%e6%af%94%e8%be%83%e5%a4%a7%e7%9a%84%e6%95%b0%e6%8d%ae%e7%9a%84%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
