Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Upgrading MySQL in cPanel

Status
Not open for further replies.

waydown

Programmer
Apr 27, 2009
49
0
0
GB
Hello, I want to install a new application on my unix x86_64 (virtual) server. The server has MySQL Version 5.5.49 but the application requires MySQL 5.6 or upwards. I want to update MySQL on my server without having to go through the host. (There are no buttons on cPanel for upgrading MySql easily as there is for PHP.) Neither the directory /var/cpanel/cpanel.config nor the file cpanel.config exist on my server. (Also there is no directory \usr.) Any suggestions as to what I can do? All help will be greatly appreciated.
 
cPanel is for site/account management not server management

If you have WHM on your VM
WHM -> Software -> MySQL Upgrade

If you have root shell access

For Ubuntu based
Code:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install mysql-server-5.6

for centOS/RedHat/fedora replace apt-get with yum


Chris.

Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Webmaster Forum
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top