Fresh install gives phpMyAdmin error
#3
RE: Fresh install gives phpMyAdmin error
(The other option is to downgrade phpMyAdmin)

Perform the following to downgrade:

Change directories to phpMyAdmin directory
Code:
cd /etc/zpanel/panel/etc/apps

Move current to old directory
Code:
mv phpmyadmin phpmyadmin_old

Download phpMyAdmin from the following location (could be newer versions, check on main site):
Code:
wget http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.10.1/phpMyAdmin-4.0.10.1-all-languages.tar.gz/download

Extract the package
Code:
tar -zxvf phpMyAdmin-*.tar.gz

Clean up
Code:
rm phpMyAdmin-*.tar.gz

Move extracted phpMyAdmin folder to its correct directory
Code:
mv phpMyAdmin-*/ /etc/zpanel/panel/etc/apps/phpmyadmin

Change permissions on directory and all subfolders and files
Code:
chmod 777 -R phpmyadmin/

Change ownership on directory and all subfolders and files
Code:
chown root:root -R phpmyadmin/

Copy phpMyAdmin config from old to new
Code:
cp phpmyadmin_old/config.inc.php phpmyadmin/config.inc.php

Clean up
Code:
rm -Rf phpmyadmin_old

Source: http://forums.zpanelcp.com/Thread-HOW-TO...PHPMyadmin

This worked for me

-DiscoWay
Reply


Messages In This Thread
Fresh install gives phpMyAdmin error - by Ron-e - 08-10-2014, 07:26 PM
RE: Fresh install gives phpMyAdmin error - by DiscoWay - 08-12-2014, 12:00 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Repo update error hostingms 3 8 ,717 02-14-2024, 09:20 AM
Last Post: TGates
apt-get install mod_ssl ERROR CMs222 9 32 ,145 11-11-2022, 09:14 PM
Last Post: zustudios
Sentora debug and error files johnnyp 0 2 ,313 10-27-2022, 06:16 PM
Last Post: johnnyp

Forum Jump:


Users browsing this thread: 1 Guest(s)