Re: Re: Re: Youch!

2001-02-27 Thread John Jensen
I had sent this earlier, but it got waylaid (twice). Perhaps the mail- server was temporarily down. Okay, I got rid of EVERYTHING (except the data, which got backed up in douplicate), and did a fresh install from a tarball,

Re: Re: Youch!

2001-02-23 Thread Atle Veka
It might have installed it in a separate place. I believe the default might be /usr/local/libexec/mysqld. Do a 'find /usr/ -name "mysqld"' to attempt to find your binary. I always like to install stuff by source, cuz then I can always specify where things go :) RPM usually should work fine,

Re: Re: Youch!

2001-02-23 Thread John Jensen
Thank you. I got /usr/local/mysql/bin/mysqld as the only return from that find command. I'll try again from a tarball. On 23 Feb 2001, at 14:58, Atle Veka wrote: It might have installed it in a separate place. I believe the default might be /usr/local/libexec/mysqld. Do a 'find /usr/