<?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; phpMyAdmin</title>
	<atom:link href="http://ale.net.cn/blog/tag/phpmyadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://ale.net.cn/blog</link>
	<description>没有句号的梦想</description>
	<lastBuildDate>Wed, 22 Dec 2010 14:56:04 +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>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>

