I installed MySQL in my local dir (~) (RH Linux7.2). Created database
successfully. Can operate on this database at mysql> prompt. I am trying to
access the same database from my Java application THAT WAS working fine with
the RMP installation of MySQL. When I run the 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 "TEST" and given the log/pass as "root/" (password nothing, as I do
not have any password for root setup). 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