Vertaling van "MySQL kann" in Engels
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.
MySQL kann am Anfang etwas einschüchternd wirken.
MySQL kann diesen Join-Typ verwenden, wenn die Abfrage nur Spalten benutzt, die Teil eines einzelnen Indexes sind.
MySQL can use this join type when the query uses only columns that are part of a single index.
Eine Schwachstelle in MySQL kann zu Denial-of-Service-Angriffen führen.
A vulnerability in MySQL may allow for denial of service attacks.
mysql kann auch im Stapelbetrieb verwendet werden: Sie legen Ihre Abfragen im Voraus in einer Datei ab und weisen mysql dann an, den Inhalt dieser Datei auszuführen.
mysql may also be used in batch mode: you place your queries in a file beforehand, then tell mysql to execute the contents of the file.
Tabellenformate MySQL kann verschiedene Formate zum Speichern von Daten auf der Festplatte verwenden, diese werden Speicher-Engines oder Tabellentypen genannt.
MySQL can use several different formats for storing data on disk, these are called storage engines or table types.
MySQL kann zusammengesetzte Indizes erstellen (d. h. Indizes über mehrere Spalten).
MySQL can create composite indexes (that is, indexes on multiple columns).
MySQL kann auch einen String, der keine Trennzeichen enthält (wie etwa '20040815') konvertieren, vorausgesetzt, er ergibt einen vernünftigen Datumswert.
MySQL can also convert a string containing no separators (such as '20040815'), provided it makes sense as a date.
Ob es sich bei der geplanten Anwendung um ein hochperformantes transaktionsgesteuertes System oder um eine Webseite mit hoher Datenauslastung handelt, die täglich Milliarden von Abfragen durchführt - MySQL kann den anspruchsvollsten Anforderungen an die Performanz eines jeden Systems Rechnung tragen.
Whether the intended application is a high-speed transactional processing system or a high-volume web site that services a billion queries a day, MySQL can meet the most demanding performance expectations of any system.
MySQL kann kostenlos unter einer GPL-Lizenz genutzt werden, genauso aber auch in der gezahlten kommerziellen Variante mit Herstellerunterstützung.
MySQL can be used for free under the GPL licence, or in the commercial variant that includes the manufacturer's support.
MySQL kann zusätzlich zur normalen, auf Benutzernamen und Passwörtern basierenden Authentifizierung Attribute von X509-Zertifikaten überprüfen.
MySQL can check X509 certificate attributes in addition to the usual authentication that is based on the user name and password.
MySQL kann raumbezogene Indizes mit einer ähnlichen Syntax anlegen, wie sie auch für normale Indizes verwendet wird, allerdings erweitert um das Schlüsselwort SPATIAL.
For MyISAM tables, MySQL can create spatial indexes using syntax similar to that for creating regular indexes, but extended with the SPATIAL keyword.
MySQL kann als Datenquelle verwendet werden, sofern der MySQL JDBC-Connector installiert ist.
MySQL can be used as a data source if you have installed the MySQL JDBC connector.
MySQL kann BIGINT in den folgenden Fällen verarbeiten
MySQL can handle BIGINT in the following cases