<?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中提示“Configuration of pmadb… not OK”解决办法  ]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[数据库技术]]></category>
<pubDate>Sat, 17 Sep 2016 12:45:57 +0000</pubDate> 
<guid>https://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	在phpMyAdmin中提示“Configuration of pmadb… not OK”，如下图所示：<br/>“Configuration of pmadb… not OK”解决办法，这个问题不大，不影响使用，仅仅是一个警告。如果不想总是看见这个警告，可以用如下办法来解决。<br/><br/>（1）初始化phpmyadmin数据库<br/>cd /Library/WebServer/Documents/phpmyadmin/sql<br/>mysql -u root -p &lt; create_tables.sql<br/>Enter password: <br/><br/>mysql&gt; CREATE DATABASE phpmyadmin;<br/>Query OK, 1 row affected (0.02 sec)<br/><br/>mysql&gt; use phpmyadmin<br/>Database changed<br/>mysql&gt; source /data/htdocs/dev.XXX.com/phpmyadmin/sql/create_tables.sql<br/><br/><br/>（2）创建数据库用户<br/>CREATE USER &#039;pma&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;pmapass&#039;;<br/>GRANT ALL PRIVILEGES ON `phpmyadmin`.* TO &#039;pma&#039;@&#039;localhost&#039; WITH GRANT OPTION;<br/>FLUSH PRIVILEGES;<br/><br/><br/>（3）配置config.ini.php文件<br/> vim config.inc.php<br/>/**<br/> * phpMyAdmin configuration storage settings.<br/> */<br/><br/>/* User used to manipulate with storage */<br/>// $cfg[&#039;Servers&#039;][$i][&#039;controlhost&#039;] = &#039;&#039;;<br/>// $cfg[&#039;Servers&#039;][$i][&#039;controlport&#039;] = &#039;&#039;;<br/>// $cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = &#039;pma&#039;;&nbsp;&nbsp;&nbsp;&nbsp; <br/>// $cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = &#039;pmapass&#039;;<br/><br/>参考：<br/>http://wlb.wlb.blog.163.com/blog/static/46741320158199711556/<br/>http://bbs.vpser.net/thread-13962-1-1.html
]]>
</description>
</item><item>
<link>https://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 在phpMyAdmin中提示“Configuration of pmadb… not OK”解决办法  ]]></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>