I installed MySQL in my local dir (~) (RH Linux7.2). Created database
successfully. No problems in operating on this database at mysql> prompt.

When I run my JDBC (Java) program it gives SQLException
"Server configuration denies access to data source". I am running the MySQL
server using following command "./bin/mysqld_safe &". I created the database
named "MYDB" and given the log/pass as "root/" (password nothing, as I do
not have any password for root setup).  There is no problem in loading the
JDBC MySQL Driver.

What is that need to be done to allow permission to use this database via
JDBC?



---------------------------------------------------------------------
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