Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Database Server
  • Search

Updated mysql 5.1 to 5.5 phpmyadmin is not working now

Questions regarding the Database Server
MySQL, PostgreSQL, MariaDB, Percona Server, phpMyAdmin, phpPgAdmin
Post Reply
  • Print view
Advanced search
3 posts • Page 1 of 1
heihachi88
Posts: 258
Joined: Fri Jan 10, 2014 7:34 pm

Updated mysql 5.1 to 5.5 phpmyadmin is not working now
  • Quote

Post by heihachi88 » Wed Jan 15, 2014 4:34 am

CentOS 6, i have installed vesta with -d, then removed and installed new mysql server:

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
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!
Top

skid
VestaCP Team
Posts: 1476
Joined: Wed Apr 06, 2011 11:12 pm

Re: Updated mysql 5.1 to 5.5 phpmyadmin is not working now
  • Quote

Post by skid » Tue Feb 11, 2014 1:55 pm

Most probably PMA was removed as dependency for php-mysql package. You can manually reinstall it

1. Install PMA package

Code: Select all

yum --enablerepo=remi,remi-test install phpMyAdmin
2. Download PMA configuration

Code: Select all

wget http://c.vestacp.com/0.9.8/rhel/httpd-pma.conf -O /etc/httpd/conf.d/phpMyAdmin.conf
wget http://c.vestacp.com/0.9.8/rhel/pma.conf -O /etc/phpMyAdmin/config.inc.php

3. Restart apache web server

Code: Select all

service httpd restart
Top

demian
Posts: 543
Joined: Thu May 16, 2013 5:19 am

Re: Updated mysql 5.1 to 5.5 phpmyadmin is not working now
  • Quote

Post by demian » Tue Feb 11, 2014 2:08 pm

from normal work old php need install compat-mysql51 library

Code: Select all

yum install compat-mysql51 --enablerepo=remi 
php mysql module compile from mysql 5.1
Top


Post Reply
  • Print view

3 posts • Page 1 of 1

Return to “Database Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

cron

Login  •  Register

I forgot my password