tabimoba.net

とあるエンジニアの雑記帳

Ubuntu 16.04へMySQL 5.6をインストールする方法

Ubuntu 14.04のリポジトリを追加することで、MySQL 5.6のインストールが可能です。

# sudo -s
# add-apt-repository 'deb http://archive.ubuntu.com/ubuntu trusty universe'
# apt-get update
# apt install mysql-server-5.6
# apt install mysql-client-5.6

参考

https://askubuntu.com/questions/762384/install-mysql-5-6-on-ubuntu-16-04