Hi, after install Sentora I want upgrade the mysql version 5.1 to 5.5 and PhpMyAdmin from 4.0.10.1 to at least 4.1.7
How to upgrade phpmyadmin?
I already updated the mysql with the following codes:
I updated succesfully?
How to upgrade phpmyadmin?
I already updated the mysql with the following codes:
Quote:yum remove mysql mysql-*
rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i...noarch.rpm
rpm -Uvh http://rpms.famillecollet.com/enterprise...ease-6.rpm
yum --enablerepo=remi,remi-test install mysql mysql-server
yum list installed | grep -i mysql
/etc/init.d/mysqld restart
service mysqld start
chkconfig --levels 235 mysqld on
mysql_upgrade -u root -p
I updated succesfully?