• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

Install MySQL workbench in Ubuntu

August 14, 2013 by Sharad Chhetri 1 Comment

MySQL Workbench is a integrated tool for MySQL.
The MySQL workbench gives a graphical interface to user through which user can easily manage many MySQL Administration task.The tool can be install in Windows,MacOSX and Linux. As well as its source code is also available.
The MySQL Workbench is easy to install in Windows,MacOSX and Linux operating system.

Here we will install the MySQL WorkBench in Ubuntu

Use the below given command to install MySQL workbench

sudo apt-get update

sudo apt-get install mysql-workbench

It will install its dependency itself.

Below is the reference of my system

root@tuxworld:/etc/mail# apt-get install mysql-workbench
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  sendmail-base sendmail-cf sensible-mda
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libctemplate2 mysql-utilities mysql-workbench-data python-mysql.connector
  python-pysqlite2 ttf-bitstream-vera
Suggested packages:
  python-pysqlite2-doc python-pysqlite2-dbg
The following NEW packages will be installed:
  libctemplate2 mysql-utilities mysql-workbench mysql-workbench-data
  python-mysql.connector python-pysqlite2 ttf-bitstream-vera
0 upgraded, 7 newly installed, 0 to remove and 483 not upgraded.
Need to get 19.6 MB of archives.
After this operation, 55.1 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://in.archive.ubuntu.com/ubuntu/ quantal/universe libctemplate2 i386 2.2-3 [255 kB]
Get:2 http://in.archive.ubuntu.com/ubuntu/ quantal/universe python-mysql.connector all 0.3.2-1 [36.6 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu/ quantal/universe mysql-utilities all 1.0.5-1 [234 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu/ quantal/universe mysql-workbench-data all 5.2.40+dfsg-1 [7,152 kB]
Get:5 http://in.archive.ubuntu.com/ubuntu/ quantal/universe python-pysqlite2 i386 2.6.3-3 [35.3 kB]
Get:6 http://in.archive.ubuntu.com/ubuntu/ quantal/universe mysql-workbench i386 5.2.40+dfsg-1 [11.6 MB]
Get:7 http://in.archive.ubuntu.com/ubuntu/ quantal/universe ttf-bitstream-vera all 1.10-8 [352 kB]
Fetched 19.6 MB in 2min 11s (149 kB/s)                                        
Selecting previously unselected package libctemplate2.
(Reading database ... 574834 files and directories currently installed.)
Unpacking libctemplate2 (from .../libctemplate2_2.2-3_i386.deb) ...
Selecting previously unselected package python-mysql.connector.
Unpacking python-mysql.connector (from .../python-mysql.connector_0.3.2-1_all.deb) ...
Selecting previously unselected package mysql-utilities.
Unpacking mysql-utilities (from .../mysql-utilities_1.0.5-1_all.deb) ...
Selecting previously unselected package mysql-workbench-data.
Unpacking mysql-workbench-data (from .../mysql-workbench-data_5.2.40+dfsg-1_all.deb) ...
Selecting previously unselected package python-pysqlite2.
Unpacking python-pysqlite2 (from .../python-pysqlite2_2.6.3-3_i386.deb) ...
Selecting previously unselected package mysql-workbench.
Unpacking mysql-workbench (from .../mysql-workbench_5.2.40+dfsg-1_i386.deb) ...
Selecting previously unselected package ttf-bitstream-vera.
Unpacking ttf-bitstream-vera (from .../ttf-bitstream-vera_1.10-8_all.deb) ...
Processing triggers for man-db ...
Processing triggers for menu ...
Processing triggers for shared-mime-info ...
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for mime-support ...
Processing triggers for fontconfig ...
Setting up libctemplate2 (2.2-3) ...
Setting up python-mysql.connector (0.3.2-1) ...
Setting up mysql-utilities (1.0.5-1) ...
Setting up mysql-workbench-data (5.2.40+dfsg-1) ...
Setting up python-pysqlite2 (2.6.3-3) ...
Setting up mysql-workbench (5.2.40+dfsg-1) ...
Setting up ttf-bitstream-vera (1.10-8) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for python-support ...
Processing triggers for menu ...
root@tuxworld:/etc/mail# 

After installation you can see,it is available in Dash home

mysql-workbench

Click on the MySQL WorkBench icon and you will get its dashboard.

mysql workbench
mysql workbench

Just explore the MySQL workbench, now you can easily manage multiple MySQL database server from single point in graphical mode.

Share this:

  • Twitter
  • Facebook
  • More
  • Print
  • Email
  • LinkedIn
  • Reddit
  • Tumblr
  • Pinterest
  • Pocket
  • Telegram
  • WhatsApp
  • Mastodon

Related posts:

  1. Find mysql commands history without mysql server login
  2. How to change mysql default data directory in Ubuntu
  3. How to configure multiple mysql instance in Ubuntu
  4. How to install mysql server in RedHat and CentOS
  5. How to install MySQL Server 5.6 on CentOS 7 / RHEL 7
  6. How to install mysql server 5.6 on Ubuntu 14.04 LTS ( Trusty Tahr )
  7. How to install MySQL Server 5.7 on Ubuntu 14.04 LTS
  8. How to check default storage engine in MySQL server
  9. Change mysql default port number in linux
  10. How to create multiple mysql instance in CentOS 6.4 and Red Hat 6.4

Filed Under: Linux, mysql Tagged With: mysql

Reader Interactions

Comments

  1. sharad chhetri says

    October 5, 2013 at 2:55 am

    Thanks Andrey for sharing the info

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Linux Command

What is Linux Internal And External Command

Linux Basic Commands With Examples For Every Beginner

tr command to convert lines to space , tab and vertical tab

smbpasswd command not found on CentOS 7 and RHEL 7

Solution : semanage command not found

Unix / Linux : How to print duplicate lines from file

More Posts from this Category

You Might Like These Articles!

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Nginx

How To Install Nginx On Ubuntu 22.04 LTS

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

libfuse

dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu

Failed to open/create the internal network

VirtualBox Error: Failed to open/create the internal network

Always Useful Tips And Tricks

How to configure ethernet in CentOS 6 after installing in Virtual Box

Password prompt in single user mode is not secure : CentOS/Red Hat

How to add/install Ubuntu fonts in CentOS/Red Hat Linux

How to put slider shortcode only in home page in WordPress

Run the script using nohup without hitting enter key two times

Do not show line haveing particular keyword by grep command

Convert video file into gif file through command line in linux

Explore 90+ Article On "Linux Tips And Tricks"

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From Bharat.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy