• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How To Install Mysql-Workbench On Linux Mint 20.2

  • 00:35 lsb_release -a
  • 00:45 apt-get update
  • 01:12 dpkg-reconfigure mysql-apt-config
  • 01:51 apt-get install mysql-workbench-community
6937

To Install Mysql-Workbench on Linux Mint 20.2

Introduction:

MySQL Workbench is a Visual database designing and modeling access tool for MySQL server relational database. It facilitates creation of new physical data models and modification of existing MySQL databases with reverse/forward engineering and change management functions.

Step 1 : Check the OS version by using the below command

root@linuxhelp:~# lsb_release -a
No LSB modules are available.
Distributor ID:	Linuxmint
Description:	Linux Mint 20.2
Release:	20.2
Codename:	uma

Step 2 : Update the System repositories by using the below command

root@linuxhelp:~# apt-get update
Hit:1 http://repo.mysql.com/apt/ubuntu focal InRelease
Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease                                                                             
Hit:3 http://archive.canonical.com/ubuntu focal InRelease                                                                          
Get:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]                   
Get:5 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]     
Ign:6 http://packages.linuxmint.com uma InRelease                                                           
Get:7 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]  
Hit:8 http://packages.linuxmint.com uma Release          
Fetched 336 kB in 2s (174 kB/s)
Reading package lists... Done

Step 3 : reconfigure the mysql using dpkg command by using the below command

root@linuxhelp:~# dpkg-reconfigure mysql-apt-config
Warning: apt-key should not be used in scripts (called from postinst maintainerscript of the package mysql-apt-config)
OK

Step 4 : Install the mysql-workbench package by using the below command

root@linuxhelp:~# apt-get install mysql-workbench-community
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libopengl0 libpcrecpp0v5 libproj15 proj-data
Suggested packages:
  proj-bin libproj-dev
The following NEW packages will be installed:
  libopengl0 libpcrecpp0v5 libproj15 mysql-workbench-community proj-data
0 upgraded, 5 newly installed, 0 to remove and 28 not upgraded.
Need to get 38.0 MB of archives.
After this operation, 197 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://repo.mysql.com/apt/ubuntu focal/mysql-tools amd64 mysql-workbench-community amd64 8.0.27-1ubuntu20.04 [29.4 MB]
Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcrecpp0v5 amd64 2:8.39-12build1 [15.5 kB]
Get:3 http://archive.ubuntu.com/ubuntu focal/universe amd64 proj-data all 6.3.1-1 [7,647 kB]
Get:4 http://archive.ubuntu.com/ubuntu focal/universe amd64 libproj15 amd64 6.3.1-1 [925 kB]
Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libopengl0 amd64 1.3.2-1~ubuntu0.20.04.1 [29.3 kB]
Fetched 38.0 MB in 4s (9,527 kB/s)                                                      

Selecting previously unselected package libpcrecpp0v5:amd64.
(Reading database ... 281386 files and directories currently installed.)
Preparing to unpack .../libpcrecpp0v5_2%3a8.39-12build1_amd64.deb ...
Unpacking libpcrecpp0v5:amd64 (2:8.39-12build1) ...
Selecting previously unselected package proj-data.
Preparing to unpack .../proj-data_6.3.1-1_all.deb ...
Unpacking proj-data (6.3.1-1) ...
Selecting previously unselected package libproj15:amd64.
Preparing to unpack .../libproj15_6.3.1-1_amd64.deb ...
Unpacking libproj15:amd64 (6.3.1-1) ...
Selecting previously unselected package libopengl0:amd64.
Preparing to unpack .../libopengl0_1.3.2-1~ubuntu0.20.04.1_amd64.deb ...
Unpacking libopengl0:amd64 (1.3.2-1~ubuntu0.20.04.1) ...
Selecting previously unselected package mysql-workbench-community.
Preparing to unpack .../mysql-workbench-community_8.0.27-1ubuntu20.04_amd64.deb ...
Unpacking mysql-workbench-community (8.0.27-1ubuntu20.04) ...
Setting up libpcrecpp0v5:amd64 (2:8.39-12build1) ...
Setting up proj-data (6.3.1-1) ...
Setting up libopengl0:amd64 (1.3.2-1~ubuntu0.20.04.1) ...
Setting up libproj15:amd64 (6.3.1-1) ...
Setting up mysql-workbench-community (8.0.27-1ubuntu20.04) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
Processing triggers for shared-mime-info (1.15-1) ...
Processing triggers for desktop-file-utils (0.24+linuxmint1) ...

Step 5: To Open the menubar and search mysql workbench as shown in the below image Snap 1

Step 6: This is the welcome page of mysql workbench Snap 2

Step 7: This image shows the connection setup option. snap 3 Step 8: This is the image shows the manage server Connections snap 4

With this, the installation process of MySQL-workbench on Linux mint 20.2 comes to an end !!

Tags:
matthew
Author: 

Comments ( 1 )

emilyjohnson63
What I appreciate most about slope">https://slope-online.org/">slope is how it teaches you patience and precision. You can’t just rush blindly—you have to focus, anticipate, and adapt. It’s an amazing challenge every time.
Add a comment

Frequently asked questions ( 5 )

Q

What is the command line for updating the system repositories?

A

To update the system repositories by using the command apt-get update

Q

What is the dpkg command for configuring the MySQL server?

A

The dpkg command for configuring the MySQL server is dpkg-reconfigurre mysql-apt-config

Q

How will you install mysql-workbench package?

A

To install mysql-workbench package use apt-get install mysql-workbench-community

Q

In which area can you search for mysql-workbench?

A

We search mysql-workbench in the Menu area.

Q

How will you open mysql-workbench in the command line?

A

To open mysql-workbench in the command line by using the mysql-workbench command.

Related Tutorials in How To Install Mysql-Workbench On Linux Mint 20.2

Related Tutorials in How To Install Mysql-Workbench On Linux Mint 20.2

How to install WinRAR 5.11 on Linuxmint 18.03
How to install WinRAR 5.11 on Linuxmint 18.03
May 22, 2018
How to Setup VNC Server on Linux Mint 20
How to Setup VNC Server on Linux Mint 20
Dec 22, 2020
How to install MySQL Workbench on CentOS 7.
How to install MySQL Workbench on CentOS 7.
Mar 20, 2017
How to install and configure samba setup in Linux mint - 18.3
How to install and configure samba setup in Linux mint - 18.3
Mar 26, 2018
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Sep 19, 2018
How to Install and Configure Samba on Linux Mint 20
How to Install and Configure Samba on Linux Mint 20
Nov 9, 2020
How To Install MySQL Workbench on Linux mint 18.03
How To Install MySQL Workbench on Linux mint 18.03
Oct 27, 2018
How to remove MySQL package completely on Ubuntu 16.04
How to remove MySQL package completely on Ubuntu 16.04
Apr 17, 2017

Related Forums in How To Install Mysql-Workbench On Linux Mint 20.2

Related Forums in How To Install Mysql-Workbench On Linux Mint 20.2

MySQL
rolando class=
Mysqldump: Couldn't execute 'SHOW VARIABLES LIKE 'gtid\_mode'': Table 'performance_schema.session_variables' doesn't exist (1146)
May 9, 2019
MySQL
isaiah class=
ERROR! MySQL is not running, but lock file (/var/lock/subsys/mysql) exists
Feb 8, 2017
MySQL
liam class=
How to check mysql history in Linux
Aug 28, 2017
Linux
isaac class=
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-8.0/mysql-client-core-8.0_8.0.21-0ubuntu0.20.04.4_amd64.deb 404 Not Found
Dec 4, 2020
CentOS Web Panel
anettejoseph class=
Centos Web Panel : How to find mysql root password
Jan 30, 2018
Database
john class=
Warning: mysqli::__construct(): (HY000/2002): No route to host
May 23, 2017
Linux Mint
AlxH class=
Complete beginner, install bluegriffon
Jul 1, 2020
Linux
AadrikaAnshu class=
How to add timestamps to history On Any Linux Machine
Jun 18, 2019

Related News in How To Install Mysql-Workbench On Linux Mint 20.2

Related News in How To Install Mysql-Workbench On Linux Mint 20.2

A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
Apr 9, 2019
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
May 2, 2017
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Mar 14, 2017
The Best Linux Operating System is in the house: Mint 18.2
The Best Linux Operating System is in the house: Mint 18.2
Aug 12, 2017
Linux Mint 18.1 released with smooth features and offers long-term support
Linux Mint 18.1 released with smooth features and offers long-term support
Apr 11, 2017
SQL sequel - worm rear its head after a decade
SQL sequel - worm rear its head after a decade
Feb 8, 2017
Linux Mint 18.2 Sonya Beta version now available for download
Linux Mint 18.2 Sonya Beta version now available for download
Jun 7, 2017
Nine Popular WordPress plugins affected with critical SQL injection vulnerabilities
Nine Popular WordPress plugins affected with critical SQL injection vulnerabilities
Sep 7, 2019
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Owen ?
How to add SSH key to my Gitlab account

I need to add the SSH key in my gitlab account. How to do so ????

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.