… step up and volunteer to present your unique insights into MySQL and MySQL-related technologies either as a keynote, tutorial or breakout… working with MySQL or its variants at the code level? Share your perspective about the internals or explain how specific features work in depth. These stories are gold! And you owe it to the MySQL community to share…
Post: Percona MySQL University @Portland next Monday!
… are pleased to feature 10 technical talks by members of Team Percona as well as local members of the MySQL Community: Vadim… and new Features in MySQL 5.6 Garrick Peterson, a member of Percona’s RemoteDBA team, will talk about MHA for MySQL High… Consulting featuring great networking possibilities and free drinks for event attendees. If you’re in the Portland area and work with MySQL…
Post: Percona Server for MySQL 5.5.31-30.3 now available
… write support for directFS filesystem on Fusion-io devices. This feature implementation is considered BETA quality. Percona Server has introduced innodb… #1171941. Fixed the CVE-2012-5627 vulnerability, where an unprivileged MySQL account owner could perform brute-force password guessing attack on…
Post: Summertime Percona MySQL training update
… also running our new Moving to MySQL 5.6 class. This class covers new features in MySQL 5.6, migration planning, and application verification. This class was designed with the experienced MySQL DBA in… course. Percona has a packed summer MySQL training schedule. In June we have: Moving to MySQL 5.6 – Austin, TX Begins Monday…
Post: Implementing SchemaSpy in your MySQL environment
… Percona Server 5.6.10 sandbox: description=MySQL driver=com.mysql.jdbc.Driver connectionSpec=jdbc:mysql://127.0.0.1:5610/schemaspy driverPath=/usr/share/java/mysql-connector-java.jar Example Schema… table sizes and an easy way to use the search feature of your browser to zero in on a particular table…
Post: Experiences with the McAfee MySQL Audit Plugin
… share my experience in this post. Auditing user activity in MySQL has traditionally been challenging. Most data can be obtained from… why that is the case. Maybe someone more knowledgeable in MySQL internals can enlighten me here. – audit_record_objs : List of… trail support has been an important missing feature on the server, which has made using MySQL in PCI or SOX compliant environments…
Post: Percona Server 5.6.11-60.3 first Release Candidate now available
… id=”attachment_13396″ align=”alignright” width=”247″] Percona Server for MySQL version 5.6.11-60.3[/caption] Percona is glad… Features: Percona Server has implemented Log Archiving for XtraDB. Currently this feature implementation is considered ALPHA quality. Complete list of the ported features…
Post: The small improvements of MySQL 5.6: Duplicate Index Detection
Here at the MySQL Performance Blog, we’ve been discussing the several new features that MySQL 5.6 brought: GTID-based replication, InnoDB… warning (0.56 sec) Records: 0 Duplicates: 0 Warnings: 1 mysql> SHOW WARNINGS\G *************************** 1. row *************************** Level: Note Code: 1831 Message: Duplicate… not be necessary for MySQL 5.6? Let’s have a look at the code implementing this feature. The warning will only…
Post: Replication in MySQL 5.6: GTIDs benefits and limitations - Part 1
Global Transactions Identifiers are one of the new features regarding replication in MySQL 5.6. They open up a lot of opportunities… not on slave #2: # slave #1 mysql> change master to master_auto_position = 1; mysql> start slave; and let’s create a… slave status\G [...] Auto_Position: 1 -> GTID-based positioning # Slave #2 mysql> show slave status\G [...] Auto_Position: 0 -> File-based positioning Conclusion…
Post: ZFS on Linux and MySQL
… server can easily handle the write load of all the MySQL instances. The original idea was to configure them with raid… had more than enough for our purpose and some ZFS features are just too useful for backups (most apply also for… together, ZFS on Linux is a very interesting solution for MySQL backup servers. All backup solutions have an impact on performance…

