Disable MySQL Update in cPanel
Some users may find they would like to disable the MySQL update in their cPanel when there is any new release though the daily system update. In fact, cPanel is slow in releasing new version even after some months of stable version.
If you wish to do that, create a blank file mysqlupdisable in /etc and that will do the trick.
touch /etc/mysqlupdisable
If you find the file is went missing after some date, you may modify the attribute of the file:
chattr +i /etc/mysqlupdisable
Post comment
Categories
Recent Posts
- yum update – TypeError: unsubscriptable object
- Magento with Windows IIS
- Helm3 : File Manager Not Showing any Files
- Helm4 Error on Remove Domain
- SQL 2008 Maintenance Plan Execution Error
Recent Comments
- tbx on Cannot create Windows Service for MySQL.Error:0
- bhumi on Cannot create Windows Service for MySQL.Error:0
- Sue on Cannot create Windows Service for MySQL.Error:0
- Shubham on Cannot create Windows Service for MySQL.Error:0
- Tommy on Cannot create Windows Service for MySQL.Error:0

