As MySQL is thriving and growing, we're looking for an
experienced technical writer located in the UK or Ireland
to join the MySQL documentation team.
For this job, we need the best and most dedicated people around.
You will be part of a geographically distributed documentation
team responsible for the technical documentation of all MySQL
products. Team members are expected to work independently,
requiring discipline and excellent time-management skills as well
as the technical facilities and experience to communicate across
the Internet.
Candidates should be prepared to work intensively with our
engineers and support personnel. The overall team is highly
distributed across different geographies and time zones. Our
source format is DocBook XML. We're not just writing
documentation, but also handling publication. This means you
should be familiar with DocBook, and willing to learn our
publication …
I am proud to announce Percona Cloud Tools, the next generation of tools for MySQL. I have been developing tools for MySQL for 10 years. For the last 5 years, I have been developing Percona Toolkit (formerly “Maatkit”). Almost 1 year ago, we began developing Percona Cloud Tools (PCT), first in-house, then in private beta, and now in public beta.
Here is the TL;DR:
Percona Cloud Tools is a web service, hosted by Percona. There is a single cloud tool (a web app) called ”Query Analytics”, based on pt-query-digest, so one could say it’s “continuous slow log analysis through the web, as a service”. Of course, the web enables us to do more and make things easier. …
[Read more]At the Brainiac Corner, we meet with some of the sharpest minds in the system, database, devops, and IT world. If you’d like to share your thoughts on pirates, ninjas, the future of system administration, or any other relevant topic, please don’t hesitate to contact us.
This week we are lucky to hear from Amrith Kumar, a Founder and CTO at ParElastic, a venture-backed, pre-built MySQL sharding solution. We’ve gotten to know Amrith through the conference circuit and were even more excited to share his thoughts with our readers.
How did you get from stork to brainiac (i.e. what do you do today and how did you get there)?
I’ve always been fascinated by computers and …
[Read more]Taxonomy upgrade extras: myenvoperationMySQL Operationsmulti instanceconsolidation
FromDual has the pleasure to announce the release of the new version 1.0.1 of its popular multi-instance MySQL Environment MyEnv.
You can download MyEnv from here.
In the inconceivable case that you find a bug in MyEnv please report it to our Bugtracker.
Any feedback, statements and testimonials are welcome as well! …
[Read more]A few years ago Yves Trudeau and Aleksandr Kuzminsky wrote posts about different ways for recovering orphaned .ibd files:
Today I want to show you how to do that in more easy and quick way. In my example I’ll restore a “payment.ibd” file (payment table) from Sakila DB on a server with MySQL 5.5 (but with …
[Read more]Many people have tested whether the TokuDB storage engine runs faster and compresses better than the default storage engine, InnoDB. I am more concerned about TokuDB's features. Or, to put it unfairly: can it do everything that InnoDB can do, in a current version?
Vadim Tkachenko of Percona supplied a binary download for a platform that I happen to have (Ubuntu 12.04), so I got MySQL 5.6 + TokuDB 7.1 up and running within 15 minutes. Then I found that I could not break anything within 60 minutes. I I conclude that "ease of use" and "stability" are okay. (For anyone who thinks I'm rushing: yes, but usually finding a bug in a new version takes less than an hour so I'm judging from experience.)
Almost everything = No problem
I …
[Read more]MySQL Connector/Java has long had support for replication-aware deployment, allowing a single logical Connection object to effectively “pool” connections to both a master and (potentially multiple) slaves. This allowed scale-out of read load by distribution of read traffic to slaves, while routing write load to the master. The JDBC specification provides a nice hook to know what’s read-only traffic – Connection.setReadOnly(). When a boolean value of true is passed, a ReplicationConnection will route further commands a selected slave instance, while values of false trigger routing to the master. This is sufficient for many simple replication topographies, but not all – most notably, it …
[Read more]I thought I’d take advantage of this great feature to update my servers to the current MySQL 5.6.14 version (released 2013-09-20), however I find the current GA version is not in the yum repository as mysql-server (as stated in docs at http://dev.mysql.com/doc/mysql-repo/en/linux-installation-yum-repo.html)?
$ cd /tmp
$ wget http://repo.mysql.com/mysql-community-release-el6-3.noarch.rpm
$ sudo yum localinstall
mysql-community-release-el6-3.noarch.rpm
$ sudo yum repolist enabled | grep “mysql-community”
$ sudo yum info mysql-server
Loaded plugins: fastestmirror, presto
Loading mirror speeds from cached hostfile
* base: mirror.lug.udel.edu
* extras: mirror.cisp.com
* updates: …
This week I will have the opportunity to deliver a webinar on the MariaDB CONNECT Storage Engine. The MariaDB CONNECT Storage Engine allows to access various file formats (CSV, XML, Excel, etc). It give access to any ODBC data sources (Oracle, DB2, SQLServer, SQLite etc). It also allows to access remote MySQL tables. A CONNECT [...]
November 4, 2013 By Severalnines Percona Live London MySQL Conference - 11-12th November, 2013
We’re particularly excited about this year’s Percona Live London MySQL Conference. The line-up of speakers & topics looks excellent and it’s good to see speakers from Oracle, Percona, the MariaDB Foundation (amongst others) scheduled at the same event. It demonstrates not just the diversity of the ever broadening MySQL ecosystem, but also the fact that there really is room for everyone to contribute, participate in and advance MySQL in manifold directions while still retaining a certain amount of uniformity.
And this is how we will be contributing to the event ...
Talk - MySQL Cluster Performance Tuning By Johan Andersson, CTO & Co-Founder, Severalnines
Correct tuning of MySQL NDB Cluster can have dramatic impact on …
[Read more]