Note: First take the existing mysql 5.1 db backup using the command
mysqldump $dbname > $outputfilename.sqlsbr
Steps to Upgrade 5.6:
yum remove libaio -y
wget http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm
rpm -ivh mysql-community-release-el6-5.noarch.rpm
yum install mysql-server -y
/etc/init.d/mysqld start
Subscribe to:
Post Comments (Atom)
Boost Your Download Speed with lftp Segmentation
Looking for a faster way to download files via sftp to a Linux machine? Try using "lftp" instead. This tool offers segmented downl...
Other relevant topics
-
Over the period of time, Ambari performance gets slower especially when the cluster is big (100+ nodes). To improve it we can purge the o...
-
DistCp (distributed copy) is a tool generally used for large inter/intra-cluster copying in hadoop. But it can also be used to copy the f...
-
+++++++++++++++++++++++++++++++++++++++++++ How to move a region from 1 RS to another Region server:- ++++++++++++++++++++++++++++++++++++...
No comments:
Post a Comment