Weird problem

2001-09-10 Thread Silver Fox
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

JDBC Connection help

2001-09-05 Thread Silver Fox
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

Re: Cannot change column type from varchar(32) to char(32)

2001-08-01 Thread Silver Fox
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]"