SQLyog MySQL GUI 12.05 Released
Important note: With the 12.0 release we changed registration keys. The new key is available for registered users from our Custo..
SQLyog MySQL GUI 12.04 Released
Important note: With the 12.0 release we changed registration keys. The new key is available for registered users from our Custo..
SQLyog MySQL GUI 12.03 Released
Important note: With the 12.0 release we changed registration keys. The new key is available for registered users from our Custo..
SQLyog MySQL GUI 12.02 Released
Important note: With the 12.0 release we changed registration keys. The new key is available for registered users from our Custo..
SQLyog MySQL GUI 12.01 Released
Important note: With the 12.0 release we changed registration keys. The new key is available for registered users from our Custo..
SQLyog MySQL GUI 12.0 Released
Important note: With this release we have changed registration keys. The new key is available for registered users from our Cust..
SQLyog MySQL GUI 11.52 Released
Changes (as compared to SQLyog MySQL GUI 11.51) include:
Features:
* ‘session restore’ will now also restore the current def..
SQLyog MySQL GUI 11.51 Released
Changes (as compared to SQLyog MySQL GUI 11.5) include:
Features:
* Query Builder and Schema Designer tabs are now handled b..
SQLyog MySQL GUI 11.5 Released
Changes (as compared to SQLyog MySQL GUI 11.42) include:
Features:
* ‘session restore’ now saves and restores content of op..
Suddenly MyISAM became transaction-aware.
DROP DATABASE IF EXISTS `gtid_test`;
CREATE DATABASE `gtid_test`;
USE `gtid_test`;
CREATE TABLE `tab1` (
`a` INT
) EN..