Hi all,
I'm looking for a mysql admin GUI tool. Currently I use
[root@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?
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@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?
Marc Saric wrote:
CentOS plus has MySQL 5.0.22, MySQL AB has MySQL 5.027 for REHL4, which should also work perfectly.
Oh, they package against SELinux now?
Ralph
On Thu, 2007-01-18 at 16:47 +0100, Ralph Angenendt wrote:
Marc Saric wrote:
CentOS plus has MySQL 5.0.22, MySQL AB has MySQL 5.027 for REHL4, which should also work perfectly.
Oh, they package against SELinux now?
We do have a 5.0.27 in CentOS testing repo that should work OK for CentOS-4 too ... probably a better fit than the ones upstream.
Jordi Espasa Clofent wrote:
Hi all,
I'm looking for a mysql admin GUI tool. Currently I use
[root@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
On Thu, 2007-01-18 at 16:30 -0500, Tom Lichti wrote:
Jordi Espasa Clofent wrote:
Hi all,
I'm looking for a mysql admin GUI tool. Currently I use
[root@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.
Similar experience here, it works fine with the current 4.x included by default with CentOS.
Paul