Author Topic: phpMyAdmin.conf  (Read 13757 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
phpMyAdmin.conf
« on: March 28, 2015, 06:30:17 PM »
Hello,
today I have installed PHP55 and PHP56 with success on panel. I have one user runnings in php56 and another one runnings in php55, so far I tried to go over with phpMyAdmin using -remirepo- but working on that I lost  phpMyAdmin.conf. so please, can someone post here the phpMyAdmin.conf list. Thank You in advance and happy panel to all.
« Last Edit: March 30, 2015, 08:06:47 AM by 421darren »

Offline
*
Re: phpMyAdmin.conf
« Reply #1 on: March 30, 2015, 03:30:27 PM »
are you using instructions on the http://wiki.centos-webpanel.com/ ?
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: phpMyAdmin.conf
« Reply #2 on: March 30, 2015, 08:44:04 PM »
Yes
but I can't find what I 'm searching for.
In short: could You list what we have to do when we have to re-install phpMyAdmin from scratch ?
At better - after update - I can get a blank screen when calling phpMyAdmin from root-cwp-panel menu.
just for info: I'm running php 5.4 5.5 & 5.6 for the same domain & user, in different directories, in a really nice way.
Just phpMyAdmin doesn't work. So please, think that You have CWP running cool, but You have to install (or re-install) phpMyAdmin in the latest version, what You will do it step by step ?
Regards   
« Last Edit: March 31, 2015, 08:07:21 AM by 421darren »

Offline
*
Re: phpMyAdmin.conf
« Reply #3 on: March 31, 2015, 05:01:59 PM »
you need to install phpmyadmin by using official instructions on developers website.
All this must be under user nobody in default apache folder.

However, you will need to troubleshoot this by using your logs.
It would be the best to check on this with your hosting support or a sysadmin.
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: phpMyAdmin.conf
« Reply #4 on: April 01, 2015, 08:37:24 AM »
Thanks Admin.
Original error: I was using 'yum install phpMyAdmin', Correct way is to remove any previous phpMyAdmin from server, download by 'wget' the latest version from phpMyAdmin site, make a copy of config.inc.php file (from previous version), uncompress in /usr/local/apache/htdocs (and rename directory if it's the case in phpMyAdmin) from shell "chown -R nobody:nobody phpMyAdmin"
copy inside phpMyAdmin directory the config.inc.php file (saved from previous version). Restart httpd service. Now You should reach phpMyAdmin from browser. If You face some warnings just check the script ./examples/create_tables.sql (inside phpMyAdmin directory.