Quote Originally Posted by bhanuprasad1981 View Post
i am using webmin with mysql 5.1.x can some one tell me the step by step process to upgrade to mariadb 5.2.x ?
Remove MySQL rpms from the system.
Code: 
rpm -e --nodeps mysql mysql-server
Then install MariaDB.