Ab dem 2. Januar 2012 arbeite ich nicht länger in der MySQL Gruppe bei Oracle. Statt dessen habe ich bei MariaDB Services AB, der neuen Firma des MySQL-Vaters Monty Widenius angeheuert. Meine Aufgabe ist die Automatisierung von Benchmarks für MariaDB. Ich hoffe, bald über Ergebnisse bloggen zu können (aber nicht hier).
Am Donnerstag, den 09. Februar 2012 findet in Frankfurt der
Oracle Technology Network Developer Day zum Thema "MySQL"
statt.
More:
http://www.oracle.com/webapps/events/ns/EventsDetail.jsp?p_eventId=148478&src=7314534&src=7314534&Act=240
Am Mittwoch, dem 18. Januar 2012 findet um 10:00 Uhr (CET) der
deutschspachige ORACLE Live Webcast zum Thema "Erstellung
hochperformanter PHP-Anwendungen mit MySQL" statt.
More:
http://www.oracle.com/webapps/events/ns/EventsDetail.jsp?p_eventId=148487&src=7314534&src=7314534&Act=241
Ich nutze für einige Installationen bestimmte Pfade für das
plugin-dir.
Bei dem Upgrade auf MySQL 5.5 wurde die Konfiguration nicht mehr
gezogen.
Beim direkten Starten vom mysqld $CONF war wieder alles in
Ordnung.
Es zeigte sich, dass der Fehler im mysqld_safe liegt.
mysqld_safe meint seit 5.5.? die Option plugin-dir parsen zu
müssen.
Hierfür wurde die Funktion parse_arguments() erweitert.
#v+
177 --plugin-dir=*)
PLUGIN_DIR="$val" ;;
#v-
Folgender Code greift auf die Variable zu (wenn die denn gesetzt
wurde):
421 if [ -n "${PLUGIN_DIR}" ]; then
422 plugin_dir="${PLUGIN_DIR}"
423 else
424 # Try to find plugin dir relative to
basedir
425 for dir in lib/mysql/plugin lib/plugin
426 do
427 if [ -d …
Sie haben das PHP-MySQL-Tutorial bereits durchgearbeitet und eine Reihe eigener LAMP-Anwendungen laufen? Dennoch haben Sie das Gefühl, dass Sie noch nicht alles über PHP und MySQL wissen?
Dann nehmen Sie an diesem Webseminar von Johannes Schlüter teil, einem der Konnektoren-Entwickler und PHP-Spezialisten bei Oracle. Sie erhalten direkt von der Quelle einen Einblick in die Funktionsweise der PHP-MySQL-Treiber und Antworten auf Fragen wie:
- Was passiert wenn "gepufferte" oder "ungepufferte" Ergebnisse abgefragt werden?
- Wie handhabt man gespeicherte Prozeduren (Stored Procedures) richtig?
Date and Time: Wednesday, 18 Jan 2012, 10:00 CET
MySQL has announced new product roadmap beyond MySQL 5.5 and MySQL Cluster 7.1. We summarize MySQL's first year under Oracle's stewardship, discuss the current and ongoing engagement with the MySQL users and! offer insights into future roadmaps and commitment to MySQL products. Current major version MySQL 5.5 has number of enhancements in performance, scalability, and availability.
Date and Time: Thursday, 22 Dec 2011, 13:00 Asia/Singapore
Datenbanken sind heute für Web- und Unternehmensanwendungen eine der wichtigsten Bestandteile: In ihnen werden die wertvollsten Unternehmenswerte gespeichert und geschützt und sie unterstützen geschäftskritische Anwendungen. Bereits wenige Minuten Ausfallzeit können erhebliche Umsatzeinbußen und unzufriedene Kunden nach sich ziehen. Die Sicherstellung von Datenbank-Hochverfügbarkeit sollte deshalb für jedes Unternehmen mit hoher Priorität verfolgt werden.
In diesem Webseminar erfahren Sie mehr über:
- Gründe, Folgen und Auswirkungen von Ausfällen
- Methoden zur Bestimmung angemessener Hochverfügbarkeitslösungen
- Überblick über MySQL Hochverfügbarkeitslösungen
- Optimale Verfahren, um Betriebskontinuität sicherzustellen
As part of the MySQL 5.6 Development Milestone Releases, Oracle has announced significant enhancements to MySQL replication.
Tune into the part 2 of the "What's New in MySQL 5.6" webinar series where the MySQL team will discuss the design and implementation of each of these features, and how to get started in evaluating them. The session will specifically cover:
- Enhanced data integrity: Global Transactions Identifiers, Crash-Safe Slaves and Replication Event Checksums;
- High performance: Multi-Threaded Slaves, Binlog Group Commit and Optimized Row-Based Replication;
- Improved flexibility: Time Delayed Replication, Multi-Source Replication, Binlog API and Informational Log Events
Date and Time: Wednesday, 14 Dec 2011, 09:00 US/Pacific
In Part 4 of our OEM Essentials Series, MySQL expert, Lynn Ferrante, will show you how to achieve both high availability and scalability using MySQL replication -- the same solution relied on by Facebook, Google and many of the most trafficked Web sites to serve their growing millions of users around the clock. Despite its sophisticated user base, MySQL replication is both easy to use and set up, even for your customers’ IT staff (non-DBAs).
In this technical webcast Lynn will review:
- Replication use cases, the technical and business benefits
- MySQL Replication architecture
- How to determine the best replication type and topology for your application: Row-based, Statement-based or Mixed format
- Tips for easy installation
- Monitoring replication with MySQL Enterprise Monitor
- Asynchronous and semi-synchronous replication
- Filtering options …
Databases are the center of today’s web and enterprise applications, storing and protecting an organization’s most valuable assets and supporting business-critical applications. Just minutes of downtime can result in significant lost revenue and dissatisfied customers. Ensuring database highly availability is therefore a top priority for any organization.
Tune into this webcast to learn more. The session will discuss:
- Causes, effect and impact of downtime
- Methodologies to map applications to HA solution
- Overview of MySQL HA solutions
- Operational best practices to ensure business continuity