(Cédric Bruderer) In my first Blog ever, I am going to cover the migration of a SQLite-Database to MySQL. The Tool used is MySQL-Workbench, which you can Download from the MySQL website. In this particular case, it is about the upgrade of mocenter 0.2 to 0.3
Tag: Open Source
The Case For Tagging In Time Series Data
(Baron Schwartz) A while ago I wrote a blog post about time series database requirements that has been amazingly popular. Somewhere close to a dozen companies have told me they’ve built custom in-house time series databases, and that blog post was the first draft of a design document for it.
Preparing Your MySQL Schema for a Character Set Change
(Ike Walker) Recently I blogged about identifying necessary index changes when changing the character set for a MySQL database. In this follow-up post I want to talk about general schema changes that you should consider when changing your character set from latin1 to utf8, from utf8 to utf8mb4, etc.
What If You Can’t Trace End-to-End?
A lot of monitoring systems have a goal of end-to-end tracing, from “click to disk” or something similar. This is usually implemented by adding some kind of tracing information to requests.
Storing UUID Values in MySQL Tables
(Guilhem Bichot) After seeing that several blogs discuss storage of UUID values into MySQL, and that this topic is recurrent on forums, I thought I would compile some sensible ideas I have seen, and also add a couple new ones.
MySQL Pattern Matching using Regular Expressions
(Rob Gravelle) The Beyond the LIKE Operator: Advanced Pattern Matching with MySQL article introduced MySQL’s implementation of regular expressions using the REGEXP and RLIKE alias operators. It demonstrated how to enhance the LIKE operator’s capabilities for more complex pattern matching.
Leader election using MySQL
(Shlomi Noach) Being a stateful, centralized datastore, MySQL can serve in negotiating leadership: a mechanism to elect a single service out of multiple services; moreover, a mechanism to promote a new leader should the existing leader cease to function.
Fun with Bugs #38 – Regression Bugs in MySQL 5.6
(Valeriy Kravchuk) I often have to reply to questions related to upgrade from, say, MySQL 5.5.x to latest MySQL (or Percona) Server 5.6.x (5.6.27 for MySQL and 5.6.26 for Percona at the moment). One of them is sometimes about “any known bugs” that may affect a user after upgrade.
Send messages between sessions on MySQL or MariaDB
(Peter Gulutzan) Suppose you want to send a message from one SQL session to one or more other sessions, like “Hey, session#13, here is the latest figure for your calculation, please acknowledge”.
When mysqld kills mysqld
(Robert Barabas) The other day a colleague and friend of mine, Peter Boros, had a case where one of our clients had to track down the process shutting down MySQL. This blog is based on the discussion we had about that internally.
