Vertaling van "a binary log" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
mysqlbinlog A utility for reading statements from a binary log.
mysqlbinlog Ein Hilfsprogramm zum Lesen von Anweisungen aus einem Binärlog.
The thread has finished reading a binary log file and is opening the next one to send to the slave.
Thus, omitting server-id is good only for backup with a binary log.
Auf diese Weise ist das Übergehen von server-id nur für ein Backup mit einem Binärlog geeignet.
This is a problem mainly when you try to apply a binary log as follows
You can save the current event list to a binary log file, and also open an existing log file to view it.
Sie können die aktuelle Ereignisliste als binäre Protokolldatei speichern und eine vorhandene Protokolldatei öffnen, um sie zu prüfen.
These settings, named System Overview, are configured to create a binary log that, after manual start-up, updates every 15 seconds and logs continuously until it achieves a maximum size.
Diese Einstellungen, die als Systemübersicht bezeichnet werden, sind für die Erstellung eines Binärprotokolls konfiguriert, das nach einem manuellen Start alle 15 Sekunden aktualisiert wird und bis zum Erreichen der Maximalgröße kontinuierlich protokolliert.
A binary log cache is allocated for each client if the server supports any transactional storage engines and, starting from MySQL 4.1.2, if the server has the binary log enabled ( - log-bin option).
Ein Binärlog-Cache wird jedem Client zugewiesen, wenn der Server transaktionssichere Speicher-Engines unterstützt und an ihm das Binärlog aktiviert ist (Option - log-bin).
To keep track of which binary log files have been used, mysqld also creates a binary log index file that contains the names of all used binary log files.
Um im Überblick zu behalten, welche Binärlogdateien bereits verwendet wurden, erstellt mysqld außerdem eine Indexdatei, die die Namen aller verwendeten Binärlogdateien enthält.
A communication packet is a single SQL statement sent to the MySQL server, a single row that is sent to the client, or a binary log event sent from a master replication server to a slave.
Ein Kommunikationspaket ist eine einzelne an den MySQL Server geschickte SQL-Anweisung oder eine einzelne an den Client geschickte Zeile.
You can use the mysqlbinlog utility to download a binary log.
With this option, if mysqlbinlog reads a binary log event that it does not recognize, it prints a warning, ignores the event, and continues.
Mit dieser Option gibt mysqlbinlog, wenn es ein Binärlogereignis liest, das es nicht erkennt, eine Warnung aus, ignoriert das Ereignis und fährt fort.
To view the SQL commands in a binary log, you use the mysqlbinlog command
Zusammenfassung In diesem Kapitel lernten wir die SQL-Befehle kennen, mit denen der Datenbestand geändert wird