Re: The old interfering with the young

2001-07-27 Thread Steve Brazill
usr/local/mysql/bin for FILE in * do find /usr -name $FILE -print done Ignore the listing of files that are in YOUR installation area... - Original Message - From: "Anatole" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursd

Re: The old interfering with the young

2001-07-27 Thread mike cullerton
on 7/26/01 11:21 AM, Anatole at [EMAIL PROTECTED] wrote: > Additionally, I have to type the complete path to the new MySQL server, or > it will try to connect with the previously installed version. Anyone know > how I can get rid of the old files and fix my environment so that my new > MySQL dist

Re: The old interfering with the young

2001-07-27 Thread Grigory Bakunov
Date |Fri, 27 Jul 2001 02:21:17 +0900 >From |Anatole <[EMAIL PROTECTED]> Hello! A> Here's my problem: A> I had some pre-installed version of MySQL on a Linux machine that I didn't A> want to use or know how to dispose of properly and then installed a source A> distribution on the same machine.

Re: The old interfering with the young

2001-07-27 Thread Dan Nelson
In the last episode (Jul 27), Anatole said: > I had some pre-installed version of MySQL on a Linux machine that I > didn't want to use or know how to dispose of properly and then > installed a source distribution on the same machine. I've gotten the > source distribution installed all right and ev

The old interfering with the young

2001-07-26 Thread Anatole
Here's my problem: I had some pre-installed version of MySQL on a Linux machine that I didn't want to use or know how to dispose of properly and then installed a source distribution on the same machine. I've gotten the source distribution installed all right and everything seems to be working smo