Jayakumar, Monday, April 15, 2002, 7:24:14 AM, you wrote: JD> I am using Red Hat 7.1. When i use rpm query, it says that I have My SQL JD> 3.23 Server and Client installed. Where can i find the installation JD> directory.
It depens on your installation ... If you installed MySQL from www.mysql.com, by default installation dir is /usr or /usr/local If you installed MySQL from RedHat package, MySQL is distributed across file system. JD> I am planning to use 4.0.1. How useful it is to uninstall 3.23 and JD> install 4.0.1 for development purpose. If MySQL was installed from RPM, you should find all MySQL packages and then uninstall them. rpm -qa| grep -i mysql rpm --uninstall <package_name> if MySQL was installed from source or binary package, you can uninstall it manually. JD> Thanks JD> -Jayakumar -- For technical support contracts, goto https://order.mysql.com/ This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php