[JBoss-user] [Installation, Configuration & Deployment] - Re: Fedora,JBoss 3.2.7, MySQL 4.1.2 Access denied

2005-08-26 Thread mlibra
Solved.

I was wrong when thinking about using TCP connection by 'mysql' utility. In 
fact it primary uses the unix socket.

After correct handling the mysql.user table, the boot process finishes without 
any exception.


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

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


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: Fedora,JBoss 3.2.7, MySQL 4.1.2 Access denied

2005-08-26 Thread mlibra
In mysql console I called:
GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY 'mySecret' WITH 
GRANT OPTION;

flush privileges;

Unfortunately the JBoss still can't properly boot.

As I read in MySQL documentation, the TCP connection is prefered and used 
SHOULD be used by 'mysql' command too.

Thank you.

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

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


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: Fedora,JBoss 3.2.7, MySQL 4.1.2 Access denied

2005-08-26 Thread darranl
You need to read the MySQL documentation and look at how to grant users access 
to your database.

It is possible that the root account has not been given permission to connect 
over TCP/IP.


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

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


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user