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
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
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.
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
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