Install the mysql workbench on CentOS 6

Use MySQL Yum Repository

rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el6-1.noarch.rpm
use the command above to install the MySQL Yum repository

yum --disablerepo=\* --enablerepo='mysql*-community*' list available
use the command above to list the packages for all the MySQL components available for your platform from all subrepositories in the MySQL Yum repository.

Then use the following command to install the mysql workbench

yum install mysql-workbench-community.x86_64
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章