MySQL Workbench is installed on CentOS7

Reprinted: https: //blog.csdn.net/chanmufeng/article/details/77776445

MySQL Workbench is installed on CentOS7

Configuration EPEL (Enterprise Linux software add-on package)

yum install epel-release.noarch

yum repolist

If you have information which shows epel, the installation was successful.

Install MySQL Workbench

yum install mysql-workbench-community

After confirmation, the system downloads its dependencies and install.

After the installation is complete, in the "Applications" menu "Programming", MySQL Workbench icon appears.

Guess you like

Origin www.cnblogs.com/yinminbo/p/11780764.html