Re: CGI and MySQL

2001-11-16 Thread Bruce Ferrell
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

Re: CGI and MySQL

2001-11-16 Thread Joe Ellis
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

Re: CGI and MySQL

2001-11-16 Thread Gerald Clark
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

CGI and MySQL

2001-11-16 Thread George . Coicici
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