George,
At a minimum, you have to setup a user with permissions to access the
database. Once you have that done I think it might work
[EMAIL PROTECTED] wrote:
>
> Hi,
> I'm currently working on a project in which I am working with CGI scripts
> for a web based user interface, and MySQL for my
you're probably not running the server on port 3306. when you start the
mysql server, use --port=3306
[EMAIL PROTECTED] wrote:
> Hi,
> I'm currently working on a project in which I am working with CGI scripts
> for a web based user interface, and MySQL for my database. I'm a student at
> a Uni
You are missing the password and user, and the proper privilege
configuration at your server.
Read up on GRANT in the manual.
[EMAIL PROTECTED] wrote:
> Hi,
> I'm currently working on a project in which I am working with CGI scripts
> for a web based user interface, and MySQL for my database. I
Hi,
I'm currently working on a project in which I am working with CGI scripts
for a web based user interface, and MySQL for my database. I'm a student at
a University of Waterloo (in Canada). The program is a hotel reservation
system (irrelevant) and I'm coding in C and C++. The system is being
de