<?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//</link>
<title><![CDATA[Mysql小结笔记]]></title> 
<author> &lt;&gt;</author>
<category><![CDATA[MYSQL]]></category>
<pubDate>Tue, 14 Aug 2007 15:11:02 +0000</pubDate> 
<guid>https://blog.liuts.com/post//</guid> 
<description>
<![CDATA[ 
	一、<strong>查询双重的记录</strong>：<br/>SELECT username FROM info where sex='1' GROUP BY 'username' HAVING count(*)>1;<br/>二、<strong>Mysql添加权限</strong><br/>GRANT select,LOCK TABLES on database.* to user@localhost identified by '123456fdgdf#df';<br/>三、<strong>Mysql追加权限</strong><br/>GRANT SELECT,INSERT,UPDATE,DELETE,INDEX ON database.* TO user@localhost;<br/>四、<strong>Mysql删除权限</strong>REVOKE ALL on database.* FROM user@localhost;<br/>REVOKE grant option on database.* FROM user@localhost;<br/>五、<strong>PHP支持的密码格式</strong><br/>SET PASSWORD FOR user@localhost = OLD_PASSWORD('sdjfk345798');<br/>Tags - <a href="https://blog.liuts.com/tags/mysql/" rel="tag">mysql</a> , <a href="https://blog.liuts.com/tags/%25E7%25AC%2594%25E8%25AE%25B0/" rel="tag">笔记</a>
]]>
</description>
</item><item>
<link>https://blog.liuts.com/post//#blogcomment</link>
<title><![CDATA[[评论] Mysql小结笔记]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://blog.liuts.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>