<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>https://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>https://jackxiang.com/post//</link>
<title><![CDATA[phpmyadmin出现空密码登录被禁止 (参见 允许空密码)的解决办法]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Php/Js/Shell/Go]]></category>
<pubDate>Wed, 13 May 2015 07:55:59 +0000</pubDate> 
<guid>https://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	在Windows或者Linux下mysql安装后默认的密码为空，<br/>又当我们又安装了mysql的管理工具<br/>phpmyadmin后登陆时出现“空密码登陆呗禁止（参见允许密码为空）”。不能登录成功&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>解决办法如下：<br/><br/>1..要是你想用空密码，则将phpmyadmin下的<br/><br/>config.inc.php（根目录）或者config.default.php（根目录）<br/>再则：libraries&#92;config.default.php<br/>（友情提示，由于版本不一样可能涉及的文件不同，基本为这三个文件）<br/>中的$cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = false;<br/>改为$cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = true;<br/><br/>2.要是你想设置密码不为空则将<br/>$cfg[&#039;blowfish_secret&#039;] = &#039;123456&#039;; // use here a value of your choice 你要设置的密码 <br/><br/><textarea name="code" class="php" rows="15" cols="100">
/**
 * whether to allow login of any user without a password
 *
 * @global boolean $cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;]
 */
$cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = true;
</textarea>
]]>
</description>
</item><item>
<link>https://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] phpmyadmin出现空密码登录被禁止 (参见 允许空密码)的解决办法]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>