I’m pleased to announce the first release of Kontrollcomm – “The Server Command Automation Interface” is a web-based application that automates remote command execution on linux and unix based servers. There are three main areas of the application: Hosts, Templates, and Commands. The use is very simple: all of your hosts are setup in the [...]
The latest from the MySQL community
Ideas, releases, practical guides, and perspectives from the people building with MySQL.
Fixed a lingering JS issue with the ExtJS code in header.php file
that was preventing IE7 from loading the main.php page. It was…..
an extra comma! If you are inclined to edit one file here is the
diff change, otherwise like other bug fixes it will be included
with the next release. The file is
system/application/views/header.php and the change is for line
#327 for revision 42+.
< {id: 'innodb_total', header: "innodb_total", width: 75,
sortable: true, renderer: 'fileSize', dataIndex:
'innodb_total'},
---
> {id: 'innodb_total', header: "innodb_total", width: 75,
sortable: true, renderer: 'fileSize', dataIndex:
'innodb_total'}