Vertaling van "MySQL 5.1.6" 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.
This option was added in MySQL 5.1.6.
Before MySQL 5.1.6, there is no TRIGGER privilege and this statement requires the SUPER privilege in all cases.
Vor MySQL 5.1.6 war für diese Anweisung das SUPER-Recht notwendig.
Incompatible change: The structure of FULLTEXT indexes has been changed in MySQL 5.1.6.
Inkompatible Änderung: Die Struktur der FULLTEXT-Indizes wurde in MySQL 5.1.6 geändert.
The PARTITIONS table is a nonstandard table. It was added in MySQL 5.1.6.
Die PARTITIONS-Tabelle gibt es seit MySQL 5.1.6.
After upgrading to MySQL 5.1.6 or greater, any tables that have FULLTEXT indexes must be repaired with REPAIR TABLE
Nach der Aktualisierung auf MySQL 5.1.6 oder höher müssen Sie die REPAIR TABLE-Anweisung für jede Tabelle aufrufen, die FULLTEXT-Indizes enthält.
This statement requires the SUPER privilege prior to MySQL 5.1.6.
Incompatible change: MySQL 5.1.6 introduces the TRIGGER privilege.
Inkompatible Änderung: MySQL 5.1.6 hat die Berechtigung TRIGGER neu eingeführt.
is available and is functional beginning with MySQL 5.1.6; previously in MySQL 5.1, this was accepted as valid syntax, but the statement did nothing.
funktioniert seit MySQL 5.1.6; zuvor in MySQL 5.1 wurde ihre Syntax zwar als gültig akzeptiert, aber Auswirkungen hatte sie keine.
If you are using partitioned tables which were created in MySQL 5.1.5 or earlier, be sure to see Section D..69, "Changes in MySQL 5.1.6 (2006-02-01)" for more information and suggested workarounds before upgrading to MySQL 5.1.6 or later.
Bitte lesen Sie Abschnitt D..1, „Änderungen in Release 5.1.6 (Noch nicht veröffentlicht)", bevor Sie von MySQL 5.1.5 oder einer älteren Version auf MySQL 5.1.6 oder höher aufrüsten.
If you are using partitioned tables which were created in MySQL 5.1.5 or earlier, be sure to see Section D..69, "Changes in MySQL 5.1.6 (2006-02-01)" for more information and suggested workarounds before upgrading to MySQL 5.1.6 or later.
Wenn Sie partitionierte Tabellen haben, die mit MySQL 5.1.5 oder früher angelegt wurden, lesen Sie unbedingt die Zusatzinformationen und empfohlenen Workarounds in Abschnitt D..1, „Änderungen in Release 5.1.6 (Noch nicht veröffentlicht)", nach, bevor Sie auf MySQL 5.1.6 oder höher aufrüsten.
If any partitioned tables created in a MySQL version prior to MySQL 5.1.6 are present following an upgrade to MySQL 5.1.6 or later, it is not possible to SELECT from, SHOW, or DESCRIBE the PARTITIONS table.
Wichtig: Wenn nach einem Upgrade auf MySQL 5.1.6 oder höher noch irgendwelche partitionierten Tabellen vorhanden sind, die in einer älteren MySQL-Version als MySQL 5.1.6 angelegt wurden, so ist auf der PARTITIONS-Tabelle kein SELECT, SHOW oder DESCRIBE möglich.
MySQL 5.1.6 implements the TRIGGER privilege and requires that privilege for trigger creation, so at that point both rules come into play and SUPER is required only for specifying a DEFINER value other than your own account.
Otherwise, the behavior with respect to privilege checking is undefined. Note: Prior to MySQL 5.1.6, CREATE TRIGGER always requires the SUPER privilege, so only the second of the preceding rules applies.
Hinweis: In älteren Versionen als MySQL 5.1.6 wird das SUPER-Recht für die Benutzung von CREATE TRIGGER verlangt, sodass für diese älteren Releases nur die zweite der oben genannten Regeln gilt.