User Tools

Site Tools


linux:mysql-workbench

This is an old revision of the document!


MySQL Workbench

Add official repository

echo "deb http://repo.mysql.com/apt/ubuntu/ focal mysql-tools" | sudo tee /etc/apt/sources.list.d/mysql.list

Note the key error:

sudo apt update

Insert key in this command:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys <key value>

Update and install MySQL

sudo apt update
sudo apt install mysql-workbench-community
linux/mysql-workbench.1647537396.txt.gz · Last modified: 2023/05/29 11:53 (external edit)