Re: Apache/PHP question

2003-03-13 Thread Ben Balbo
Hi Guy, Try sticking this in the relevant VirtualHost directive: Directory /path/to/client/doc/root php_flag engine off /Directory HTH Ben In response to your mail sent on Friday, March 14, 2003 at 12:38:19 PM. I have set apache 2.0 and PHP 4.3.1 as well as mysql. I was wondering

Re[2]: MySQL sql query help

2003-03-09 Thread Ben Balbo
think I'm a little closer to understanding joins! Rgds, Ben Balbo In response to your mail sent on Saturday, March 08, 2003 at 2:18:34 AM. Ben Balbo wrote: Teacher (id, name, ...) TeacherClass (teacherid, classid, timestamp) Class (id, name, ...) Now, what I'd really like to do it find

Re[2]: inquiry

2003-03-08 Thread Ben Balbo
Hi Philip, then mysqladmin -u root -p create sample_db This is probably the best way to go, the password you created will most likely be for the root user. mysqladmin: connect to server at 'local host' failed error: 'Access denied for user: '[EMAIL PROTECTED]' (Using password: YES)' Does it

MySQL sql query help

2003-03-07 Thread Ben Balbo
Apologies if you now get this three times now, but I haven't received any copies through the mailing list yet, and the first 2 were sent 3 and 4 hours ago. I know email can go walkies for a few hours, but I've not been experiencing any other mail problems, either personally or in receiving MySQL

MySQL sql query help

2003-03-07 Thread Ben Balbo
Hi all, I've been trying to wrap my head round this problem for a few days now, and have plenty of pieces of scrap paper with lines and arrows and numbers to prove it. Anyway, here's the scenario: I have a table of teachers, and a table of classes. Any teacher can have taught any class, and any

MySQL sql query help

2003-03-07 Thread Ben Balbo
Hi all, I've been trying to wrap my head round this problem for a few days now, and have plenty of pieces of scrap paper with lines and arrows and numbers to prove it. Anyway, here's the scenario: I have a table of teachers, and a table of classes. Any teacher can have taught any class, and any

Re: ERROR 1045: Access denied for user:

2003-03-06 Thread Ben Balbo
Hi Steve, Really silly question, but you are reloading the tables once you change the grants, aren't you :-) mysqladmin -p reload B. In response to your mail sent on Friday, March 07, 2003 at 10:48:06 AM. Mysql version 3.23.55 Slackware linux 8.0 Mysql version 3.23.55 OpenBSD I have tried