Digital Marketing

How to install mysql-workbench on CentOS or RHEL or Oracle Linux 7 or Fedora

Download path----- http://dev.mysql.com/downloads/

MySQL Yum Repository

$ sudo yum install MySQL-Yum-Link.rpm

such as:

$ sudo yum install mysql-workbench-commercial (or community)


$ sudo yum -y install http://dev.mysql.com/get/mysql57-community-release-el7-9.noarch.rpm


Start it using this command:

$ mysql-workbench &

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database