MySQL EXPLAIN ANALYZE

2019-10-17 KENNETH 0

MySQL EXPLAIN ANALYZE MySQL 8.0.18 was just released, and it contains a brand new feature to analyze and understand how queries are executed: EXPLAIN ANALYZE. What is it? EXPLAIN ANALYZE is a profiling tool for your queries that will show you where MySQL spends time on your query and why.… Facebook Twitter LinkedIn Source: MySQL EXPLAIN ANALYZE

No Image

MySQL Shell 8.0.18 – What’s New?

2019-10-16 KENNETH 0

MySQL Shell 8.0.18 – What’s New? The MySQL Development team is proud to announce a new version of the MySQL Shell with the following major improvements: Migration to Python 3 Built-in thread reports Ability to use an external editor Ability to execute system commands within the shell Admin API Improvements: New options to log all the SQL used on the different operations Support for IPv6 in InnoDB Clusters New function to reset the InnoDB Cluster recovery accounts General maintenance and bug fixing Python 3 Migration Due to the coming end-of-life (EOL) for Python 2.7 by end of this year, the Shell has been updated to use Python 3. … Facebook Twitter LinkedIn Source: MySQL Shell 8.0.18 – What’s New?

No Image

MySQL is OpenSSL-only now !

2019-10-16 KENNETH 0

MySQL is OpenSSL-only now ! MySQL needs an SSL/TLS library. It uses it primarily to encrypt network connections, but also uses its various algorithms and random number generators. OpenSSL is the golden standard when it comes to cross-platform open source SSL/TLS library that you use from C/C++.… Facebook Twitter LinkedIn Source: MySQL is OpenSSL-only now !

No Image

MySQL InnoDB Cluster – What’s new in Shell AdminAPI 8.0.18 release

2019-10-15 KENNETH 0

MySQL InnoDB Cluster – What’s new in Shell AdminAPI 8.0.18 release The MySQL Development Team is very happy to announce a new 8.0 Maintenance Release of InnoDB Cluster – 8.0.18. In addition to major quality improvements, 8.0.18 brings some very useful features! This blog post will only cover InnoDB cluster’s frontend and control panel – MySQL Shell and its AdminAPI – Stay tuned for other blog posts covering MySQL Router and Group Replication!… Facebook Twitter LinkedIn Source: MySQL InnoDB Cluster – What’s new in Shell AdminAPI 8.0.18 release

No Image

The MySQL 8.0.18 Maintenance Release is Generally Available

2019-10-14 KENNETH 0

The MySQL 8.0.18 Maintenance Release is Generally Available The MySQL Development team is very happy to announce that MySQL 8.0.18 is now available for download at dev.mysql.com. In addition to bug fixes there are a few new features added in this release.  Please download 8.0.18 from dev.mysql.com or from the MySQL  Yum,  APT, or SUSE repositories.… Facebook Twitter LinkedIn Source: The MySQL 8.0.18 Maintenance Release is Generally Available