﻿<?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-Yemao'Blog For Java-文章分类-JAVA</title><link>http://www.blogjava.net/scansoft/category/27418.html</link><description /><language>zh-cn</language><lastBuildDate>Fri, 07 Dec 2007 14:53:20 GMT</lastBuildDate><pubDate>Fri, 07 Dec 2007 14:53:20 GMT</pubDate><ttl>60</ttl><item><title>error while performing database login with the mysql-jdbc driver</title><link>http://www.blogjava.net/scansoft/articles/165942.html</link><dc:creator>野猫</dc:creator><author>野猫</author><pubDate>Fri, 07 Dec 2007 00:57:00 GMT</pubDate><guid>http://www.blogjava.net/scansoft/articles/165942.html</guid><wfw:comment>http://www.blogjava.net/scansoft/comments/165942.html</wfw:comment><comments>http://www.blogjava.net/scansoft/articles/165942.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/scansoft/comments/commentRss/165942.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/scansoft/services/trackbacks/165942.html</trackback:ping><description><![CDATA[<div class="tpc_content">finally figured it out... duh, I have to remove the brackets (also I guess all MySQL databases have to be named in all caps.<br />
So just in case anybody else has this problem:<br />
<br />
Go to: <a href="http://www.macromedia.com/go/6ef0253" target="_blank">http://www.macromedia.com/go/6ef0253</a><br />
<br />
follow the directions, and for the JDBC URL, enter:<br />
jdbc:mysql://[host]:[port]/[database]<br />
<br />
except be sure to enter your own personal information and remove the brackets (for my example: jdbc:mysql://localhost:3306/MYDB</div>
 <img src ="http://www.blogjava.net/scansoft/aggbug/165942.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/scansoft/" target="_blank">野猫</a> 2007-12-07 08:57 <a href="http://www.blogjava.net/scansoft/articles/165942.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>