时间:2021-07-01 10:21:17 帮助过:44人阅读
mysql-apt-config_0.2.1-1ubuntu14.04_all.deb
.sudo dpkg -i mysql-apt-config_0.2.1-1ubuntu14.04_all.deb
[sudo] password for dstokes:
Selecting previously unselected package mysql-apt-config.
(snip)
You will get a choice to install MySQL 5.6 or the latest 5.7 DMR.
sudo apt-get update
Pulls the latest information from the repository for the various packages.
sudo apt-get install mysql-server
Installs the server and will start it running. And then a quicksudo apt-get install mysql-workbench
to get me where i needed to be.
There is a detailed information atA Quick Guide to Using the MySQL APT Repository