error while performing database login with the mysql-jdbc driver
finally figured it out... duh, I have to remove the brackets (also I guess all MySQL databases have to be named in all caps.
So just in case anybody else has this problem:
Go to: http://www.macromedia.com/go/6ef0253
follow the directions, and for the JDBC URL, enter:
jdbc:mysql://[host]:[port]/[database]
except be sure to enter your own personal information and remove the brackets (for my example: jdbc:mysql://localhost:3306/MYDB
So just in case anybody else has this problem:
Go to: http://www.macromedia.com/go/6ef0253
follow the directions, and for the JDBC URL, enter:
jdbc:mysql://[host]:[port]/[database]
except be sure to enter your own personal information and remove the brackets (for my example: jdbc:mysql://localhost:3306/MYDB
posted on 2007-12-07 08:57 野貓 閱讀(6205) 評論(3) 編輯 收藏 所屬分類: JAVA