I've been a fan of HeidiSQL for.. I don't even recall how long now, and I have to say this new beta rocks!! Favourite MySQL gui just got better, it seems!
We have a new users’s group on Brijj for anyone that wants to keep up to date with discussions and wants to increase their network profile on the site. Join now: http://www.brijj.com/group/kontrollbase-users
  In the past months we struggled with large SELECT
  queries just get stuck at:
  
  java.net.SocketInputStream.socketRead0(Native Method)
  java.net.SocketInputStream.read(SocketInputStream.java:129)
  com.mysql.jdbc.util.ReadAheadInputStream.fill(ReadAheadInputStream.java:113)
  com.mysql.jdbc.util.ReadAheadInputStream.readFromUnderlyingStreamIfNecessary(ReadAheadInputStream.java:160)
  com.mysql.jdbc.util.ReadAheadInputStream.read(ReadAheadInputStream.java:188)
  - locked com.mysql.jdbc.util.ReadAheadInputStream@cb9a81c
  com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2494)
  com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2949)
  com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2938)
  com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3481)
  com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1959)
  com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2109) …
  Last weekend we went live with a change where we split one of our
  central user databases off into a master-master replication pair,
  with HA and a virtual IP/hostname to point our apps to. It had
  been previously hosted on one of the shards, so it was time to
  give it a life of its own as well as some redundancy.
  
  On Friday we did a test of the change in our staging
  environment.
  
  After setting up the master-master pair, the first thing we
  verified was writes/table creates, etc. were flowing in both
  directions for the database we planned to replicate between the
  two. Lets just call it "db1".
  
  To enable this I had used the option: replicate-do-db=db1 in the
  my.cnf on both DB machines.
  
  After we verified this, I was told that we should probably also
  replicate "db2". I edited the config on both machines and changed
  the option to be replicate-db-db=db1,db2
  
  We then proceeded to take a …
Oracle’s plans for Sun’s OSS. The UK’s updated OSS strategy. And more.
  Follow 451 CAOS Links live @caostheory on Twitter and
  Identi.ca
  “Tracking the open source news wires, so you don’t have
  to.”
  Oracle’s plans for Sun’s OSS
  # Oracle’s MySQL strategy slide.
# eWeek reported that database thought leaders are divided on Oracle MySQL.
# Savio Rodrigues and Computerworld on Oracle’s plans for MySQL, other open source assets.
# Zack Urlocker is leaving Oracle/Sun/MySQL.
…[Read more]Those of you that know the documentation well will be aware of the old page we used to have for the MySQL documentation. It was huge, and over the years we’d done a number of things to try and improve the layout and make it easier to find what you wanted. We had in-age links to jump to the different documentation types, and the old topic table that allowed you to jump to specific parts of the documentation.
The problem was that the more documentation that we produced (and there are over a thousand docs in various formats now), the bigger the page got. When we added the individual topic guides, for example, we trebled the size of the page by adding the links for each individual topic guide.
Ultimately that makes it increasingly difficult for you guys to find what you are looking for, despite the quick links and other elements.
We’ve now changed all this and split …
[Read more]
  This Thursday (February 4th, 14:00 UTC), Morgan
  Tocker will talk about Optimizing Queries with Explain. Morgan was a
  technical instructor at MySQL and works for Percona today.
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 integrated voice streaming, chat, whiteboard, session recording, and more.) All MySQL University sessions are recorded, that is, slides and voice can be viewed as a Flash movie (.flv). You can find those recordings on the respective MySQL …
[Read more]
  This Thursday (February 4th, 14:00 UTC), Morgan
  Tocker will talk about Optimizing Queries with Explain. Morgan was a
  technical instructor at MySQL and works for Percona today.
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 integrated voice streaming, chat, whiteboard, session recording, and more.) All MySQL University sessions are recorded, that is, slides and voice can be viewed as a Flash movie (.flv). You can find those recordings on the respective MySQL …
[Read more]
  This Thursday (February 4th, 14:00 UTC), Morgan
  Tocker will talk about Optimizing Queries with Explain. Morgan was a
  technical instructor at MySQL and works for Percona today.
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 integrated voice streaming, chat, whiteboard, session recording, and more.) All MySQL University sessions are recorded, that is, slides and voice can be viewed as a Flash movie (.flv). You can find those recordings on the respective MySQL …
[Read more]The book is in its final stages. Right now I am putting the finishing touches to the illustrations and going through the editors’ most recent comments and suggestions. Takes a lot more time than expected, though…