Showing entries 33293 to 33302 of 44822
« 10 Newer Entries | 10 Older Entries »
Simple S3 Log Archival

UPDATE: if anyone knows of a non-broken syntax highlighting plugin for wordpress that supports bash or some other shell syntax, let me know :-/

Apache logs, database backups, etc., on busy web sites, can get large. If you rotate logs or perform backups regularly, they can get large and numerous, and as we all know, large * numerous = expensive, or rapidly filling disk partitions, or both.

Amazon’s S3 service, along with a simple downloadable suite of tools, and a shell script or two can ease your life considerably. Here’s one way to do it:

  1. Get an Amazon Web Services account by going to the AWS website.
  2. Download the ‘aws’ command line tool from here and install it.
  3. Write a couple of shell scripts, and schedule them using cron.

Once you have your Amazon account, …

[Read more]
Scaling Up: MySQL on NetApp

For many MySQL implementations scalability is a crucial requirement. Scaling on various dimensions: Size, Performance, Cost and DBA-Stress-Level.

While several factors impact the scalability of the database, underlying storage probably has the highest impact. You need to make sure that the storage will fill up the buffers fast enough to keep queries happy, and acknowledge the writes fast enough to keep transactions happy. You need to make sure that you can keep growing the available storage as your database grows - MySQL databases are particularly prone to collect more and more data. You also need to make sure that maintenance tasks such as backup, cloning, and application testing will scale gracefully with the size of your database.

Storage systems from NetApp are a great choice when designing for MySQL scalability. Administrators can expand storage on the go …

[Read more]
CLI Lives!

I got a fair amount of response from my last blogging about including the MySQL Administrator tool as a useful utility in a hands on exam for DBAs. In general I do not like GUIs and prefer the old fashion way. The first thing I did after getting my Mac laptop was open up a terminal to get to the command line interpreter. But I never expected so many to be in favor of forgoing the Administrator tool and sticking with the CLI.

You can read the comments for yourself. I found myself agreeing with all of them. I did receive some private emails that generally distilled to the DBA exam being test of DBA skills and not how well one can manage the latest version of an add-on product.

One of the reasons I used to tell novices to use the vi editor was that it was a common denominator and would be there at three in the morning after your data center had go to heck and you needed to get your servers back on line.

[Read more]
Never miss a new product release again

Would you like to be notified when a new MySQL product is being released? Check this out:



(find this in the left sidebar at dev.mysql.com)

... or you can click right here to subscribe to this new RSS feed.

MySQL versus PostgreSQL

I created and ran some simple tests on mysql and postgresql to figure out which one is faster. It is already known that postgresql is more stable and reliable than mysql. pgsql has a rich set of features. It is a complete RDBMS and also supports fulltext search.

All benchmarks were done on my laptop - Intel core 2 duo (2.0 GHz) with 4MB L2 cache & 2 GB ram. I have 64 Bit ubuntu system loaded

451 CAOS Links - 2008.06.03

Nexaweb contributes code to open source Ajax effort. IBM releases v1.0 of Lotus Symphony. Zmanda teams with NetApp on MySQL backup. (and more)

Open Source Ajax Gains Enterprise Momentum With dojo.E Contribution From Nexaweb, Nexaweb Technologies (Press Release)

ODF Comes of Age: IBM Lotus Symphony Turns 1.0, IBM (Press Release)

Zmanda Teams with NetApp to Deliver Highly Optimized Backup Solution for MySQL, Zmanda / NetApp (Press Release)

Linux Framework Wars Down to Two Parties, ABI Research (Press Release)

[Read more]
New RSS feeds for MySQL Web Seminars

We (the MySQL Web team) have now made it easier for you to keep track of upcoming MySQL Live Web Seminars as well as MySQL OnDemand Webinars - check out the new RSS Feeds:





Have you noticed the change on www.mysql.com?



BTW, did you see the RSS icon next to MySQL Training? This …

[Read more]
Mapping the MySQL community

I was intrigued by this survey about MySQL today, and I took it.
Some of the questions made me think about the status of MySQL community. Unlike other free/open source projects, MySQL community people are not direct contributors to the project, but just users. Then there are the more advanced ones who keep an active role, and the majority who are just content to use it and don't even care to participate in blogs or forums.
Seen throrugh the articles in PlanetMySQL, the MySQL community has three components, with sub components:

  • Sun/MySQL employees, who link between the noisy users and the company.
    • The ones who produce or advocate closed source
    • The ones who only deal with open source
    • The ones who tell interesting stories without taking sides.
[Read more]
Go! Take the survey

Keith Murphy and Mark Schoonover have put together an excellent survey which is already doing good (seeing the numbers they have been clocking). Survey results will be out in the summer issue of MySQL magazine. I feel this is a "must take" survey for everyone in the MySQL community. And do not forget to mention my blog in the "top 5 favorite MySQL blogs" ;-). Just kidding!

Overall, this is the best survey regarding MySQL that I have ever taken, don't miss it. It will hardly take 10 minutes of your busy schedule. A busy man has the time do anything, right?

Quick Links:

[Read more]
MySQL Proxy: debug plugin

In the next proxy release we introduce plugins, we talked about it already in http://jan.kneschke.de/projects/mysql/mysql-proxy-a-chassis-and-a-mysql-server. Take a look at http://svn.mysql.com/svnpublic/mysql-proxy/trunk/plugins/ and check out:

  • proxy
  • admin
  • debug

each of them sharing the common code that is provided by the chassis.

The debug plugin is a lua shell with a mysql-protocol ... well, just read on ;)

The purpose of the plugin is to be able to introspect the proxy at runtime. If it is loaded you can connect to port 4043 and execute lua code inside the proxy core:

$ mysql --user=root --password=secret --port=4043 --host=192.168.2.113 …
[Read more]
Showing entries 33293 to 33302 of 44822
« 10 Newer Entries | 10 Older Entries »