On Sun, Jul 6, 2008 at 4:23 PM, Doug Brown <[EMAIL PROTECTED]> wrote: > > The root cause was that: java.sql.SQLException: Syntax error or access > violation message from server: "Unknown database MyDataSource" > > My datasource is setup as follows > > Datasource Name: MyDataSource > JDBC URL jdbc:mysql://localhost:3306/MyDataSource
My first question would be... is your DATABASE NAME really "MyDataSource"? That's an odd name for a database. Like if you go to the mysql command prompt and type "show databases"... is "MyDataSource" one of them? The error implies that you are connecting without a problem, but that the connection is asking for the database named "MyDataSource" and MySQL says there is no database with that name. Rick -- Rick Root New Brian Vander Ark Album, songs in the music player and cool behind the scenes video at www.myspace.com/brianvanderark ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308655 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

