Release Automation

Nolio KB: How do I install MySQL5.5 and VIM For Red Hat Linux (RHEL)?

  • 1.  Nolio KB: How do I install MySQL5.5 and VIM For Red Hat Linux (RHEL)?

    Posted Dec 18, 2013 03:53 PM
    Installing Additional RHEL Packages for MySQL 5.5 and VIM 
     
    In order to use MySQL 5.5 and VIM on Red-hat systems with Nolio you must install the following.
     
    The server doing these installations needs access to the internet in order to do the installation.
     
    1. Adding The DAG Repository at the command line run
     
     
    2. Add REPO with the MySQL 5.5 and Installation.
    • yum install libmysqlclient15 --enablerepo=webtatic 
    • yum remove mysql mysql-* 
    • yum install mysql55 mysql55-server --enablerepo=webtatic 
    • service mysqld start 
    • mysql_upgrade
    • chkconfig --level 345 mysqld on
    3. Setup VIM
    • yum install vim-enhanced.x86_64
    • yum install vim-enhanced.x86_64