Home |  MySQL Buzz |  FAQ |  Feeds |  Submit your blog feed |  Feedback |  Archive |  Aggregate feed RSS 2.0 English Deutsch Español Français Italiano 日本語 Русский Português 中文
Previous 30 Newer Entries Showing entries 121 to 150 of 150

Displaying posts with tag: announcement (reset)

Kontrollbase revision 270 is available for download
+2 Vote Up -1Vote Down
The latest version of Kontrollbase – the opensource enterprise MySQL analytics and performance tuning application –  is available for download. Since the previous one, version 225, there have been a lot of great changes. The most significant being the development and inclusion of the Reporter CLI script – which is a combination of the client, [...]
Materialized view makes login process 25k times faster
+0 Vote Up -1Vote Down
It may sound like a dramatic number, and that’s because it is. One thing that is enjoyable about working on beta applications is finding new solutions and better methods to improve the user experience. The original method for displaying the recent addition of overview analytics data in the beta version of Kontrollbase was to run [...]
Q/A on Kontrollbase slow/gen query logs and processlist
+0 Vote Up -3Vote Down
I recently was asked the following from a Kontrollbase user via email. Since this question might be asked by others I’m posting my response so that the user community can have the answer available right here, right now. Question “I am unable to locate the slow / general queries list as well as processlist. Does [...]
Kontrollsoft is on Facebook – become a fan
+0 Vote Up -4Vote Down
Do you want to stay updated with the social news and technical discussions of Kontrollbase and Kontrollsoft’s MySQL software applications? Well, you can now by adding us to your friend list. Our Facebook page can be found here: http://www.facebook.com/pages/Kontrollsoft/262697451356
Vote for the next Kontrollbase feature
+0 Vote Up -4Vote Down
It’s about time to add a new major feature to Kontrollbase. I’ve had some great feedback from the user community regarding features and options for improvement. Here’s your chance to get a vote in on the next addition. Vote now!
Kontrollbase gets more environment statistics
+0 Vote Up -2Vote Down
More stats for your consumption! Here are the latest additions to the environment overview reporting features. On the overview page, as of revision 238, you will find the following data for your servers. Update your revision now using ’svn update’ to get the new features or wait until the next formal release if you are [...]
Kontrollbase login issue resolved
+0 Vote Up -0Vote Down
If you were wondering why you couldn’t login to your previously working Kontrollbase install in the several hours it was because of the News & Announcements section receiving improperly formatted data from the master news RSS feed, thus breaking the ExtJS DataGrid row data which resulted in an unterminated string literal error. The issue has [...]
Kontrollkit 1.02 revision 10 available for download
+0 Vote Up -0Vote Down
A new version of Kontrollkit is available. Changes are listed here: http://code.google.com/p/kontrollkit/source/list
Kontrollbase officially ends support for Internet Explorer
+1 Vote Up -1Vote Down
As of revision 236, Kontrollbase has officially ended support for all versions of Internet Explorer. It supports Firefox, Chrome, Safari, Opera, Camino, Konqueror, and others. This official detection and alert process is a result of IE not displaying various items that work perfectly fine in every other browser. Given that there are much more important [...]
Kontrollbase is featured in OSDB Magazine this month
+0 Vote Up -1Vote Down
For those of you interested in the open source database world, you will get a good in-depth look at Kontrollbase this month in the OSDB Magazine. Keith Murphy has been kind enough to give me pages 37 through 50 to tell you all about the history, current features, and plans for the future. It’s a [...]
Kontrollbase demo back online
+0 Vote Up -0Vote Down
It’s been hectic to find a good provider even with all of the choices out there these days but I’m happy to let you know that we settled on ServerBeach for the demo server and are back online. The page load testing is positive and quick, and all features are available for you to try. [...]
KAYAK chooses Tokutek for Fast and Flexible Indexing
+2 Vote Up -0Vote Down

KAYAK, the world’s leading travel search engine, is using TokuDB for MySQL to provide a more personalized user experience. Read all about it in today’s press release.

Looking for an OSX expert to join the team
+0 Vote Up -1Vote Down
We’ve been trying to get the OSX version of Kontrollbase off the ground and running for those of you who run OSX or OSX Server but have run into various issues. As such, we’re looking for a talented PHP and/or Perl coder that knows the internals of OSX so that he/she can maintain a branch [...]
Kontrollbase rev224 out – small change to reporter code
+0 Vote Up -0Vote Down
Had an issue with $key_blocks_used that should read $Key_blocks_used – so, here’s the diff if you don’t feel like downloading the new release, you can just change those two variables on lines 695 and 697 in bin/kontroll-reporter-5.0.x_linux-x86-2.0.1.pl as follows: 695: $key_buffer_fill = ($key_blocks_used / $key_blocks_total); 607: $key_buffer_ratio = (100 * ($key_blocks_used / $key_blocks_total));
Registration required to download
+1 Vote Up -2Vote Down
I know a lot of people don’t like registering to download programs (even free ones), but in this case I would like people to register on the site with a valid email address so that I can notify users of new upgrades, security fixes, etc. I’ve had several support requests to fix items that have [...]
Kontrollbase 2.0.1 revision 221 is available for download
+1 Vote Up -1Vote Down
Some good changes in this release as usual. There have been some more additions to the analytics, some speed up of the UI and login process, and some long awaited fixed for form Vtypes. In addition to those items, I’m a particular fan of the new Analytics Export tab that lets you grab all of [...]
Kontrollbase schema workbench model available
+2 Vote Up -0Vote Down
For those of you that are interested in the schema of Kontrollbase I have two files. One is a MySQL Workbench version and one is an exported PDF version. The ’server_statistics’ table is rather large, so you won’t see all of the fields on that table unless you open the mwb file and check it [...]
Demo server offline until EC2 costs less
+2 Vote Up -1Vote Down
Just saw that my usage bill from the EC2 instances was over $400 since I started that up not too long ago. Therefore it is not a cost effective method to use for a demo application. I’ll be recording a walk-through of using the application soon so that new users can see what Kontrollbase offers [...]
New script speeds up Kontrollbase login by 50%
+0 Vote Up -0Vote Down
There’s a new script in kontrolbase that speeds up the login process by up to 50%. I highly recommend every user to upgrade to the latest version of the svn release. Otherwise you can grab the file here: http://code.google.com/p/kontrollbase/source/browse/trunk/bin/kontroll-query_cache_preload.pl Read more about the script and how it works here: http://kontrollsoft.com/forum/kontrollbase-issues-and-solutions/query-cache-preload-script-speeds-up-login-by-50#p22
Demo server is (was) back
+0 Vote Up -0Vote Down
The Kontrollbase demo server will be back online this week. In order to give you, the users, a taste of free monitoring and all of the benefits of Kontrollbase without the work of installing the application we are offering to monitor your servers for free. We will be offering a full privacy contract, only collecting [...]
Check out Kontrollbase on Ohloh and Vote!
+0 Vote Up -0Vote Down
Ohloh is a fun site. It automatically collects statistics and show some useful analytics about your subversion projects. They picked up Kontrollbase when they ran an automated scan against the Google Code website and I saw it using Google Alerts with the ‘kontrollbase’ keyword alert. Check out the page they have for Kontrollbase and give [...]
Kontrollbase feature add timeline for 2.0.2 release – vote now!
+1 Vote Up -0Vote Down
So we have gone through over 200 revisions for Kontrollbase version 2.0.1 and the team is internally discussing which new features and current open tickets should be added and/or addressed for the 2.0.2 milestone release. Here is your chance to push your ideas and wants into the next major release. So, before shooting off [...]
Announcing TokuDB 2.2.0
+0 Vote Up -0Vote Down

Tokutek is pleased to announce the general availability of TokuDB for MySQL, version 2.2.0. This version offers several improvements:

  • Better multi-core load balancing for concurrent workloads.
  • Faster bulk loading performance.
  • Enhanced diagnostics for easier tuning and troubleshooting.
  • Fixed all known bugs.

About TokuDB

TokuDB for MySQL is a storage engine built with Tokutek’s Fractal Tree technology. TokuDB provides near seamless compatibility for MySQL applications. Tables can be individually defined to use TokuDB, MyISAM, InnoDB or other MySQL-compliant storage engines. Data is loaded, inserted, and queried using standard MySQL commands, with no restrictions or special requirements. Our Fractal Tree technology indexes up to 50 times faster than traditional database

  [Read more...]
Kontrollbase 2.0.1 revision-206 available in all formats
+0 Vote Up -0Vote Down
End of the week notice to let everyone know that Kontrollbase 2.0.1 revision 206 is now available for download. Effectively the same issues have been addressed as in the previous post about rev-205 but now you don’t have to use subversion as the tar.gz file is available. As usual you can find the download here: [...]
Revision 205 brings schema changes and logic improvements
+0 Vote Up -0Vote Down
For those of you running the SVN version of Kontrollbase (vs the .tar.gz version) you can download the super awesome new revision 205. This version brings the following changes from the last binary release (194). Keep in mind it also changed the alerts_def table on one of the alert entries. Please apply the sql alter [...]
OSX 10.5.8 and Kontrollbase – perl code incompatibility
+0 Vote Up -0Vote Down
If you’re running Apple’s OSX 10.5 or possibly lower versions as well you will inevitably notice that the Kontrollbase perl scripts complain about various things that are not an issue on Linux. As follows: ROOT-(root@g5)-(/private/var/www/html/kontrollbase/bin)-ROOT ROOT-(0)> ./kontroll-query_cache_preload.pl Bareword "O_RDWR" not allowed while "strict subs" in use at ./kontroll-query_cache_preload.pl line 45. Bareword "O_EXCL" not allowed while "strict subs" in use [...]
Wondering why your database access isn’t working?
+0 Vote Up -0Vote Down
If you get the following error on login: “Database write access incorrect. Please check database configuration.” – and let’s say you’ve checked the login and it works just fine. Mass confusion sets in and you start blaming the opensource community for writing bad code and are very annoyed. Don’t get too upset. Chances are you [...]
Kontrollbase celebrates 550 downloads!
+1 Vote Up -0Vote Down
I’ve tallied up the number of downloads since we migrated to the Google Code repository back in April and am pleased to announce that we have crested 550 downloads from unique client IP addresses. Not bad for a new application that doesn’t advertise aside from RSS syndication to Planet MySQL. I’d like to take the [...]
Table cache in MySQL 5.1
+0 Vote Up -0Vote Down
If you are running Kontrollbase on or against a MySQL 5.1 server please be aware that the alert for “table_cache” will alert incorrectly. This is because table_cache has been removed as a variable in MySQL 5.1 – so don’t worry when you see this alert. We are in the process of removing alert error this [...]
Demo server will be offline
+0 Vote Up -0Vote Down
Due to some issues with our hosting provider, the demo server will be offline until otherwise noted.
Previous 30 Newer Entries Showing entries 121 to 150 of 150

Planet MySQL © 1995, 2013, Oracle Corporation and/or its affiliates   Legal Policies | Your Privacy Rights | Terms of Use

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.