I just got this problem...
bin/mysql -h localhost -u root
logs me into MySQL at the command line
However, the CGI script for Apache webserver gave me an error connecting to
the database
$source = "DBI:mysql:red:localhost";
$username = "root";
$password = "";
Did any of you ever face this probl
Hi everyone,
I just installed MySQL on my linux box. But when I tried to connect to my
own box with jdbc (jdbc:mysql://localhost/red), it gave me "SQLException:
server configuration denies access to data source". I have already added
root in the mysql.user and mysql.db, why is this happening
Hello, everyone,
I'm Tony. I'm new to this mailing list and I have a question. I'm
currently running MySQL and Apache webserver. My partner needs to connect
to my MySQL database using JDBC to input data. But every time he tries to
do that, it tells him "access denied for [EMAIL PROTECTED]"