InfoQuest Knowledgebase InfoQuest Knowledgebase

  • Home
  • Knowledgebase
    • Billing
    • Control Panel
    • Data Center
    • Databases
    • Domains
    • Email
    • FTP
    • Hosted Exchange
    • SSL Certificates
    • Virtual Private Servers
    • Webmail
    • Website Hosting
  • FAQ
  • Contact
  • Visit InfoQuest.com
Home / Databases, Virtual Private Servers / Upgrade MySQL to 5.6 on Plesk VPS (POA)

Upgrade MySQL to 5.6 on Plesk VPS (POA)

Login to your VPS via terminal.

Commands in order
—————–
wget http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm && sudo rpm -ivh mysql-community-release-el6-5.noarch.rpm
 
yum -y upgrade mysql-server
 
service mysqld restart
 
mysql_upgrade -uadmin -p`cat /etc/psa/.psa.shadow`
 
vi /etc/odbcinst.ini
#change the following: /usr/lib64/libmyodbc5.so to /usr/lib64/libmyodbc5a.so
 
ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock
 
service mysqld restart
 
(to check if the sock exists)
ls -ld /tmp/mysql.sock  
 
# if not, you’ll get: ls: cannot access /tmp/mysql.sock: No such file or directory
Do the command again:

ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock

DatabasesVirtual Private Servers

Related Articles

  • How do I find a file on a CentOS or Linux VPS (POA)
  • I can no longer RDP to my Windows VPS after making changes to the firewall (POA)
  • I can no longer access my CentOS VPS by SSH after making changes to the firewall (POA)
  • Resetting Plesk SQL Services on Windows VPS (POA)

Knowledgebase Categories

  • 7Billing
  • 50Control Panel
  • 4Data Center
  • 4Databases
  • 12Domains
  • 58Email
  • 4FTP
  • 38Hosted Exchange
  • 7SSL Certificates
  • 25Virtual Private Servers
  • 5Webmail
  • 47Website Hosting

Most Helpful Articles

  • How to change WordPress siteURL to IP address using phpmyadmin (POA)
  • Remove index.php from WordPress URL (POA)
  • How To Setup An Archive Folder in Outlook for MAC (POA)
  • How to Redirect a Registered Domain (POA)
  • Share Exchange Outlook calendar on iOS devices (POA)
  • Changing the WordPress URL Path to web root “/” or another path (POA)
  • Where do I go to leave positive feedback for support?
Copyright © 2020 - InfoQuest Technologies, Inc.