1. First need to check existing mysql => rpm -q mysql
2. Secondly remove the existing mysql => rpm -e mysql
3. Install MySql Server => rpm -ivh MySQL-Server.rpm
4. Install MySql Client => rpm -ivh MySQL-Client.rpm
5. Check the server service => ps | grep mysql
6. Shutdown Mysql => Killall mysqld
7. cd /usr/share/mysql/
8. ./mysql.server start
9. mysql
No comments:
Post a Comment