The world's most popular open source database
USA - Toll Free: +1-866-221-0634
USA - From abroad: +1-208-327-6494
USA - Subscription Renewals: +1-866-830-4410
Latin America: +1 512 535 7751
UK: +44 845 399 1124
Ireland: +353 1 6919191
Germany: +49 89 420 95 98 95
France: +33 1 70 61 48 95
Sweden: +46 730 207 871
Benelux: +358 50 5710 528
Italy: +39 06-99268193
Israel: +358 50 5710 528
Spain & Portugal: + 34 933905461
Other EMEA countries: +353 1 6919191
Asia Pacific: +81 3 5843 1140
Learn about new MySQL releases, technical articles, events and more.
Newsletters older than 6 months may have links that are out of date. Please use the Search to check for updated links.
Introduction
MySQL reduces the Total Cost of Ownership (TCO) of database software by:
· Reducing database licensing costs by over 90%
· Cutting systems downtime by 60%
· Lowering hardware expenditure by 70%
· Reducing administration, engineering and support costs by up to 50%
In our white paper we'll show you how. You'll also learn how organizations such as Cox Communications, NASA, Sabre Holdings and Yahoo! have improved database reliability, performance and TCO using MySQL. You'll see how these techniques can apply in your organization.
Get the full white paper at http://www.mysql.com/tco
Products
Bugs
MySQL Tips & Hints
It is possible to run several MySQL servers on the same machine, provided that they don't work with same data. Each mysqld should have its own data directory.
When MySQL writes data, it gives it to the operating system.
It is a feature of some operating systems that they use "lazy
writes." That is, they do not actually write the data immediately,
but buffer it in memory for a short while. This allows the operating
system to optimize disk I/O in general. However, it also means that
data written by MySQL may not actually be written to disk immediately.
MySQL closes connections after 8 hours of inactivity. You either need to use a connection pool that handles stale connections or use the "autoReconnect" parameter (see "Developing Applications with MySQL Connector/J").
Events
You can read more about the geekcruise at
http://www.geekcruises.com/top/sql_top.htm
Contact sara.hendel@ucg.se or phone +46 703 168 833 for more information and participation.
Training
Partners' Corner

