<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[运维进行时]]></title> 
<link>https://blog.liuts.com/index.php</link> 
<description><![CDATA[互联网运维与架构]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[运维进行时]]></copyright>
<item>
<link>https://blog.liuts.com/post/102/</link>
<title><![CDATA[SHELL方式运行mysql命令]]></title> 
<author>root &lt;admin@yourname.com&gt;</author>
<category><![CDATA[SHELL]]></category>
<pubDate>Thu, 22 May 2008 08:45:03 +0000</pubDate> 
<guid>https://blog.liuts.com/post/102/</guid> 
<description>
<![CDATA[ 
	<strong>不需要其它语句包支持也要操作Mysql数据了</strong><br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content"><br/>#!/bin/sh<br/>mysql -uroot -p123456 <<EOF<br/>use test;<br/>select * from testaa while a=10000;<br/>EOF<br/></div></div><br/><br/>Tags - <a href="https://blog.liuts.com/tags/shell/" rel="tag">shell</a> , <a href="https://blog.liuts.com/tags/mysql/" rel="tag">mysql</a>
]]>
</description>
</item><item>
<link>https://blog.liuts.com/post/102/#blogcomment579</link>
<title><![CDATA[[评论] SHELL方式运行mysql命令]]></title> 
<author>prometheus &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 15 Feb 2011 07:08:43 +0000</pubDate> 
<guid>https://blog.liuts.com/post/102/#blogcomment579</guid> 
<description>
<![CDATA[ 
	这个程式报错？ SHELL版本不同？
]]>
</description>
</item>
</channel>
</rss>