SQLyog 7.1 beta 2 has been released

peter_laursen

Changes as compared to beta1 include:

Features:
* Also BLOB-viewer is now resizable.
* Added keyboard shortcut (F6) for Edit Index.
* The behaviour of Ctrl+R shourtcut was slightly changed. It will now position cursor inside the active tab in Result pane. Before it was functional only with DATA tab and RESULT tabs.
* A tab in the Query pane (a Query tab, a Schema Designer tab and a Query Buider tab) can now be closed with Alt+L keyboard shortcut.
* In certain situations Schema Sync would generate CHANGE-clauses for a column that basically did nothing (changing column to what it was). This is now ‘cleaned up’.
* Favorites are now displayed using Scintilla editor component. For statements with complex formatting this makes the preview more readable.
* Added tab-navigation (for query tabs) entries in Edit-menu.  Also the active Query tab can now be closed from menu.
* ‘Find’ is now possible in DATA  tab in text-mode (just like it was in RESULT tab).

Downloads: http://webyog.com/en/downloads.php
Purchase: http://webyog.com/en/buy.php


MONyog 2.6 Beta 2 has been released

peter_laursen

Changes (as compared to 2.6 Beta 1) include:

Bug fixes:
* repeatedly switching between sorting and show details for a slow query log in log analyzer could in certain situations crash MONyog.

Downloads: http://webyog.com/en/downloads.php
Purchase: http://webyog.com/en/buy.php


MONyog 2.6 Beta 1 has been released

peter_laursen

Changes (as compared to 2.52 RC) include:

Features:
* Log Analyzer code has been completely refactored resulting in better performance and stability and more maintainable code.
* The progress indicator for downloads in Log Analyzer page is now a true quantitative progress bar.
* Error messages in Log Analyzer were rewritten.  Every single possible error is now differentiated by a specific message providing help for the situation.

Bug fixes:
* When downloading a log MONyog would continue to download in the background until end of file even after STOP button was clicked.
* In the display of queries from the Processlist page special characters could garble.
* Also in Log Analyzer page special characters would not always be indentified correctly. This bug also affected records with binary data. Both display and grouping was affected (depending on where those occurred - in plain strings or in identifiers)

Miscellaneous:
* Display of servers is now sorted in the order of the server/connection name.  Earlier the internal ID was used for sorting.  Also note that now no MONyog restart is required for changing sort order.  A connection rename alone will do.

Downloads: http://webyog.com/en/downloads.php
Purchase: http://webyog.com/en/buy.php


SQLyog 7.1 beta 1 has been released

peter_laursen

Features:
* Query tabs can now be navigated with Ctrl+pgup and Ctrl+pgdn keyboard shortcuts.
* A query tab can now be closed with Alt+L keyboard shortcut.
* Autocomplete now supports alias in UPDATE and DELETE statements.
* Program dialogues for schema sync, create/alter table, manage indexes (including sub-dialogues) and manage foreign keys (including sub-dialogues) are now resizable.
* Added a movable ’splitter’ between the object area and the script area in schema sync dialogue.
* Preferences dialogue was redesigned.
* Added an option to ‘Automatically refresh DATA tab on focus’. This was the program behavior before 7.0. In 7.0 to 7.02 it was not. Now it is optional.
* Shift+click is now functional for multiple selection everywhere in GRIDS (before it was only in result/table data tabs).
* ’show in text’ (Ctrl+L) is now functional for both DATA tab and RESULT tab.

Bug Fixes:
* The GRID would truncate the display of strings longer than 511 characters.
* When a user-defined DELIMITER and a comment occured close to another in the program editor, the editor tokenizer component could fail to identify exactly where a statement began and ended.
* Data Sync could fail with a table having no Primary Key, but more Unique Keys, if the same column was used for defining more than one of the Unique Keys of the table.  This was introduced with the new Data Sync code of 7.0 (before 7.0 Unique Keys were not used by data Sync at all - only Primary Keys were).
* Fixed a number of GUI related issues.

Downloads: http://webyog.com/en/downloads.php
Purchase: http://webyog.com/en/buy.php


SQLyog 7.02 Has Been Released

peter_laursen

Changes (as compared to version 7.01) include:

Bug fix:
* If a reconnect took place shortly after ‘Compare’ button in Schema Sync was clicked, the ‘MySQL server has gone away’ error could occur  (details: data from a not updated internal buffer was used - in reality it was before the reconnect that the server ‘went away’!).

Miscellaneous:
*  Reconnects are now written to HISTORY (as a comment)

Downloads: http://webyog.com/en/downloads.php
Purchase: http://webyog.com/en/buy.php


MONyog 2.52 RC has been released

peter_laursen

Bug fixes:
* With SFTP connection to the log file selecting “ALL” for log size to be downloaded in Log Analyzer page could have the result that the log file download would last forever.
* Analyzing log chunks containing BULK INSERT statements could in special situations cause a program crash.
* “Group by” option in history/trends page could deliver incorrect results if MySQL and MONyog were using different timezones.

Downloads: http://webyog.com/en/downloads.php
Purchase: http://webyog.com/en/buy.php


phpMyAdmin for sale?

peter_laursen

I recently came across this article listing SourceForge Community Choice Awards Winners 2008:

http://weblog.infoworld.com/openresource/archives/2008/07/sourceforge_com.html

“Most Likely to Be the Next $1B Acquisition” is phpMyAdmin? Now I am not sure if phpMyAdmin actually is something that can be acquired and if there is any revenue (directly or indirectly) generated from it at all, but in my opinion phpMyAdmin has reached a point close to the end of its life-cycle, and I can hardly imagine there is anything to pay for. Except for very small additions to support new MySQL versions there has - to my best knowledge - been nothing but bug fixes for around 3 years. No new developments. phpMyAdmin basically provides an interface for viewing the content of tables, to execute statements and scripts and view the result. And that’s it.

And don’t miss it - that is useful in lots of situations. If phpMyAdmin is installed on a *AMP server you can access the database from any computer connected to the Internet without having anything installed locally. But the interface is somewhere in between *just usable* and *horrible* (depending on how it is configured and how it integrates in control panel applications etc.)

As time goes by it becomes obvious that
* phpMyAdmin has missed opportunity to provide ‘power tools’ - like synchronization tools, proper migration/import and export tools, GUI environments for schema design and query design, tools for query analysis and optimization etc.
* The simple HTML interface provided by phpMyAdmin is far away from today’s standard of web applications.

I believe there would be a market for a high-quality web based MySQL database administration tool (no matter the license model) if it adopted modern AJAX based web interfaces. The current phpMyAdmin ‘plain HTML interface’ requires that everything (data, images, stylesheets) of the complete page will have to be reloaded or even resent from the server for every page refresh. That results in huge communication overhead, annoying page refreshes and time waste - even in situations where only a small detail on that page needs to be updated. Today’s web users (whether gamers or just gmail users) expect a web interface very close to that of a compiled binary. Because they are used to it like that, and because they know (and see every day) it is possible.

One of the most common remarks from  SQLyog users, that have replied to our recent user surveys, is “What a relief to get rid of phpMyAdmin”.

At Webyog we cannot honestly regret this situation as we benefit from it and do increasingly much for every day. From a more ‘ideal’ point of view one can say it is a shame (and phpMyAdmin indeed should be credited for its huge contribution to the popularity of MySQL in the early days of MySQL). But my guess is the situation is that ‘the train has left the station. No more trains leaving for the foreseeable future. Sorry for you if you did not catch it!’. In other words: I don’t believe the phpMyAdmin community can mobilize the resources to ‘catch the train’ again - also because they (as a community) do not seem to realize how the gap between their application and the best available other options widens for every day.

Also I do not think this situation is special for phpMyAdmin and the phpMyAdmin community actually - on the opposite I think a large percentage of Open Source Community developers simply got out of touch with how the Web has developed over the last 2-3 years. Another good example is the Linux/KDE Konqueror program. I love it because of the many access/connectivity options it provides in one interface, and should I ever shift from Windows to Linux as my primary platform Konqueror would be one of the main reasons .. but (regretfully) it is hardly usable as a webbrowser any more as it did not adopt modern web standards.

Further it is interesting to see how the relationship between PHP and MySQL in general has also changed over the last years. 3-4 years ago they were mostly so closely related that lots of users did not realize the difference and were not able to think of MySQL in other contexts than a PHP-context. We had several complaints at that time from users, that were simply not able to realize that PHP statements and syntax could not be used in the SQLyog SQL editor - and lots of users thought that PHP was a prerequisite for accessing MySQL (and also lots of ISP supporters and even sysadmins told their users so, because even they did not know better!).

But ‘used-to-be patterns’ are breaking up! Examples:
* Since first version 5 release PHP has shipped with the SQLite database. I have seen quite a lot of standard PHP web applications shifting in direction from MySQL to SQLite as their primary/default database option. Also ‘RUBY on the Rails’ project is in that process, I believe. And in particular with ’shared hosting’ that makes good sense in my opinion as everthing - also databases - are stored  in user’s own space on the server (the drawback is of course that direct access to the database bypassing the application can be a problem).
* According to the survey here http://www.paragon-cs.com/mag/issue5.pdf (at the bottom) JAVA is now an equally important client environment for MySQL based applications as is PHP (and this is not because of the acquisition of MySQL by Sun - it started long before that).

Anybody out there want to buy phpMyAdmin (I can spare a few copies!) ?


MONyog 2.51 has been released

peter_laursen

Bug fix:
* Depending on the chosen installation environment and the Linux distro, the RPM build might not install ‘on top’ of a previous installation.  Before installing a new version it was necessary to uninstall the previous version. This is a limitation with all RPM builds released till now.  From this build and onwards it will always be possible to ‘upgrade on top’ of a previous version. Note: this  was an issue with the RPM installer - not the program binary. There is no change in the binary as such and also no change in the Windows installer and the .gz build for Linux.

Downloads: http://webyog.com/en/downloads.php
Purchase: http://webyog.com/en/buy.php


SQLyog 7.01 Has Been Released

peter_laursen

Changes (as compared to version 7.0) include:

Bug fix:
* When SQLyog tried to reconnect while exporting a crash could occur. This bug was introduced in 7.0 with the speed optimization of the export dialogue.

Also SJA for Linux was updated with a fix for a (non-related) issue: Since version 6.5 SJA for Linux would not run on Pentium 3 processors (a ‘illegal instruction’ error was returned).  This is now fixed with this generic build.

Downloads: http://webyog.com/en/downloads.php
Purchase: http://webyog.com/en/buy.php


MONyog 2.5 has been released

peter_laursen

We are pleased to announce that we are now able to release MONyog 2.5 FINAL.

First: for the overall concepts and considerations with this release please refer to this BLOG post (from the release of first beta).

Details for this release (as compared to version 2.06) are:

Features:

MySQL Server Log Analysis: MONyog is now able to retrieve (completely or partially) the General Query Log and the Slow Query Log (whether stored as files or tables on the server) from the MySQL servers it connects to and analyze them.

Query Sniffer: A ‘query sniffer’ is implemented that will record a ‘pseudo log’ on the client (MONyog) side. The sniffer is useful when ‘real logs’ are not available, but also the sniffer has various filtering options what will sometimes make it more useful than the ‘real server logs’ also when they are available.

The log analysis component will (whether operating on a ‘real log’ or a ’sniffer pseudo log’) only display identical queries once but print a ‘count’ for every query. Important information (like execution time, number of instances for this query etc.) will be displayed in a sortable table view.

In the log analyzer ‘Filter settings’ (not to be confused the filter settings of the ‘query sniffer’) there further is an option to ‘replace literals’. The purpose of this option is to eliminate small differences between ‘almost identical’ queries. Currently ‘quoted strings’ and numbers are replaced with the dummy string ‘XXX’ only. We may extend this feature to support more (like special keywords and functions (like NULL, now()), operators etc.) in the next releases. It will depend on the demand for this as compared to the demand for other features. Also note that the current implementation has the ‘imperfection’ that also numbers that are not values (like the ‘1′ in identifiers like `column1`) will be replaced.

More Linux system counters added: Counters related to Linux memory (including swap) usage added.

RPM build now supports SuSE and Mandrake/Mandriva Linux distributions.

Bug fixes:

* Under specific circumstances the MONyog service would stop very slow.
* If network connection was temporarily unavailable the first CPU value after network came back told 100% CPU load.
* The temporary files for storing public/private keys are now being created with very restrictive file permission in Linux. So only the owner will be able to read/write these temporary files. Although these files would exist only for a fraction of second, in earlier versions of MONyog other users in the same Linux system could get access to them within that small timeslice.
* Fixed an issue with trending where graphs would not always display properly for uptime-based counters.
* MONyog.ini file and MONyog database files on Linux are now only readable for user who starts/installs (.gz and RPM build respectively) Monyog (and of course for any user too that was given access by a root user). Before the files were world-readable. This applies to fresh installations only - there is no change with existing installations.
* Solved an issue where slow startup could occur if lots of servers were registered (Technical: If MONyog had not been running for a while, large amounts of data could require deletion from the MONyog database. The queries used to identify those data would generate significant I/O at startup. The retention process is now ’smoothed over time’ and indexes have been added for more efficient deletions).

Important fixes as compared to previous 2.5 betas are:
* Optimized SFTP code. Log Analyzer is now several times faster than what previous Betas were.
* A log file parsing issue with MySQL 5.1.x was resolved.
* Fixed an issue that could occur if some queries in log had binary data. A gibberish error message was displayed.

.

Downloads: http://webyog.com/en/downloads.php

Purchase: http://webyog.com/en/buy.php


Next Page »