Posts Tagged ‘MySQL Magazine’

MySQL Magazine Fall 2008 Issue Available!

By Sheeri Cabral October 23rd, 2008 at 8:40 am
Posted in MySQLNon-Tech Articles
Tags:

Get it while it’s hot! The Fall 2008 issue of the MySQL Magazine is now available at http://www.mysqlzine.net. Issue 6 is chock full of 16 pages good stuff, including:

  • “Decision Table”-Driven Development by Jonathan Levin
  • Part I of a series on Transaction Time Validity in MySQL by Peter Brawley
  • An Overview of Zmanda Recovery Manager by Pythian’s own Gerry Narvaja
  • Keith Murphy, editor has a note about Drizzle.

Download the PDF directly or go to the MySQL Magazine page to download any and all of the 6 issues.

MySQL Magazine, Fall Issue: Call for Articles

By Keith Murphy September 2nd, 2008 at 11:28 am
Posted in MySQL
Tags:

Hey everyone — it’s time to send in your article proposals for the next issue of MySQL Magazine, which is scheduled for release on October 15th. The deadline is end-of-September, so don’t delay. You too can become rich and famous by writing for MySQL Magazine! Just send me your idea for an article to bmurphy AT paragon-cs.com.

For those who don’t know, MySQL Magazine is a quarterly publication, “by the community - for the community”, free and available for download from http://www.mysqlzine.net.

Looking forward to hearing from you!

MySQL Magazine - Summer 2008 Issue Released

By Keith Murphy July 18th, 2008 at 8:48 am
Posted in MySQL
Tags:

The next issue of MySQL Magazine is now available for download. Get it while it is hot! At forty-two great pages it is our biggest and best issue yet.  This issue is anchored by the first annual MySQL Usage Survey results.

Downloads at the MySQL Magazine homepage: http://www.mysqlzine.net

Thanks to everyone who contributed.  I couldn’t have done it without you all!!

Error Log Head-Scratcher

By Keith Murphy June 26th, 2008 at 10:42 pm
Posted in MySQL
Tags:

As an editor (of http://www.mysqlzine.net), I cringe at the title of this post. However, it is absolutely accurate.  Recently, we had a situation where we had two servers running Sun Solaris 10 on some high-end Sun hardware.  I don’t remember exactly, but it was one of Sun’s upper-end boxes with AMD procs. Nice boxes, really. The two servers are configured in a master-master circular replication setup.

Here is the problem.  On both servers, the error logs were being created incorrectly.  On one of them, it was creating an error log that was 154 megabytes in size.  FLUSH LOGS worked, but the newly-created error log would be the same size. While there was some data in the file that I could use the cat, head or string command to discern, the majority of the file was not text data.

After working on this for a bit, I logged into the secondary server and discovered that the error log on this server didn’t look right either  — the same characteristics of large size with almost no actual text data.  The only difference is that these error logs were around 20 megabytes in size. I googled around a bit and couldn’t discover anyone with a similar problem.

I can’t figure out what was causing this.  We checked everything we could think of, and during some other maintenance, restarted the mysqld daemon. That didn’t work either — when the server came back online it was experiencing exactly the same problem with the error log. Finally, during hardware maintenance to upgrade the memory, the servers were rebooted.  The next morning, I checked them, and found both error logs working exactly as they should. However, it took that server reboot to fix the problem.

I am at a loss to explain what was wrong.  If anyone has any thoughts or a similar experience, I would love to hear from you!

Thanks!

By Keith Murphy June 23rd, 2008 at 10:13 am
Posted in MySQLNon-Tech ArticlesNot on Homepage
Tags:

I just wanted to thank everyone who participated in the survey that Mark Schoonover and I created. My endless thanks goes to Mark who did a lot of work on this.

The results will be coming out in the Summer issue of MySQL Magazine which will be online July the 15th. I am putting together the articles now and it looks like it’s going to be a great one!