Tue, 2013-06-11 16:00
The MariaDB project is pleased to announce the immediate availability of MariaDB 10.0.3. This is an alpha release. See the release notes and changelog for details.
Release Notes Changelog What is MariaDB 10.0?
[Read more]Tue, 2013-06-11 16:00
The MariaDB project is pleased to announce the immediate availability of MariaDB 10.0.3. This is an alpha release. See the release notes and changelog for details.
Release Notes Changelog What is MariaDB 10.0?
[Read more]
Having the three sections of Workbench combined is a great idea.
Always thought the current was a bit tedious.
I may be a lone dissenter when it comes to the Home screen.
Having a modern look and be useful can be two different things.
We have several servers and allot of projects. Give me a simple
list. Will this be configurable so a user can make it suitable to
ones likes and needs?
Speaking about MySQL UG NL Meetups – during the Q1 Meetup in February (hosted by Spil Games) one of our DBAs gave a presentation on database TCO (Total Cost of Ownership). We would like to share it here. Apart from covering the topic of determining database maintenance costs the presentation included some ideas on possible […]
The post Database TCO presentation appeared first on Spil Games Engineering.
Today I performed a brew update. I noticed that MariaDB now exists as stable (5.5.30) and devel (10.0.2). Brew formulas also exist for MySQL (5.6.10) and Percona Server (5.5.30-30.2) now. 10.0.3 is around the corner but I wanted to run 10.0.2 now. This is how I did it:
brew unlink mariadb brew install --devel mariadb
It’s that simple!
Related posts:
[Read more]Join us at the next MySQL & Cloud Database Solutions Day hosted by SkySQL & MariaDB in Berlin on June 18th
It’s a beautiful day in Berlin today and we’re putting the final touches to next week’s MySQL & Cloud Database Solutions Day, which takes place on Tuesday June 18th in the facilities provided by Bitkom in Berlin Mitte.
Join us at the next MySQL & Cloud Database Solutions Day hosted by SkySQL & MariaDB in Berlin on June 18th
It’s a beautiful day in Berlin today and we’re putting the final touches to next week’s MySQL & Cloud Database Solutions Day, which takes place on Tuesday June 18th in the facilities provided by Bitkom in Berlin Mitte.
June 11, 2013 By Severalnines
Over the years, WordPress has evolved from a simple blogging platform to a CMS. Over seven million sites use it today, including the likes of CNN, Forbes, The New York Times and eBay. So, how do you scale Wordpress on multiple servers for high performance?
This post is similar to our previous post on Drupal, Scaling Drupal on Multiple Servers with Galera Cluster for MySQL but we will focus on Wordpress, Percona XtraDB Cluster and GlusterFS using Debian Squeeze 64bit.
MySQL can be deployed in several ways, and that means you can choose a tailor-made path that best meets your needs. With simple services or development systems, many people are using a single server with some backups configured, and then simply take the downtime when a restore is needed.
As the application evolves, additional requirements will appear like hot backups, online schema changes, replication based high availability (which has …
[Read more]
Schema definitions on replication slaves sometimes differ.
Ability to rename schemas, tables and columns and still setup
replication with comfort is useful for MySQL to MySQL
replication, while for heterogeneous topologies like these, it's a must. In this article I'll
present a component which I recently developed to enable an easy
way of renaming database objects during both (a) initial slave
load (provisioning) and (b) real-time replication.
It is called RenameFilter and is part of the latest Tungsten
Replicator build. RenameFilter works with all DBMS types that
Replicator supports.
Specifying What to Rename
First, let's look at how rename definitions file looks like. It
is a CSV file which first three columns specify what to rename,
while …
Annnd all set! Check out the recording for the topics
below:
Hello everyone!
We missed out on the last meeting time for #DBHangOps due to some conflicts, but we’re looking to come back strong this Wednesday, June 12th 2013 at 12:00pm pacific (19:00 GMT). Come join the discussion and contribute your experience on:
Be sure to check out the #DBHangops twitter search, the DBHangops Twitter …
[Read more]