How to Install Mysql Workbench Community in Ubuntu
1. Overview In this blog, we will provide the list of commands that must be executed in Ubuntu in order to install MySQL Workbench Community...
https://www.czetsuyatech.com/2020/05/how-to-install-mysql-workbench-in-ubuntu.html
1. Overview
In this blog, we will provide the list of commands that must be executed in Ubuntu in order to install MySQL Workbench Community and not the server. This is useful if you want the MySQL server to run on docker.
2. The Commands
sudo dpkg-reconfigure mysql-apt-config sudo apt-get update sudo apt install mysql-workbench-communityWe need to reconfigure the Debian package manager especially in the latest version of Ubuntu like 20.04 as by default the mysql-workbench-community is not loaded.
Post a Comment