I didn’t take any photos myself at the MySQL User’s Conference. In reflection, perhaps I should. I did make it into some photos however. A few of them here.
Stolen from Jeremy Cole’s Photos at http://jcole.us/gallery/uc2006
I didn’t take any photos myself at the MySQL User’s Conference. In reflection, perhaps I should. I did make it into some photos however. A few of them here.
Stolen from Jeremy Cole’s Photos at http://jcole.us/gallery/uc2006
Thursday’s Keynote speaker at the MySQL Conference was Mark Shuttleworth talking on The Ubuntu Project: Improving Collaboration in the Free Software World.
Ubuntu from Canonical Ltd is fastly becoming one of the most popular Linux Distributions, based on Debian. Here were some notes from his presentation. Mark had some really powerful one or two line slides that typified both his presentation intention and the goal of Ubuntu.
Delivering on the Promise of Free Software
My talk at the MySQL Users Conference went well. MySQL For Oracle Developers was part of two talks,
the second was by Mark Leith on MySQL For Oracle
DBA’s.
I had a number of positive comments from attendees, including Ken Jacobs of Oracle who also contributed some valuable information in comparision of UPDATE/DELETE ORDER BY/LIMIT statements I was unaware of.
You can download my paper here.
My slides, like many talks just scratched the surface in the alloted. I’ve been working on additional reference material, a work in progress is available at …
[Read more]
Further to my earlier post Hacking MySQL
Source (in a good way) in which I was having a compilation
problem when re-compiling MySQL source (i.e. tt worked the first
build, but failed on subsequent re-compiles, even with no
changes).
I’ve been able to solve my re-compiling issue, with special
thanks to Jan Kenschke of MySQL AB, who was near during the
MySQL Quiz Show.
As suspected, there is no need to re-run the ./BUILD/compile-pentium-debug command as this cleans, a simple make command is sufficient (I needed to confirm no other command args where needed). By doing this, it also better highlighted the actual error, where previously is wasn’t. I didn’t keep a copy of the error, but in effect I needed to do the following in order to successfully recompile.
su - …[Read more]
Everybody can contribute to the MySQL Open Source Community. Here are some ideas:
At the MySQL User Conference - MySQL Quiz Show we were asked to Stump a MySQL Guru. Well I submitted a few questions, and the first one stumped the guru, being Jeremy Cole, and my prize was a MySQL tee-shirt.
The Question: What are the current supported languages of the GRT
Environment used in the MySQL GUI products?
The Answer: Lua, C, C++, Java, Python and PHP
Joe Kottke from FeedBurner in his MySQL Conference presentation today FeedBurner: Scalable Web Applications Using MySQL and Java mentioned a novel way of extracting SQL Select Statements from a MySQL Server.
The obvious MySQL ways include SHOW [FULL] PROCESSLIST, the Slow Query Log, and the General Query Log. In 5.1 you also use the INFORMATION_SCHEMA.PROCESSLIST.
Anyway, Joe mentioned he …
[Read more]Just to add some more features of the MySQL Migration Toolkit from the MySQL Conference presentation MySQL Migration Toolkit by Mike Zinner from MySQL AB.
You can extend and modify the funcionality of the Migration toolkit with the supplied Eclipse Java project. I’ll need to download the code to write some more detailed notes, but here were a few points from Mike.
Classes are in the com.mysql.grt.modules Package Space
The main configurable classes are nameed Migration????..java and
ReverseEngineer???.java with ???? being for the different
Database Products
Within the Eclipse project, you can incoporate other languages. For example, ReveserEngineerMySQL Jdbc.java for example has a …
[Read more]A Wednesday afternoon presentation at the MySQL Conference was MySQL Migration Toolkit by Mike Zinner from MySQL AB.
In summary, the Migration Toolkit currently provides the following feature set.
The product is built on the Generic Runtime …
[Read more]HackFest B: Creating a New SHOW Command by Brian Aker at the MySQL Users Conference
Brian stepped through the steps for those attending to modify and deploy new functionality in the mysql server. Cool. The end result I would consider for an experienced developer as relatively easy (after avoiding the pitfalls).
NOTE: I wasn’t able to complete this successfully during the session, but I’ve posted this, so hopefully the input and review of others can help in overcoming the current issues. See Outstanding Issues throughout my notes.
Our goal: Produce a new command SHOW CONFERENCE;
The following commands were performed on CentOS 4.2. There may be some …
[Read more]