Last week we had the MySQL Meetup with MariaDB Developers in Amsterdam, which went on easily for about 3.5 hours. Thanks to all for listening (these were lightning talks, not with a strict 5 minute clock with Q&A thrown in), and Daniël van Eeden for organising this at the eBay offices (whom kindly provided pizza, beer and soft drinks as well). We had many talks, and I’ve managed to put up most of the slides into a Google Drive folder, so feel free to access the …
[Read more]This Log Buffer Edition covers some more Oracle, SQL Server and MySQL blog posts from across the world.
Oracle:
- Should I monitor the MGMTDB database?
- Connecting MAF Applications to Mobile Cloud Service
- JRE 6, 7, and 8 now certified with EBS 11i, 12.1, and 12.2
- The database writer copies data blocks from the buffer cache onto disk. The db_writer_processes initialization parameter determines how many processes will do this task. Its default value is 1 or cpu_count / 8, whichever is greater. I found an Oracle 9 database on a …
Personal Projects with the Internet of Things
So you want to do a personal project with the Internet of Things (maybe a home automation or metrics collection or something else)? In this blog post I will tell about my recent experience with this. I will give a talk on this topic at Oracle OpenWord 2015 (Tuesday, Oct 27, 6:15 p.m., Moscone South, 274).
Here is what I did: I was looking for the best place to plant some trees in my backyard. I learned that I need to know how much sun I have in the backyard before planting (some trees need full sun, while others need partial sun or shade). So I needed to measure the sunlight in different spots.
The “old” way of doing it was to use …
[Read more]FOSDEM 2016 edition will be held January 30 and 31 in Brussels like every year since 2000.
The MySQL & Friends Devroom is back on Saturday from 9.00AM.
What is FOSDEM? It stands for the “Free and Open Source Software Developers’ European Meeting.” It’s a free event that offers open-source communities a place to meet, share ideas and collaborate.
CfP is open until December 1st!
Don’t forget to submit your sessions (submit here, don’t forget to select MySQL track) before December and see you soon in Brussels to discover amazing stuff related to MySQL and have some beers with …
[Read more]Percona is glad to announce the release of Percona XtraBackup 2.3.2 GA on October 22nd, 2015. Downloads are available from our download site or Percona Software Repositories.
Percona XtraBackup enables MySQL backups without blocking user queries, making it ideal for companies with large data sets and mission-critical applications that cannot tolerate long periods of downtime. Offered free as an open source solution, Percona XtraBackup drives down backup costs while providing unique features for MySQL backups.
…
[Read more]Percona is glad to announce the release of Percona XtraBackup 2.2.13 on October 22nd, 2015. Downloads are available from our download site or Percona Software Repositories.
Percona XtraBackup enables MySQL backups without blocking user queries, making it ideal for companies with large data sets and mission-critical applications that cannot tolerate long periods of downtime. Offered free as an open source solution, Percona XtraBackup drives down backup costs while providing unique features for MySQL …
[Read more]
The MySQL developer tools team announces 6.3.5 as our GA
release for MySQL Workbench 6.3.
For the full list of changes in this revision, visit
http://dev.mysql.com/doc/relnotes/workbench/en/changes-6-3.html
For discussion, join the MySQL Workbench Forums:
http://forums.mysql.com/list.php?152
Download MySQL Workbench 6.3.5 GA now, for Windows, Mac OS X
10.7+,
Oracle Linux 6 and 7, Fedora 21 and Fedora 22, Ubuntu 14.04
and
Ubuntu 15.04 or sources, from:
http://dev.mysql.com/downloads/tools/workbench/
Enjoy!
Good news !
FOSDEM accepted our devroom for the next edition.
The MySQL devroom will take place on Saturday, January 30th 2016.
Stay tuned for the Call For Paper !!
Many years ago, I wrote about importing XML data into MySQL using
ExtractValue(). The reason I'm revisiting the
subject now is that I recently received an email request in
relation to my old blog post:
I came across one of your blogs on importing XML data to MySQL using ExtractData() and I am trying to do the same using MySQL (5.5) database. However, I am new to this kind of method and would like to seek your expertise on this.
I have an XML file that looks like this:
<?xml version="1.0" encoding="UTF-8"?> <wovoml xmlns="http://www.wovodat.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1.0" xsi:schemaLocation="http://www.wovodat.org phread2.xsd"> <Data> <Seismic> <SingleStationEventDataset> <SingleStationEvent code="VTAG_20160405000000" owner1="169" …[Read more]
A friend of mine asked me how they could automatically follow and unfollow people on Twitter. But they didn’t want to follow just anyone and everyone. He had a Twitter account which they used for recruiting in a very narrow construction industry. He wanted to find people in the same industry and follow them – hoping they would follow him back and learn about his open jobs. When I joined Twitter back in 2008, I wrote a similar program to automatically follow/unfollow users, but the Twitter API has changed quite a bit since then. So I decided to re-write the program with the latest Perl-Twitter API – Net::Twitter::Lite::WithAPIv1_1.
Before you attempt to use these scripts, you will need to register your application with twitter via apps.twitter.com, and obtain the following:
consumer_key consumer_secret access_token …[Read more]