CentOS 7 install mysql workbench

Centos 7.4 installs the latest version of mysql workbench, fails to start, and reports the following error; mysql-workbench-bin killed by SIGSEGV. After searching on the Internet, there is no solution, and then I found a solution in the mysql forum. The link is as follows : https://forums.mysql.com/read.php?152,661138,663325Original

Sorry. There is a typo in the posting above. It should be: 

I got it to work after reading a posting at this link. https://stackoverflow.com/questions/47475710/mysql-workbench-cant-open-on-centos-7 

CORRECTION: Remove the current version and install 6.2.5-1 

Commands done as root user: 

wget http://repo.mysql.com/yum/mysql-tools-community/el/7/x86_64/mysql-workbench-community-6.2.5-1.el7.x86_64.rpm 
yum install rpm mysql-workbench-community-6.2.5-1.el7.x86_64.rpm 
yum install tinyxml 

An update might break it. 

# I also did these commands but I don't think they were needed: 
wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm 
yum install rpm mysql57-community-release-el7-11.noarch.rpm 

# This wanted to install 6.3.10-1.el7 so I did not do it. 
yum install mysql-workbench-community
大意是
移除当前版本,安装6.2.5-1
CORRECTION: Remove the current version and install 6.2.5-1 

作为root用户进行命令操作
Commands done as root user: 

使用wget 命令进行下载(或复制下载地址到浏览器地址下载)
wget http://repo.mysql.com/yum/mysql-tools-community/el/7/x86_64/mysql-workbench-community-6.2.5-1.el7.x86_64.rpm 

yum 命令安装程序及依赖
yum install rpm mysql-workbench-community-6.2.5-1.el7.x86_64.rpm 
yum install tinyxml 

The specific operation of this machine is as follows

**1、删除最新版mysql-workbench
rm mysql-workbench-community-6.3.10-1.el7.x86_64.rpm 
2、安装下载后的6.2.5-1版本
yum install rpm mysql-workbench-community-6.2.5-1.el7.x86_64.rpm 
3、安装依赖
yum install tinyxml **

After the installation is successful, find the shortcut in the program menu and click to start it.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324388448&siteId=291194637