Updated mysql 5.1 to 5.5 phpmyadmin is not working now
Posted: Wed Jan 15, 2014 4:34 am
CentOS 6, i have installed vesta with -d, then removed and installed new mysql server:
restarted httpd and mysqld
Now it's 5.5 but when i am trying access ip:/phpmyadmin it throws me 404 error, i guess config files is messed up. Please help me to figure out!
Code: Select all
yum remove mysql mysql-*
Code: Select all
yum --enablerepo=remi,remi-test install mysql mysql-server
Code: Select all
/etc/init.d/mysqld start
Code: Select all
chkconfig --levels 235 mysqld on
Code: Select all
yum install php-mysql
Now it's 5.5 but when i am trying access ip:/phpmyadmin it throws me 404 error, i guess config files is messed up. Please help me to figure out!