- Home
- Relational Databases
- Microsoft SQL Server
Category: Microsoft SQL Server
MySQL Shell AdminAPI – What’s new in 8.0.23?

Feed: Planet MySQL; Author: MySQL Server Dev Team; The MySQL Development Team is happy to announce a new 8.0 Maintenance Release of MySQL Shell AdminAPI – 8.0.23! In addition to several bug fixes and minor changes, some significant enhancements regarding monitoring/troubleshooting and performance were included. MySQL Shell AdminAPI Cluster diagnostics Checking how a Cluster is running and, whenever the cluster is not 100% healthy, perform troubleshooting tasks is certainly one of the main tasks of a DBA. The AdminAPI makes this operation very easy by centralizing the monitoring information in: <Cluster>.status([options]) In this release, we’ve extended the status() command to provide more ... Read More
Support for Date-Time Types in Connector/J 8.0
Feed: Planet MySQL; Author: InsideMySQL.com; Connector/J version 8.0.23 came out with several bug fixes related to date-time types support. They provide more flexibility for configuring time zone handling and allow migration from Connector/J 5.1 with much less effort. Problems with migration from Connector/J 5.1 to Connector/J 8.0 were caused by the early decision that Connector/J 8.0 should always try to preserve an instant point on the time-line while Connector/J 5.1 does it optionally and, by default, preserves the original visual representation. For example, the following code will store different results with Connector/J 5.1 and Connector/J 8.0 in case the client ... Read More
New MySQL NDB Cluster version 8.0.23
Feed: Planet MySQL; Author: Bernd Ocklin; As of today a new version of MySQL NDB Cluster is available. First of all this release fixes various bugs, enhancing the stability and robustness of cluster further. Already in 8.0.21 MySQL the NDB team started to remove racially insensitive terminology from its configuration files, command line options, documentation and source code. In 8.0.23 we now hope to have finalized this work. Automated thread configuration is a new feature added. If enabled it will automatically run NDB with the ideal number of threads based on the number of physical cores and cpus of the ... Read More
Deprecating End-of-life runtime engines on Connector/Node.js
Feed: Planet MySQL; Author: InsideMySQL.com; Starting with the 8.0.23 release, Connector/Node.js will be deprecating support for End-of-life Node.js engine versions. Support for these versions will eventually be removed on subsequent releases which will focus on compatibility with the available LTS versions at the date of each release. Why now? Up until now, the minimum Node.js engine version compatible with Connector/Node.js was version 4.2.0. This is a fairly old release that has reached End-of-life status in 2018 and, of course, hasn’t been maintained since then. This is also the case for the next two major Node.js versions – v6 and v8 ... Read More
Amazon CloudWatch Application Insights supports Oracle database monitoring
Feed: Recent Announcements. Now enterprises with Oracle databases can easily setup monitoring, alerting and dashboards for their EC2 and RDS Oracle instances on AWS with CloudWatch Application Insights. CloudWatch Application Insights is a capability that helps customers simply setup monitoring and enhanced observability for their enterprise applications running on AWS resources. The new feature automatically setups the metrics, telemetry and logs for monitoring the health and wellness of Oracle databases running in AWS. With just a few clicks Application Insights provides customers with the peace of mind of knowing that their enterprise databases on SQL Server, MySQL, PostgreSQL and now ... Read More
MySQL in Azure

Feed: Planet MySQL; Author: Olivier Dasini; Cloud computing is becoming more and more famous among the IT circles and it is growing super fast. Industries are charmed by its flexible character and the avoidance of having their own infrastructure. An easy solution that offers automation on every field and they can scale up depending on the needs of each user and company. There are many Cloud providers, such as Oracle Cloud Infrastructure, Microsoft Azure, Amazon Web Services, etc… In this article, we are going to see how to set up a MySQL Database instance on Microsoft Azure Cloud. At this ... Read More
Announcing MySQL Server 8.0.23 and 5.7.33
Feed: Planet MySQL; Author: Yngve Svendsen; MySQL Server 8.0.22 and 5.7.33, new versions of the popular OpenSource Database Management System, have been released. These releasesare recommended for use on production systems. For an overview of what’s new, please see http://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html http://dev.mysql.com/doc/refman/5.7/en/mysql-nutshell.html For information on installing the release on new servers,please see the MySQL installation documentation at http://dev.mysql.com/doc/refman/8.0/en/installing.html http://dev.mysql.com/doc/refman/5.7/en/installing.html These server releases are available in source and binary form for anumber of platforms from our download pages at http://dev.mysql.com/downloads/mysql/ They also available from our repository for Linux platforms, go here fordetails: http://dev.mysql.com/downloads/repo/ Windows packages are available via the Installer for Windows ... Read More
Luca Ferrari: PostgreSQL Literate Programming with GNU Emacs
Feed: Planet PostgreSQL. What is literate programming? Literate Programming is a programming paradigm that makes you write a program in a more natural language, interleaving documentation and code together. GNU Emacs allows literate programming by means of Org Mode and its module Org Babel. I am already used to Org Mode, and I am already writing my own documentation, slides and papers with this great tool. But Org Babel can do much more for me: as you probably know I write several articles, papers, presentation for training events all related to PostgreSQL. The classical workflow is: write a slide or ... Read More
MySQL Connector/ODBC 8.0.23 has been released
Feed: Planet MySQL; Author: InsideMySQL.com; Dear MySQL users, MySQL Connector/ODBC 8.0.23 is a new version in the MySQL Connector/ODBC8.0 series, the ODBC driver for the MySQL Server. The available downloads include both a Unicode driver and an ANSI driverbased on the same modern codebase. Please select the driver type youneed based on the type of your application – Unicode or ANSI.Server-side prepared statements are enabled by default. It is suitablefor use with the latest MySQL server version 8.0. This release of the MySQL ODBC driver is conforming to the ODBC 3.8specification. It contains implementations of key 3.8 features,including self-identification as ... Read More
MySQL Connector/Python 8.0.23 has been released
Feed: Planet MySQL; Author: InsideMySQL.com; Dear MySQL users, MySQL Connector/Python 8.0.23 is the latest GA release version of the MySQL Connector Python 8.0 series. The X DevAPI enables application developers to write code that combines the strengths of the relational and document models using a modern, NoSQL-like syntax that does not assume previous experience writing traditional SQL. To learn more about how to write applications using the X DevAPI, see http://dev.mysql.com/doc/x-devapi-userguide/en/ For more information about how the X DevAPI is implemented in MySQL Connector/Python, and its usage, see http://dev.mysql.com/doc/dev/connector-python Please note that the X DevAPI requires at least MySQL Server ... Read More
Recent Comments