(Steve Barker) A Wolf, a Dolphin and a Sphinx walk into a bar… nevermind. We’ll skip the jokes. This post is about using SSL to set up a secure connection between MySQL and Sphinx. Serious stuff!
Tag: Open Source
GeoJSON Functions
(Erik Frøseth) In recent years, GeoJSON has become a popular data format for exchanging GIS data due to several factors. The primary factors being that it’s easy to read, and it’s simple and lightweight.
PECL/mysqlnd_ms needs updates for MySQL Group Replication
(Ulf Wendel) ‘Synchronous’, multi-master, auto-everything – that’s the new MySQL Group Replication (IPC14 talk/slides) in simple words. After torturing PHP developers for decades with MySQL Replication there is now a new replication option which does not require read-write splitting.
Refactoring replication topologies with Pseudo GTID: a visual tour
(Shlomi Noach) Orchestrator 1.2.1-beta supports Pseudo GTID (read announcement): a means to refactor the replication topology and connect slaves even without direct relationship; even across failed servers. This post illustrates two such scenarios and shows the visual way of mathcing/re-synching sla
Geohash Functions
(Erik Frøseth) In MySQL 5.7.5, we introduced new functions for encoding and decoding Geohash data. Geohash is a system for encoding and decoding longitude and latitude coordinates in the WGS 84 coordinate system, into a text string.
Refactoring replication topology with Pseudo GTID
(Shlomi Noach) This post describes in detail the method of using Pseudo GTID to achieve unplanned replication topology changes, i.e. connecting two arbitrary slaves, or recovering from a master failure even as all its slaves are hanging in different positions.
Improvements to STRICT MODE in MySQL
(Abhishek Ranjan) As a part of improving the error handling, in MySQL 5.7.5 we have re-implemented STRICT sql mode.
Pseudo GTID, Row Based Replication
(Shlomi Noach) This post continues Pseudo GTID, in a series of posts describing an alternative to using MySQL GTIDs.
Get rid of wrongly deleted InnoDB tables
(Shinguz) A MySQL user has delete its InnoDB table files for example like this:
Pseudo GTID
(Shlomi Noach) Pseudo GTID is a method to implement a GTID-like solution where slaves are easily connected to one another. This blog post and the following ones will describe work in progress (some 80% completed), where simulation of GTID makes for a good enough basis for refactoring replication top
