CentOS 7 安装 mysql workbench

centos 7.4 安装mysql workbench最新版,启动失败,报错如下;mysql-workbench-bin killed by SIGSEGV。 网络搜索后无解,后在mysql论坛找到解决方案。 链接如下: https://forums.mysql.com/read.php?152,661138,663325 原文

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 

本机具体操作如下


1、查看当前安装版本
   yum -qa|grep mysql-workbench
2、删除最新版mysql-workbench
rpm -e mysql-workbench-community-6.3.10-1.el7.x86_64
或者
yum -remove mysql-workbench-community-6.3.10-1.el7.x86_64
3、安装下载后的6.2.5-1版本
rpm -ivh mysql-workbench-community-6.2.5-1.el7.x86_64.rpm 
4、安装依赖
yum install tinyxml **

安装成功后在程序菜单中找到快捷方式,点击即可启动。

转载于:https://my.oschina.net/ouyushan/blog/1795645

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值