Traditionally infrastructure management is a manual task, with sysadmins managing rather static servers. The automation capabilities of modern cloud platforms have changed this way of working: Infrastructure is often described “as code,” e.g. in a git repository, and changes are made by infrastructure management systems automatically. As a result infrastructure is much less static and turnaround […]
Section 6: "Profile a real case" 6.1 INTRODUCTION
Profiling & Debugging is an argument that would require an entire book, the aim of this(and the others) posts of this series is to give you the basic knowledge on how to work with these tools and techniques withing Eclipse. For instance if you want to learn to profile with OProfile you should study on the abundant and separate resources, you may start from: http://OProfile.sourceforge.net
6.2 ABOUT NAMING THE PROJECT
This Thursday (October 8th, 13:00 UTC), Jörg Brühe
will give a talk on Building MySQL Releases on Unix. Jörg will
describe the tools used by the MySQL Build Team for release
builds on Unix-style platforms, and present a script to simulate
the essential parts of that process locally on a developer's home
machine. He works at the MySQL Build Team, so you can expect
in-depth insights and instructions.
For MySQL University sessions, point your browser to this page. You need a browser with a working Flash plugin. You may register for a Dimdim account, but you don't have to. (Dimdim is the conferencing system we're using for MySQL University sessions. It provides …
[Read more]
This Thursday (October 8th, 13:00 UTC), Jörg Brühe
will give a talk on Building MySQL Releases on Unix. Jörg will
describe the tools used by the MySQL Build Team for release
builds on Unix-style platforms, and present a script to simulate
the essential parts of that process locally on a developer's home
machine. He works at the MySQL Build Team, so you can expect
in-depth insights and instructions.
For MySQL University sessions, point your browser to this page. You need a browser with a working Flash plugin. You may register for a Dimdim account, but you don't have to. (Dimdim is the conferencing system we're using for MySQL University sessions. It provides …
[Read more]
This Thursday (October 8th, 13:00 UTC), Jörg Brühe
will give a talk on Building MySQL Releases on Unix. Jörg will
describe the tools used by the MySQL Build Team for release
builds on Unix-style platforms, and present a script to simulate
the essential parts of that process locally on a developer's home
machine. He works at the MySQL Build Team, so you can expect
in-depth insights and instructions.
For MySQL University sessions, point your browser to this page. You need a browser with a working Flash plugin. You may register for a Dimdim account, but you don't have to. (Dimdim is the conferencing system we're using for MySQL University sessions. It provides …
[Read more]When seeing that the MySQL Proxy was released, I decided to try to experiment with it since I see strong potential with this tool, both for replication and for other uses (recall that I'm a replication guy, so this is my primary focus). I'm actually on vacation, but this will of course not stop me from tinkering with things (I know, I'm just a hopeless case in this aspect ;) ).
After reporting a minor bug, I managed to build and run it with some sample scripts. I'm using Kubuntu Feisty, and had some initial problems, but it was actually pretty straightforward. I'll repeat the steps anyway, in case anybody else have problems.
- Get the source from the repository svn co http://svn.mysql.com/svnpublic/mysql-proxy/ mysql-proxy
- Make sure you have all packages necessary. Several of the packages …
Wherein we'll touch upon the main points of getting, building,
and installing MySQL software — the main files and URLs to look
at to get the developers' version from the repository, to
compile, install and package it — for those living on the
bleeding edge who start from scratch, and can't wait …
Continue reading "Fast forward MySQL: getting,
building, installing"