Hi all, I'm looking for a mysql admin GUI tool. Currently I use [root at correo ~]# rpm -qi mysql | grep Version Version : 4.1.20 Vendor: CentOS and phpMyAdmin. I've seen the MySQL Administrator GUI tool proovided by MySQL AB is only available for MySQL 5.x series, and there is not CentOS package anyway (yum list *mysql* don't shows any MySQL admin GUI available). ?What MySQL admin GUIs have we currently? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 251 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20070118/889d378f/attachment.sig>
CentOS plus has MySQL 5.0.22, MySQL AB has MySQL 5.027 for REHL4, which should also work perfectly. Just upgrade and you can use the MySQL GUI. 5.022 is stable, so that should also be ok for a production system. Jordi Espasa Clofent wrote:> Hi all, > > I'm looking for a mysql admin GUI tool. Currently I use > > [root at correo ~]# rpm -qi mysql | grep Version > Version : 4.1.20 Vendor: CentOS > > and phpMyAdmin. > > I've seen the MySQL Administrator GUI tool proovided by MySQL AB is only > available for MySQL 5.x series, and there is not CentOS package anyway > (yum list *mysql* don't shows any MySQL admin GUI available). > > ?What MySQL admin GUIs have we currently?-- Bye, Marc Saric
Jordi Espasa Clofent wrote:> Hi all, > > I'm looking for a mysql admin GUI tool. Currently I use > > [root at correo ~]# rpm -qi mysql | grep Version > Version : 4.1.20 Vendor: CentOS > > and phpMyAdmin. > > I've seen the MySQL Administrator GUI tool proovided by MySQL AB is only > available for MySQL 5.x series, and there is not CentOS package anyway > (yum list *mysql* don't shows any MySQL admin GUI available).I use the MySQL administrator and MySQL query browser from MySQL AB, and they both work fine with a 4.x database server. Well, they work with *my* 4.x server, no guarantees it will work with yours, but it should. Tom