[jboss-user] [JBoss Portal] - Re: Unable to Login to JBoss Portal 2.7 CR1

hfn do-not-reply at jboss.com
Wed Oct 22 12:03:57 EDT 2008


We had the same problem on Portal 2.7.

It has to do with your database permissions.  Try logging into your database as root.

Make sure you set the password for the user:
SET PASSWORD FOR portal at localhost=PASSWORD(‘password’);

replacing password as the password.

Then:
 
GRANT ALL PRIVILEGES ON jbossportal.* TO 'portal'@'localhost' IDENTIFIED BY 'password' WITH GRANT OPTION;

if you are using portal as the user, and replacing password with your password in your datasource xml config file.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183902#4183902

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183902




More information about the jboss-user mailing list