I download and try to install the rpm package for fedora 10, i also try compiled from source and finally ry to rebuild de rpm pakage from src.rpm package .. and nothing work.. does anyone know how can i install mysql workbench in fedora 11 ?
我下载并尝试为fedora 10安装rpm包,我也尝试从源代码编译,最后ry从src.rpm包中重建de rpm pakage ..并且没有任何工作..有谁知道如何在fedora中安装mysql工作台11?
Thanks.
4 个解决方案
#1
http://blog.famillecollet.com/post/2009/07/01/mysql-worbench-5.1.16-1-en
you can find the latest version of mysql-workbench for fedora 11 here!
你可以在这里找到最新版本的mysql-workbench for fedora 11!
#2
Get the RPM package and try this:
获取RPM包并试试这个:
yum localinstall mysql-workbench-whatever.rpm
Maybe it's a dependency problem. If that's the case, the above command will pick up whatever other packages are needed (if they're available in the Fedora repositories).
也许这是一个依赖问题。如果是这种情况,上面的命令将获取所需的任何其他包(如果它们在Fedora存储库中可用)。
#3
MySQL Workbench discussions: http://forums.mysql.com/index.php?151
MySQL Workbench讨论:http://forums.mysql.com/index.php?151
#4
I found the solution on this page : http://blog.famillecollet.com/post/2009/07/01/mysql-worbench-5.1.16-1
我在这个页面上找到了解决方案:http://blog.famillecollet.com/post/2009/07/01/mysql-worbench-5.1.16-1
- wget http://rpms.famillecollet.com/remi-release-11.rpm
- rpm -Uvh remi-release-11.rpm
- yum --enablerepo=remi install mysql-workbench
#1
http://blog.famillecollet.com/post/2009/07/01/mysql-worbench-5.1.16-1-en
you can find the latest version of mysql-workbench for fedora 11 here!
你可以在这里找到最新版本的mysql-workbench for fedora 11!
#2
Get the RPM package and try this:
获取RPM包并试试这个:
yum localinstall mysql-workbench-whatever.rpm
Maybe it's a dependency problem. If that's the case, the above command will pick up whatever other packages are needed (if they're available in the Fedora repositories).
也许这是一个依赖问题。如果是这种情况,上面的命令将获取所需的任何其他包(如果它们在Fedora存储库中可用)。
#3
MySQL Workbench discussions: http://forums.mysql.com/index.php?151
MySQL Workbench讨论:http://forums.mysql.com/index.php?151
#4
I found the solution on this page : http://blog.famillecollet.com/post/2009/07/01/mysql-worbench-5.1.16-1
我在这个页面上找到了解决方案:http://blog.famillecollet.com/post/2009/07/01/mysql-worbench-5.1.16-1
- wget http://rpms.famillecollet.com/remi-release-11.rpm
- rpm -Uvh remi-release-11.rpm
- yum --enablerepo=remi install mysql-workbench