Anybody who has run the MySQL MTR test suite must have seen a statement like “x tests were skipped, y by the test itself. ” at the end of test runs. Why are some tests being skipped? Are the skipped tests affecting test coverage?…
This Log Buffer Edition covers Oracle, SQL Server and MySQL.
Oracle:
Upgrade Existing TDE to Use New Unified Key Management in 12c Upgraded Database (non-cdb)
Instrumentation … not just for debugging
12.2 Index Deferred Invalidation (Atomica)
Collation in 12cR2 – when AA equals Å (or not?)
…
[Read more]This Log Buffer Edition covers Oracle, SQL Server and MySQL.
Oracle:
Upgrade Existing TDE to Use New Unified Key Management in 12c Upgraded Database (non-cdb)
Instrumentation … not just for debugging
12.2 Index Deferred Invalidation (Atomica)
Collation in 12cR2 – when AA equals Å (or not?)
…
[Read more]I will be at several events in June 2017:
- db tech showcase 2017 – 16-17 June 2017 – Tokyo, Japan. I’m giving a talk about best practices around MySQL High Availability.
- O’Reilly Velocity 2017 – 19-22 June 2017 – San Jose, California, USA. I’m giving a tutorial about best practices around MySQL High Availability. Use code CC20 for a 20% discount.
I look forward to meeting with you at either of these events, to discuss all things MySQL (High Availability, security, cloud, etc.), and how Percona can help you.
As I write this, I’m in Budva, Montenegro, for the Percona engineering meeting.
Percona announces the release of Percona XtraDB Cluster 5.7.18-29.20 on June 2, 2017. Binaries are available from the downloads section or our software repositories.
NOTE: You can also run Docker containers from the images in the Docker Hub repository.
NOTE: Due to new package dependency, Ubuntu/Debian users should use apt-get dist-upgrade or apt-get installpercona-xtradb-cluster-57 to upgrade.
Percona XtraDB Cluster …
[Read more]Percona announces the release of Percona XtraDB Cluster 5.6.36-26.20 on June 2, 2017. Binaries are available from the downloads section or our software repositories.
Percona XtraDB Cluster 5.6.36-26.20 is now the current release, based on the following:
- Percona Server 5.6.36-82.0
- Galera Replication library 3.20
- wsrep API version 26
All Percona software is open-source and free.
…
[Read more]Back in the days when somebody said MySQL, there was only the MySQL. You could pick different versions (4.0, 4.1) but the vendor was the same. This changed around MySQL 5.0/5.1 when Percona decided to release their own flavour of MySQL - Percona Server. A bit later, MariaDB joined with MariaDB 5.1 and the fun (or confusion) increased. What version should I use? What is the difference between MySQL 5.1, Percona Server 5.1 and MariaDB 5.1? Which one is faster? Which one is more stable? Which one has superior functionality? With time, this got worse as more and more changes were introduced in each of flavours. This blog post will be our attempt to summarize the key features that differentiate them. We will also try to give you some suggestions about which flavour may be the best for a given type of project. Let’s get started.
Oracle MySQL
It used to be the MySQL, now it’s the upstream. Most of the development starts here, each …
[Read more]Today we will learn how to create simple image gallery crud using bootstrap mysql database fancy box and PHP We will create example from scratch so it will be easy to get full script exampleSometimes we almost require to create image gallery or insert update and delete module for user employ
Today we will learn how to create simple image gallery crud using bootstrap mysql database fancy box and PHP We will create example from scratch so it will be easy to get full script exampleSometimes we almost require to create image gallery or insert update and delete module for user employ
Many organizations have MySQL or MariaDB databases at the core of their business—for processing and storing product sales, collecting information related to services offered, or just providing essential information to customers. As a result, keeping these databases running continuously can be critical for the success of an organization.
There are many components of a database system that a database administrator will need to consider for maintaining high availability. We considered server equipment (e.g., memory) in a previous introductory article. Now let’s look at using multiple servers for your MySQL and MariaDB databases—let’s look at replication.
Replication Overview
One common and effective way to structure a highly available database system is through some form of database replication. There are a few reasons …
[Read more]