Re: MySQL unsuccesfully installed. Need help!

2003-07-11 Thread Richard Grubb
Type the command echo $PATH You will see a set of semicolon delimited directory path names. Perhaps something like /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/X11R6/bin The configure script is looking in each of these locations for an acceptable C compiler. Either you do no

Re: Stuck with Tutorial

2003-07-04 Thread Richard Grubb
I couldn't get the LOCAL option to work; even when I started mysql with the --local-infile argument. After reading around in the manual I decided to grant myself the FILE privilege since I am the only user on my computer where I am teaching myself mysql. On Friday, July 4, 2003, at 12:08 PM, Pa

Stuck with Tutorial

2003-07-04 Thread Richard Grubb
I have mysql 3.23.49 on Mac OS-X 10.1.5 and am going through the tutorial in the "MySQL Reference Manual" in Chapter 3. I get an empty set with the following command: SELECT * FROM pet WHERE birth >= "1998-1-1"; I have tried many variations which all give either the empty set or incorrect resu