Ubuntu 16.04にMySql 5.6をインストールします
Ubuntu 16.04にはMySQL 5.7が付属しているようですが、5.6をインストールする必要があります。 明示的sudo apt-get install mysql-server-5.6にインストールしようとすると、次のエラーが表示されます。 Package mysql-server-5.6 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: mysql-community-server:i386 mysql-common:i386 mysql-community-server mysql-common percona-xtradb-cluster-server-5.6:i386 percona-server-server-5.6:i386 mysql-testsuite-5.7:i386 …