CentOS 7 install mysql workbench step by step

To install MySQL Workbench on CentOS 7
yum install epel-release -y
Install MySQL repository
wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
ls
yum mysql-community-release-el7-5.noarch.rpm -y
yum install mysql-community-release-el7-5.noarch.rpm -y
Now you can installation of MySQL Workbench
yum install mysql-workbench -y
Start workbench
mysql-workbench

Post a Comment

0 Comments