victomeyezr

Well-Known Member
Sep 25, 2008
54
0
56
I am wondering, would it be safe to uninstall MySQL on a DNSONLY server, and reinstall a new version of it?

Can the brute force be disabled to perform this?

How would it be re-enabled afterwords?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello :)

Rather than reinstalling MySQL, you can simply update it by changing the "mysql-version=" line in the following file:

Code:
/var/cpanel/cpanel.config
For example, if it's currently at 5.0, you can change it to 5.1. Then, run the following command:
Code:
# /scripts/mysqlup --force
Thank you.
 

victomeyezr

Well-Known Member
Sep 25, 2008
54
0
56
Good idea, but its installed as a devel version, and I can't use that version for the script I am trying to use.. It also will not update to 5.1.39, says it doesn't exist
 

victomeyezr

Well-Known Member
Sep 25, 2008
54
0
56
IS the brute force the ONLY thing actually using the MySQL?

Please provide if there is a workaround for this.
I learned that the script I am running has to have MySQL uninstalled, and installed by the script for what I am trying to run. I can of course give WHM-DNSONLY access back to MySQL afterwords, but it has to uninstall first.
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
cPHulk is the only component using MySQL on DNS only machines. If you do not require cPHulk Brute Force Protection, you could disable cPHulk and then utilize whatever MySQL version you prefer.