Hi, 
I installed Mysql on solaris 8 as root. I am able to access the database on
the system.(Create tables ...access them etc).
but when do it from the JSP it complains

javax.servlet.servletException: General Error : Access denied for user:
'@sunblade11' to database 'Messages' .

The connection url I use is 

String connectionURL =
"jdbc:mysql://sunblade11:3306/Messages?user=root;password=";

Can anyone please help me fix this problem ????


Thanks in Advance

Vijay


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to