4 Replies Latest reply on Aug 22, 2006 8:25 AM by andrewboyd

    Switching JBossPortal to MySQL from hypersonic.

    andrewboyd

      Hi All,
      I had JBossPortal up and running with the default hypersonic db. I wanted to use MySQL. So I moved the hypersonic dir out of the server sub-dirs. I created a MySql db with the command:

      CREATE DATABASE IF NOT EXISTS jbossportal

      Now when I try to use it I'm getting the following error:
      SQLException: Access denied for user 'portalUser'@'%' to database 'jbossportal'

      I know that this is probably a MySql issue but I was hoping that someone here might have run into the same thing before.

      Any suggestions?

      Thanks,

      Andrew