I followed the BasicDB tutorial using Hibernate. I’m getting the error
General error, message from server: “Table ‘mysql.quote’ doesn’t exist”
My connection URL is
<property name=”connection.url”>jdbc:mysql://localhost/mysql/data/movie</property>
So, I dont know why it’s putting the mysql in from of my table “quote”? I am all getting this message.
Not binding factory to JNDI, no JNDI name configured
I dont know if this has anything to do with it. Anyone know whats going on?