MySQL GUI Tools 5.0-r10
+
Par Remi le vendredi 2 mars 2007, 18:43 - Archives - Lien permanent
A new version of the bundle is avaible on MySQL web site. It provides RPM for Fedora Core 5 which can be used on Fedora Core 6. RPM for FC6 64 bits are available in remi repository.
Un nouvelle version de la suite est disponible sur le site web de MySQL. Elle fournit des RPM pour Fedora Core 5 qui peuvent être utilisés sous Fedora Core 6. Les RPM pour FC6 64 bits sont disponibles dans le dépôt remi.
Elle comprend :
- MySQL Administrator version 1.2.10
- MySQL Query Browser version 1.2.10
- MySQL Workbench version 1.1.10 alpha
Pour l'instant le problème de l'ajout de colonnes, reporté par plusieurs utilisateurs n'est pas corrigé. Voir How to add columns (am I being stupid?) (discussion sur le Forum officiel).
Ces outils devraient aussi être disponibles prochainement dans les Extras et donc pour les différentes architectures de Fedora et pas uniquement pour i386.
En attendant, pour la version x86_64 de Fedora Core 6, les RPM sont désormais disponible ici, donc l'installation est trés simple :
yum --enablerepo=remi install \ mysql-administrator \ mysql-query-browser \ mysql-workbench
Pour ceux qui préfèrent le téléchargement :
mysql-administrator-5.0-0.1.r10.fc6.remi.x86_64.rpm(2,2 Mo)mysql-gui-tools-5.0-0.1.r10.fc6.remi.x86_64.rpm(0,3 Mo)mysql-query-browser-5.0-0.1.r10.fc6.remi.x86_64.rpm(1,9 Mo)mysql-workbench-5.0-0.1.r10.fc6.remi.x86_64.rpm(1,4 Mo)
La documentation au format HTML est disponible, pour
- MySQL Administrator : /usr/share/doc/mysql-administrator-5.0
- MySQL Query Browser : /usr/share/doc/mysql-query-browser-5.0
Pour les autres, avec les RPM disponibles chez MySQL, il est toujours nécessaire, pour fonctionner, de modifier la dernière ligne du fichier /usr/bin/mysql-workbench (qui n'est qu'un script shell) par :
LANG=C $PRG-bin $args
Pour l'installation je vous conseille d'utiliser yum afin de résoudre les dépendances, puis de faire l'installation avec rpm puisque ces logiciels ne sont pas signés (ou avec yum en désactivant temporairement le contrôle de signature (gpgcheck=0).
cd /tmp gedit /etc/yum.conf (mettre gpgcheck=0) tar xvzf /chemin/telechargement/mysql-gui-tools-5.0r9-fc5-i386.tar.gz yum install mysql-*-5.0r9-1fc5.i386.rpm gedit /etc/yum.conf (remettre gpgcheck=1)
Parmi les dépendances (disponibles dans les Extras) :
- cairomm-1.2.2-1.fc6
- glibmm24-2.12.2-1
- gtkmm24-2.10.2-1.fc6
- libsigc++20-2.0.17-2
Commentaires
Lu sur le forum :
We decided to remove the Workbench from the bundle until it is in better shape. It is not yet removed from the Linux bundle because we ran out of time to adjust the packaging there - but it will be in the next release.
We did not get to work on the project as planned and there has not been any progress since months. This was quite frustrating for people waiting for a more stable release.
The good news is that MySQL Workbench will be the GUI Team's top priority for the rest of 2007 and I also expect for 2008. This means that we can finally focus on the WB and you will see major progress on this project.
We will create a separate installer for MySQL Workbench and offer it as a separate download as soon as we have finished a major cleanup and restructure of the current code base.
I hope that clears up the confusion. MySQL Workbench is going to become the GUI Team's flagship product.
Mike
Michael Zinner, GUI Developer
MySQL AB, www.mysql.com
Billet archivé, voir MySQL GUI Tools 5.0-r11