Nicolai P Guba wrote:
> 
> >>>>> "HP" == Heikki Paajanen <[EMAIL PROTECTED]> writes:
> 
> HP> Hi Is it possible to create DB pool without giving username and
> HP> password beforehand ?  So you can use DataSource connecting run
> HP> time with some username and password...
> 
> I've never managed to get a mySQL connection pool going without having
> to provide at least a password.  I am not sure wether this is a bug or
> a feature.

In mySQL, authentication is handled in the mysql.user table.  If in a 
particular row the Password column is blank, then you don't need a 
password for that host/username.

Jeff Liu ([EMAIL PROTECTED])

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to