﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-幸福是把温暖的枪-文章分类-mysql</title><link>http://www.blogjava.net/liveandletdie/category/2654.html</link><description /><language>zh-cn</language><lastBuildDate>Tue, 27 Feb 2007 11:03:37 GMT</lastBuildDate><pubDate>Tue, 27 Feb 2007 11:03:37 GMT</pubDate><ttl>60</ttl><item><title>安装mysql4.1.13中碰到的几个问题</title><link>http://www.blogjava.net/liveandletdie/articles/9778.html</link><dc:creator>幸福是把温暖的枪</dc:creator><author>幸福是把温暖的枪</author><pubDate>Thu, 11 Aug 2005 02:40:00 GMT</pubDate><guid>http://www.blogjava.net/liveandletdie/articles/9778.html</guid><wfw:comment>http://www.blogjava.net/liveandletdie/comments/9778.html</wfw:comment><comments>http://www.blogjava.net/liveandletdie/articles/9778.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/liveandletdie/comments/commentRss/9778.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/liveandletdie/services/trackbacks/9778.html</trackback:ping><description><![CDATA[<P>1.Communication failure during handshake. Is there a server running on localhost:3306?</P>
<P>解决办法:</P>
<P>下载最新的jdbc驱动,解压到jdk路径下的jre/lib/ext目录下,更新CLASSPATH</P>
<P>2. Server configuration denies access to data source</P>
<P>解决办法:</P>
<P>grant all privileges on *.*&nbsp;to &nbsp;&lt;username&gt;@&lt;servername&gt;identified by '&lt;password&gt;' with grant option; <BR>flush privileges;</P>
<P>3.Client does not support authentication protocol requested by server</P>
<P>解决办法:</P>
<P>set password for &lt;username&gt;@&lt;servername&gt; = old_password('&lt;password&gt;');</P><img src ="http://www.blogjava.net/liveandletdie/aggbug/9778.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/liveandletdie/" target="_blank">幸福是把温暖的枪</a> 2005-08-11 10:40 <a href="http://www.blogjava.net/liveandletdie/articles/9778.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>