This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

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
Thanks given by:


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 6 ,829 02-14-2024, 09:20 AM
Last Post: TGates
apt-get install mod_ssl ERROR CMs222 9 28 ,357 11-11-2022, 09:14 PM
Last Post: zustudios
Sentora debug and error files johnnyp 0 1 ,596 10-27-2022, 06:16 PM
Last Post: johnnyp

Forum Jump:


Users browsing this thread: 3 Guest(s)