Stephen Hargrove wrote:
>
> I recently installed MySQL using the make/make install commands.
> Apparently, I really screwed something up during the installation, though.
> Is there some way to uninstall a program after issuing the "make install"
> command?
> --
> Steve
Most programs have an option in the make file for uninstall. If you
have the old source try a "make uninstall" and see if that works or not.
If you mean you did or didn't compile something into the program and it
needs to be cleaning re-compiled, try a "make clean" make make/make
install