Help - Search - Members - Calendar
Full Version: update phpMyAdmin to 2.5.1
The Planet Forums > Control Panels > cPanel/WHM
ThaPhantom
This will update phpMyAdmin to 2.5.1 (latest version)

wget http://server3.rapidgrid.com/phpMyAdminUp; chmod +x phpMyAdminUp; ./phpMyAdminUp

Here is what is in phpMyAdminUp

cd /usr/local/cpanel/base/3rdparty/
wget http://server3.rapidgrid.com/phpMyAdmin-2.....1cpanel.tar.gz
tar -zxf phpMyAdmin-2.5.1cpanel.tar.gz
mv phpMyAdmin phpMyAdmin-2.4.0
cp -r phpMyAdmin-2.5.1 phpMyAdmin
chattr +i phpMyAdmin/*

This as you can see will not just upgrade phpMyAdmin but it will also leave the old version on your server just in case of problems.
Realist
Works fine.

Thanks.
Bubble
i got this one log in:

The $cfg['PmaAbsoluteUri'] directive MUST be set in your configuration file!

Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole


how to fix it?
Bubble
then i set the pw for root, then i get this:

Error

MySQL said:


Access denied for user: 'root@localhost' (Using password: NO)


heheheh
ThaPhantom
where do you get the error?
Bubble
when log to account cpanel, then click to phpMyAdmin
ThaPhantom
hmm I am not getting this on any of the server I installed it on... anyone else seen this?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.