Tuesday, February 5th was an important day in the MySQL ecosystem due to the release by Oracle of the long-awaited MySQL 5.6 GA. Many MySQL users have been looking forward to this release in order to benefit from the improved performance and scalability. Features such as online operations/schema changes, NoSQL access from memcached to InnoDB, multi threaded-replication and Global Transaction ID significantly improve the competitiveness of MySQL.
MySQL Users Group, please let us know you schedule so we can help promote your events. And if you are interested in starting a MySQL — let us know as we can help.
The MySQL Community Team wants to make sure you do not miss out on upcoming shows.
Fosdem is this coming weekend and there will be a MySQL and Friends devroom. This show in Brussels features presentations from Lars Thalmann, Sveta Smirnova, Luis Soares, Giuseppe Maxia, Øystein Grøvlen, and many more.
MySQL is a sponsor of the SunShine PHP and Ligaya Trumelle will be presenting on MySQL.
The Rocky Mountian orage Users Group will hold their training days February 11th through the 13th with a very interesting …
[Read more]FOSDEM is a free event that offers open source communities a place to meet, share ideas and collaborate. It is renowned for being highly developer-oriented and brings together 5000+ geeks from all over the world.
This year again, be sure that FOSDEM will be the place to be in
February!
Do you have any doubts? Really ? Dude, repeat after me :
- Free event
- During a week-end
- Beer
- 5000+ open source geeks
- Beer
- MySQL and Friends devroom
- NoSQL devroom
- No registration needed (open source man!)
Ok, that sounds good?
Well, here are the informations to attend this terrific event :
- How to register? : Are you kidding me?
- When : 2 & 3 February 2013 (Hurry up guys!)
- Where : Brussels (beers!!!)
- Website …
The SkySQL and MariaDB Roadshow comes to Sweden:
Stockholm 7 February 2013, 16:30-19:30, Dramaten Restaurang Pauli
SkySQL and Monty Program are on the road with our joint - free - roadshow in Stockholm where Monty Widenius will unveil his vision of the future of the MySQL database via MariaDB.
In addition, we will have speakers from Codership/Galera, as well as SkySQL experts.
Those who’ve been around the MySQL world are probably aware of the much-discussed topics of GPL licensing, dual licensing, and in particular, licensing of the client libraries (also called connectors or drivers) and the FOSS exception to that licensing. This is newly relevant with the announcement of a permissively-licensed MySQL-compatible client library for MariaDB.
The difference is that this time there’s been some question about the provenance and history of the source code. Some people asked me about this. Some of them were aware of a relatively obscure detail: there’ve been permissively licensed MySQL client libraries for years, in the form of libdrizzle, a BSD-licensed library for the Drizzle fork of MySQL.
Here are some of the thoughts that seemed to be going through peoples’ minds:
- This changes everything, …
She hired the 400+ original MySQLers … and sets out to hire the SkySQLers of tomorrow! Boel Larsen blogs about open positions & life at SkySQL - and wants you to join the fun!
Those of you who know me also know that I spent over six years working for MySQL HR (for another couple of years I stayed on with Sun). I joined as employee thirty-something, so running HR meant that I was more or less involved with hiring all of the 400 or so employees who joined after me. I knew pretty much everyone by name.
In my ongoing efforts to migrate my fun side projects and coding experiments from SVN to Git I’ve come across some of my favorite Python based apps – which are all available in their respective repos on BitBucket, as follows:
- What it does: it’s an IRC bot that takes commands and does your bidding on whichever remote server the bot is installed on.
- How it does it: the bot runs on whatever server you install it on, then it connects to the IRC server and channel you configured it to connect to and it waits for you to give it commands, then it execs the commands and returns the output to your IRC chat window.
- …
Unfortunately jQuery doesn’t come with default form validation to check for ip-addresses or subnet masking. So without a long winded explanation here’s the code. Just include this as a separate JS file like the rest of your page’s JS.
// 'ipv4': IPv4 Address Validator $.validator.addMethod('ipv4', function(value) { var ipv4 = /^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$/; return value.match(ipv4); }, 'Invalid IPv4 address'); // 'netmask': IPv4 Netmask Validator $.validator.addMethod('netmask', function(value) { var mask = /^[1-2]{1}[2,4,5,9]{1}[0,2,4,5,8]{1}\. [0-2]{1}[0,2,4,5,9]{1}[0,2,4,5,8]{1}\. [0-2]{1}[0,2,4,5,9]{1}[0,2,4,5,8]{1}\. [0-9]{1,3}$/; return value.match(mask); }, 'Invalid IPv4 netmask');
You can use it like this.
$("#myform_here").validate({ rules:{ ipaddress:{ required:true, ipv4:true }, netmask:{ …[Read more]
As a follow up to the previous post about logstash, here are a couple of related init scripts for anyone implementing the OpenSource Log Analytics setup that is explained over at divisionbyzero. These have been tested on CentOS 6.3 and are based on generic RC functions from Redhat so they will work with Redhat, CentOS, Fedora, Scientific Linux, etc.
- Init script for ElasticSearch: located in the repo by clicking here – servicewrapper required
- Init script for Kibana: …
2nd release of SkySQL™ Cloud Data Suite provides users with customisation capabilities for free cloud database deployments Update release: SkySQL™ Cloud Data Suite
SkySQL™ Cloud Data Suite is a collection of software components that provides a highly available database solution in a cloud environment based on MariaDB and 100% compatible with the MySQL database. It includes the following features:
- An automatic configurator
- An administrative console with ...
- A graphical backup and recovery manager
- The ability to deploy each instance securely within the user’s environment
- Feature-rich, web-based query tools
- An advanced monitoring tool
- A full set of HA solutions (synchronous and asynchronous)
…
[Read more]