I need to install mysql 4 on cpanel/whm 11, but it only showing 5
I need to install mysql 4 on cpanel/whm 11, but it only showing 5
Edit /var/cpanel/cpanel.config
Look for "mysql-version=5.0" and change it to "mysql-version=4.1"
The as root run /scripts/mysqlup --force
Note you should also recompile apache after doing this.
Emerson