mysql re-install on linux

2002-09-05 Thread Muzi Nkosi
Hi I was running my mysql 3.23. on redhat 6.2 I uninstall it using the rpm -e command the went into var/lib/mysql deleted the dbase. 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

Re: [MySQL] re-install on linux

2002-09-05 Thread Ashley M. Kirchner
Muzi Nkosi wrote: > > when I run: rpm -qa | grep MySql Wrong, the RPM is called MySQL, not MySql. Case matters. An easier solution would be to tell grep to ignore case: [root@serpico ~]# rpm -qa | grep -i mysql MySQL-client-3.23.52-1 MySQL-shared-3.23.52-1 MySQL-3.23.52-1

Re: re-install on linux

2002-09-05 Thread walt
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 > >

Re: re-install on linux

2002-09-05 Thread Egor Egorov
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,

re-install on linux

2002-09-05 Thread Muzi Nkosi
> Hi > 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 o