Hi Jianping,

Jianping Zhu wrote:
> 
> I have a redhat 7.1 server, I want to get rid of the installed mysql
> server. How can check which version is installed and how to get rid of it?

you can check the installed version by typing:

rpm -qa | grep mysql

to erase pakets just type:

rpm -e <paket 1> <pakte 2> <paket n>

i.e.:
rpm -e mysql-server mysql mysqlclient php-mysql mysql-devel

regards
Thorsten

BTW: donīt crosspost to so many lists ;-)



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to