To install MYSQL 5.6.15 on centos 32 bit OS follow the steps below.
If your not sure if your OS is 32 bit or 64 use the link to check you OS is 32 bit or 64 bit version.
- yum install wget
- yum install perl
- yum install libaio
For installation steps of mysql 5.6.15 on a 64 bit O.S Click here
- wget http://dev.mysql.com/get/Downloads/MySQL-5.6/MySQL-client-5.6.17-1.linux_glibc2.5.i386.rpm
- wget http://dev.mysql.com/get/Downloads/MySQL-5.6/MySQL-server-5.6.17-1.linux_glibc2.5.i386.rpm
- wget http://dev.mysql.com/get/Downloads/MySQL-5.6/MySQL-shared-5.6.17-1.linux_glibc2.5.i386.rpm
If you are facing any issue in downloading rpm packages from above URL you can download from here.
- rpm -ivh MySQL-shared-5.6.17-1.linux_glibc2.5.i386.rpm
- rpm -ivh MySQL-client-5.6.17-1.linux_glibc2.5.i386.rpm
- rpm -ivh MySQL-server-5.6.17-1.linux_glibc2.5.i386.rpm
- cat /root/.mysql_secret
- service mysql start
- chkconfig --levels 235 mysqld on
- mysql -u root -p
- SET PASSWORD FOR 'root'@'localhost' = PASSWORD('secret12password');
No comments:
Post a Comment
Do Write about the Blog and Welcome to the world where open source is every thing :-)