Egor Egorov wrote: > Muzi, > Thursday, September 05, 2002, 1:15:18 PM, you wrote: > > >> I was running my mysql 3.23. on redhat 6.2 > >> I uninstall it using the rpm -e command > >> then I went into var/lib/mysql deleted the dbase and all mysql directoring. > >> > >> I then re-install mysql > >> > >> mysql version,client,devel,shared > >> > >> when I run: rpm -qa | grep MySql > >> > >> result : I only see client,devel and shared ...I cannot see version > >> thus I cannot run mysql > > How did you installed MySQL server? What exact 3.23 version do you > use? Was there any error during installation? > > -- > For technical support contracts, goto https://order.mysql.com/?ref=ensita > 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
try rpm -qa | grep -i mysql you may have to rebuild the rpm database as well hope this helps! walt --------------------------------------------------------------------- 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