(Todd Farmer) MySQL has provided support for proxy users since version 5.5, but the roles-like capabilities offered have been largely unnoticed until recently. Part of that has been due to limitations on which types of accounts could leverage proxy user capabilities.
Tag: Open Source
MySQL Fabric and Sharding
(Dave Stokes) Last time we set up a High Availability server farm with MySQL Fabric. Now it is time to set up sharding. I will be using the good old World database and sharding the City table on the ID field.
More on (transactional) MySQL metadata locks
(Valerii Kravchuk) Two years ago Ovais Tariq had explained in detail what kinds of problems existed before MySQL introduced metadata locks in 5.5.3 and how these locks help to prevent them.
New MySQL Enterprise Firewall – Prevent SQL Injection Attacks
(Kristofer Pettersson) MySQL Enterprise Firewall is a commercial extension, and is included with MySQL Enterprise Edition. This new SQL based firewall was just released in the MySQL 5.6.24 Enterprise Server! Let me tell you a bit more about how it reduces security vulnerabilities, how it works, and
Fast index create
(Mark Callaghan) What is a fast way to create secondary indexes for a write-optimized database engine?
Validating MySQL version numbers
(Ronald Bradford) As part of a MySQL 5.5 to MySQL 5.6 upgrade across several Ubuntu servers of varying distros an audit highlighted a trivial but interesting versioning identification error in Ubuntu’s packaging of MySQL.
Illustrating Primary Key models in InnoDB and their impact on disk usage
(Michael Coburn) On a recent engagement I worked with a customer who makes extensive use of UUID() values for their Primary Key and stores it as char(36), and their row count on this example table has grown to over 1 billion rows.
Dynamic recreation of InnoDB redo logs
(Ronald Bradford) MySQL 5.6 will now automatically recreate the InnoDB redo log files during a MySQL restart if the size (or number) of these logs changes, i.e. a change to innodb_log_file_size.
Stop using FLUSH PRIVILEGES
(Jaime Crespo) I see suggesting the usage of FLUSH PRIVILEGES every time someone writes a tutorial or a solution to a problem regarding creating a new account or providing different privileges.
Federating THE friends table in a Sharded mySQL environment without downtime or users noticing
(Dathan Pattishall) A friends table is the cornerstone of social applications. Its purpose is to define relationships and help answer the question what are my friends doing.
