on 3/29/00 9:12 AM, David Leal <[EMAIL PROTECTED]> wrote:
> database.default.driver=org.gjt.mm.mysql.Driver
> database.default.url=jdbc:mysql://localhost:3306/turbine
> database.default.username=root
> database.default.password=rootpass_with_non_alphanumeric_chars
simple solution...
from your unix shell, type:
mysql -u root -p rootpass_with_non_alphanumeric_chars -h localhost turbine
If that allows you in, then that will be really strange and I don't know how
to help you other than to suggest trying a different version of the MM
drivers (some of the beta versions are pretty buggy). ;-)
If it doesn't allow you in (which I'm figuring it won't), then you need to
read MySQL's manual on how to setup permissions within MySQL.
thanks,
-jon
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]