{"id":1602,"date":"2021-12-16T12:28:34","date_gmt":"2021-12-16T09:28:34","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/04\/19\/how-to-install-mysql-workbench-on-ubuntu\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/04\/19\/how-to-install-mysql-workbench-on-ubuntu\/"},"modified":"2021-12-16T12:28:34","modified_gmt":"2021-12-16T09:28:34","slug":"how-to-install-mysql-workbench-on-ubuntu","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1602-how-to-install-mysql-workbench-on-ubuntu\/","title":{"rendered":"How to install MySQL Workbench on Ubuntu"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>MySQL Workbench is a cross-platform visual tool that allows users to manage SQL databases and SQL development. In this guide, we\u2019ll show you how to get the MySQL Workbench tool up and running on Ubuntu Linux.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-400159 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-mysql-workbench-on-ubuntu.png\" alt=\"MySQL Workbench on Ubuntu\" width=\"1200\" height=\"919\"\/><\/p>\n<h2>Downloading MySQL Workbench on Ubuntu\u00a0<\/h2>\n<p>MySQL Workbench is available for all recent versions of Ubuntu. Primarily, the software is targeted at LTS releases. However, it is possible to get it working on any release of Ubuntu, as the packages are updated regularly.<\/p>\n<p>To download the latest MySQL Workbench software on Ubuntu, you\u2019ll need to visit their website. Unfortunately, it isn\u2019t possible to download directly from the command line due to the MySQL website.\u00a0<\/p>\n<p>To download the latest MySQL Workbench to your Ubuntu PC, follow the instructions down below that correspond to the release of Ubuntu you are currently using.<\/p>\n<p>Note: MySQL Workbench and working on Ubuntu should also work on any Linux OS based upon Ubuntu. Users should also be able to get the app working on Debian and OSes based upon Debian.\u00a0<\/p>\n<h3>Ubuntu 20.10<\/h3>\n<p>To download MySQL Workbench on Ubuntu 20.10, head over to the workbench website. Once on the website, find the \u201cSelect Operating System\u201d drop-down menu. Set this menu to \u201cUbuntu Linux.\u201d<\/p>\n<p>After setting the menu to Ubuntu Linux, locate \u201cUbuntu Linux 20.10 (x86, 64-bit), DEB Package\u201d and click on the download button next to it to grab the latest release of the package.<\/p>\n<h3>Ubuntu 20.04<\/h3>\n<p>If you\u2019d like to get MySQL Workbench on Ubuntu 20.04, start by heading over to the workbench website. On the website, find the \u201cSelect Operating System\u201d drop-down menu and set it to \u201cUbuntu Linux.\u201d<\/p>\n<p>With the menu set to \u201cUbuntu Linux,\u201d download links will appear. Look for \u201cUbuntu Linux 20.04 (x86, 64-bit), DEB Package,\u201d and select the download button next to it to grab the package.<\/p>\n<h3>Ubuntu 18.04<\/h3>\n<p>If you\u2019re still on Ubuntu 18.04 and need to get the MySQL Workbench app installed, here\u2019s what to do. First, head over to the website and find the \u201cSelect Operating System\u201d drop-down menu. Set it to \u201cUbuntu Linux.\u201d<\/p>\n<p>Once the menu is set, download links will appear on the page. Locate the \u201cUbuntu Linux 18.04 (x86, 64-bit), DEB Package\u201d option, and click on the download link next to it to grab the latest package.<\/p>\n<h4>Verifying your download<\/h4>\n<p>It is a good idea to verify the package you\u2019ve downloaded from the MySQL website. Verifying the integrity of these files ensures you are installing software that is safe and not tampered with.<\/p>\n<p>To verify the MySQL Workbench DEB packages\u2019 integrity, head over to the official MySQL Workbench documentation. The docs outline precisely how you can verify the signatures on your package to determine if it is safe to use.<\/p>\n<h2>Installing MySQL Workbench on Ubuntu \u2013 terminal<\/h2>\n<p>To install the MySQL Workbench application on Ubuntu via the terminal, do the following. First, launch a terminal window. To launch a terminal window on the Ubuntu desktop, press\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard. Or, search for \u201cTerminal\u201d in the app menu.<\/p>\n<p>Once you\u2019ve opened the terminal window, use the\u00a0<strong>CD\u00a0<\/strong>command to move into the \u201cDownloads\u201d folder. This folder has the MySQL DEB package.<\/p>\n<pre>\ncd ~\/Downloads\n<\/pre>\n<p>From here, you can install the MySQL DEB package. To do that, use the following\u00a0<strong>apt install\u00a0<\/strong>command below.\u00a0<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-400168 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-mysql-workbench-on-ubuntu-1.png\" alt=\"\" width=\"1200\" height=\"893\"\/><\/p>\n<pre>\nsudo apt install .\/mysql-workbench-community_*_amd64.deb\n<\/pre>\n<p>Upon entering the command above, Ubuntu will detect the package in your \u201cDownloads\u201d folder and automatically detect any dependencies and libraries that must be installed alongside it.<\/p>\n<p>When Ubuntu is done collecting everything, you\u2019ll see a prompt that asks you if you\u2019d like to install the software. From here, press the\u00a0<strong>Y\u00a0<\/strong>button to confirm. After confirming, Ubuntu will install MySQL Workbench onto your system.<\/p>\n<p>After the installation is complete, close the terminal window.<\/p>\n<h2>Installing MySQL Workbench on Ubuntu \u2013 GUI<\/h2>\n<p>To install the MySQL Workbench DEB package in GUI mode, do the following. First, open up the Ubuntu file manager. Once it is open, find the \u201cDownloads\u201d folder and select it to access your downloads.<\/p>\n<p>Inside the \u201cDownloads\u201d folder, locate the MySQL DEB package and right-click on it with the mouse. In the right-click menu, select \u201cOpen With Software Install\u201d and click on it. By choosing this option, the Ubuntu Software app will launch.<\/p>\n<p>Inside Ubuntu Software, locate the \u201cInstall\u201d button and click on it with the mouse. You\u2019ll then be prompted to enter your password. Do so.\u00a0<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-400159 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-mysql-workbench-on-ubuntu.png\" alt=\"\" width=\"1200\" height=\"919\"\/><\/p>\n<p>Upon entering your password, the software will install on Ubuntu. The installation will not take long. When the process is complete, you\u2019re free to use the software as you see fit.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-400167 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-mysql-workbench-on-ubuntu-3.png\" alt=\"\" width=\"1200\" height=\"932\"\/><\/p>\n<p>Now that MySQL Workbench is installed on Ubuntu, the setup process is complete. Feel free to close the Ubuntu Software window as it is no longer needed.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles MySQL Workbench is a cross-platform visual tool that allows users to manage SQL databases and SQL development. In this guide, we\u2019ll show you how to get the MySQL Workbench tool up and running on Ubuntu Linux. Downloading MySQL Workbench on Ubuntu\u00a0 MySQL Workbench is available for all recent versions of Ubuntu. Primarily, the &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1603,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1602"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1602"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1602\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1603"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1602"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1602"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1602"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}