The MySQL Community Sessions at Oracle are going great. Good crowds, lots of questions about MySQL at the kiosk, and great presentations. Here Sarah Novotny gets camera time. I am not sure if her new show will be called ‘Two and a half DBAs’ or ‘The Big Data Theroy’.
[Read more]Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 15
Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a Fedora 15 server with PHP5 support (through PHP-FPM) and MySQL support.
In a previous blog posting I was mentioning that I'm working on a small hobby PHP project. As I'm using this project to update myself to current frameworks I've decided to use Symfony2. Symfony provides a nice feature, which is the Symfony Profilier, an extensive logging and reporting system for Symfony2 developers to understand what's going on. A part of it is the Doctrine query logger which lists all database queries executed by Doctrine and their execution time.
This is nice but when we're using mysqlnd in our PHP build we have more information available. "So why not use that information," I thought and built a new bundle for Symfony2 doing exactly that. The …
[Read more]Oracle Open World is around the corner and the MySQL Community kiosk is ready to go. We are on par with IOUG, ODTUG and other groups.
[Read more]This post is not technical!
Who knows me, knows that I am not a nasty person.
I try to be polite and politically correct, and that has being a problem for me several times, because it pays only in long term.
But to day I need to talk about MySQL-Proxy so I can say something not pleasant for someone.
I have found myself in trouble several time because MySQL-Proxy
for stability reasons and performance issues, but a part from
that it normally works as expected.
Is really up to you and how you uses normally if you will get in
trouble or not.
But ... hey MySQL-Proxy is an ALPHA product, oh my!!
It is an ALPHA not even BETA or RC, more reading the
documentation TODAY:
"This documentation covers MySQL Proxy
0.8.0.
Warning
MySQL Proxy is …
[Read more]This post is not technical!
Who knows me, knows that I am not a nasty person.
I try to be polite and politically correct, and that has being a problem for me several times, because it pays only in long term.
But to day I need to talk about MySQL-Proxy so I can say something not pleasant for someone.
I have found myself in trouble several time because MySQL-Proxy
for stability reasons and performance issues, but a part from
that it normally works as expected.
Is really up to you and how you uses normally if you will get in
trouble or not.
But ... hey MySQL-Proxy is an ALPHA product, oh my!!
It is an ALPHA not even BETA or RC, more reading the
documentation TODAY:
"This documentation covers MySQL Proxy
0.8.0.
Warning
MySQL Proxy is …
[Read more]
Back in 2010 I stopped buying test servers from Dell and began
building them from components using Intel i7 processors,
X58-based mother boards, and modular power supplies from Ultra.
It was a good way to learn about hardware. Besides,
it was getting old to pay for Dell desktop systems with Windows,
which I would then wipe off when installing Linux. Between
the educational value of understanding the systems better,
selecting the exact components I wanted, and being able to fix
problems quickly, it has been one of the best investments I have
ever made. And it didn't cost any more than equivalent Dell
servers.
For this reason, a couple of recent articles about computer
hardware caught my attention. First, Dell is losing business as companies like Facebook
build their own …
Challenges of Big Databases with MySQL
Many database management tasks become difficult as you move from millions of rows and gigabytes of data to billions of rows and terabytes of data. Such tasks include ingesting data while maintaining indexes; changing schemas without downtime; and supporting connections, replication, and backup. For some scaling problems (connections and replication), MySQL is better than most of the competition. For others, such as indexing, schema changes, and backup, MySQL has typically been harder to use. Fortunately, the tasks MySQL does well are in its core, whereas the tasks that are more difficult can be solved with storage engine plug-ins.
This presentation discusses how MySQL’s storage engines have recently made dramatic progress in large database …
[Read more]Topics for this podcast:
*Cloud M&A potential around OpenStack
*Oracle’s commercial extensions for MySQL
*Puppet Labs rolls out Enterprise 2.0, hosts PuppetConf
*Basho bolsters Riak distributed data store in NoSQL race
*Our latest special CAOS report, ‘The Changing Linux Landscape’
iTunes or direct download (25:59, 4.4MB)
This article is just a how-to for setting up Perl on Windows in order to use the perl scripts provided with MySQL, such as mysqldumpslow.pl or mysql_explain_log.pl.
Now, you might say there is a section on this topic in the MySQL manual, to which I’d agree. But, this was for ActiveState Perl 5.6. The latest ActiveState Perl is 5.12, so thoese instructions are a bit out-of-date. Also, there are some helpful “User Comments” on that same page, but again, those are slightly out-of-date in the ActiveState 5.12. So, I thought I’d just post the steps I took in order to set this up.
First, download and install ActivePerl. Click the “Download ActivePerl 5.12.4 for Windows” button (choose either 32-bit or 64-bit). You’ll be prompted to save an msi file. Save …
[Read more]