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
I passed the Core exam today, and at that with 15 minutes to spare! I owe this in large part to the MySQL Certification Study Guide, a very pleasant book, easy to use and with clear explanations. Many thanks to you and your coauthors for this fine book! — Ida Engqvist, Department of Neuroscience, Karolinska Institutet, Sweden
Learn about new MySQL releases, technical articles, events and more.
On February 1st, 2005, the MySQL Certification Exams will be updated to reflect the changes that have taken place with the release of MySQL Server version 4.1. The following presents a high-level overview of the changes that will occur on the exams as they are upgraded from MySQL 4.0 to MySQL 4.1.
Please read the MySQL Certification Study Guide Addendum (pdf format) for more information.
SELECT statements is increased from taking up 10% of the exam questions to 15%.TIMESTAMP behavior and storage requirements for character strings will appear.GROUP_CONCAT() function, and GROUP BY ... WITH ROLLUP will appear in the section SELECT statements.INSERT ... ON DUPLICATE KEY UPDATE.There will be no structural changes to the Professional exam. However, questions will appear on the topics described in the Study Guide Addendum
MEMORY tables.SHOW WARNINGS will be part of the section Advanced Server Features.MySQL Server 4.1 introduces some completely new features that are important in their own right. But the area of application for these features is so new that they do not fit into the framework of general MySQL usage. We mention them here for the sake of completeness, and to clarify that they will not appear on the exam.
MySQL server now supports the spatial data types required for analyzing geographic features. The spatial data types allow you to store locations (such as lakes, cities, postcode areas, street intersections) in the database, and retrieve them using special functions. Most often, the spatial functions will, given a border, select those locations that are within the border, outside the border or which intersect the border.
Apart from briefly covering the need to be aware of potential new storage requirements, the exam does not touch upon newly introduced support for character sets and character collations.

