Search found 2 matches
- Tue Jun 16, 2015 12:21 am
- Forum: Debian/Ubuntu
- Topic: Configure VestaCP on Ubuntu 14.04 to use MySQL 5.6
- Replies: 2
- Views: 6563
Re: Configure VestaCP on Ubuntu 14.04 to use MySQL 5.6
As it turns out, it was as simple as installing MySQL 5.6 manually after a fresh Ubuntu + VesaCP installation. Installed VestaCP as normal after doing apt-get update and upgrade. Rebooted and ran: apt-get install mysql-server-5.6 mysql-client-5.6 mysql-client-core-5.6 Rebooted again and happy days, ...
- Mon Jun 15, 2015 1:42 am
- Forum: Debian/Ubuntu
- Topic: Configure VestaCP on Ubuntu 14.04 to use MySQL 5.6
- Replies: 2
- Views: 6563
Configure VestaCP on Ubuntu 14.04 to use MySQL 5.6
On this forum somewhere I found that VestaCP install script uses the default MySQL version for the OS that it is being installed on. The OS I'm using in a VM is Ubuntu 14.04 Server, which means the default MySQL version is 5.5, however due to somebody else's configuration of one of our databases, I ...