I have an older server that I forgot to upgrade to MySQL 5.5 (which I finally did tonight).
MySQL upgraded fine, EasyApache recompiled fine.
mysql -V show 5.5.32
rpm -qa|grep MySQL shows
MySQL55-server-5.5.32-1.cp1136
MySQL55-devel-5.5.32-1.cp1136
MySQL55-client-5.5.32-1.cp1136
MySQL55-shared-5.5.32-1.cp1136
MySQL55-test-5.5.32-1.cp1136
cpanel-perl-514-MySQL-Diff-0.43-1.cp1136
However, the issue is phpMyAdmin. It still says it is running Server version: 5.1.70-cll - MySQL Community Server (GPL).
From my research, this is because the internal php that cPanel uses need to be recompiled. Which you would do by running the script makecpphp.
cPanel, recently changed to an rpm system for its services and no longer has the script makecpphp. So how would I recompile the internal php now for cPanel?
MySQL upgraded fine, EasyApache recompiled fine.
mysql -V show 5.5.32
rpm -qa|grep MySQL shows
MySQL55-server-5.5.32-1.cp1136
MySQL55-devel-5.5.32-1.cp1136
MySQL55-client-5.5.32-1.cp1136
MySQL55-shared-5.5.32-1.cp1136
MySQL55-test-5.5.32-1.cp1136
cpanel-perl-514-MySQL-Diff-0.43-1.cp1136
However, the issue is phpMyAdmin. It still says it is running Server version: 5.1.70-cll - MySQL Community Server (GPL).
From my research, this is because the internal php that cPanel uses need to be recompiled. Which you would do by running the script makecpphp.
cPanel, recently changed to an rpm system for its services and no longer has the script makecpphp. So how would I recompile the internal php now for cPanel?