Sandkastenspiele 2.0*: MySQL Testumgebungen mit der MySQL Shell bereitstellen.
Matthias Jung
Data Management
Bereits in der ORDIX News 3/2012 haben wir Ihnen gezeigt, wie man MySQL-Sandbox-Systeme aufbauen kann. Zu der damaligen Zeit gab es natürlich noch keine MySQL Shell. In vielen Fällen ist dieses nützliche Tool den DBAs noch unbekannt. Dabei ist es z.B. geeignet, um schnell Testumgebungen unterschiedlicher Couleur bereitzustellen. Von Schaufeln und F...
Weiterlesen
Sandbox games 2.0*: How to deploy MySQL test environments with the MySQL Shell
Matthias Jung
MySQL - English Articles
There was already an article in ORDIX News 3/2012 that dealt with the provision of test environments (sandboxes). Of course, the MySQL Shell didn't exist back then. This tool (unfortunately still often unknown to DBAs) is very suitable for quickly creating test environments of various colors as sandboxes. Sandbox toys: What is a sandbox and what ca...
Weiterlesen
A new error culture...the MySQL error log table
Matthias Jung
MySQL - English Articles
Keeping track of the state of a database server is certainly one of the most important tasks of every DBA. As with most database products, this control is carried out via an error log. This is an ASCII log file that is located in a certain path (depending on the operating system or configuration) in the file system off the server. With version 8.0....
Weiterlesen
Eine neue Fehlerkultur… die MySQL „Error-Log“-Tabelle
Matthias Jung
Data Management
Die Übersicht über den Zustand des Datenbank-Servers zu behalten, zählt sicherlich zu den wichtigsten Aufgaben eines jeden DBAs. Wie bei den meisten Datenbankprodukten erfolgt diese Kontrolle über ein Fehlerprotokoll, das sogenannte „Error-Log". Dabei handelt es sich um eine ASCII-Log-Datei, die sich (je nach Betriebssystem oder Konfiguration) in e...
Weiterlesen
MySQL InnoDB Cluster: "Schlüsselmomente" beim Import
Matthias Jung
Data Management
Dieser Beitrag bezieht sich auf ein Problem eines unserer Kunden, welches beim Import einer Datenbank in ein neues InnoDB Cluster entstanden ist.Unser Kunde ist dabei, seine bestehende (veraltete) MySQL-5.5-Single-Instanz-Datenbank zu migrieren. Die Zielumgebung soll dabei aus einem Drei-Knoten-InnoDB-Cluster bestehen. Problembeschreibung Um die ne...
Weiterlesen
MySQL InnoDB Cluster: "Key moments" while importing...
Matthias Jung
MySQL - English Articles
This article refers to a problem of one of our customers, which arose when importing a database into a new InnoDB cluster. Our customer is in the process of migrating his existing (outdated) MySQL 5.5 single instance DB. The target environment should consist of a three-node InnoDB cluster. Problem description In order to test the new environme...
Weiterlesen