Rechercher dans le manuel MySQL

Displaying 261 to 270 of 278 total results
https://dev.mysql.com/using-encrypted-connections.html
This remains true until the next change to the system variables. Several options are available to indicate whether to use encrypted connections, and to specify the appropriate certificate and key files. Instructions for creating any required ...
https://dev.mysql.com/using-system-variables.html
On the other hand, with SET you can assign a variable's value using an expression, which is not true when you set a variable at server startup. The MySQL server maintains many system variables that configure its operation. Section 5.1.8, “Server ...
https://dev.mysql.com/using-systemd.html
To suppress this automatic initialization behavior, specify the following line in the /etc/sysconfig/mysql file (create the file if it does not exist): NO_INIT=true This section describes how to configure systemd for multiple instances of MySQL. If ...
https://dev.mysql.com/validate-password-options-variables.html
Assuming that is true, each substring of the password of length 4 up to 100 is compared to the words in the dictionary file. This section describes the system and status variables that validate_password provides to enable its operation to be ...
https://dev.mysql.com/validate-password.html
This is true even if an account is locked initially because otherwise unlocking the account later would cause it to become accessible without a password that satisfies the policy. The validate_password component serves to improve security by ...
https://dev.mysql.com/version-tokens-usage.html
Locking service locks can be monitored using the Performance Schema, so this is also true for Version Tokens locks. Before using Version Tokens, install it according to the instructions provided at Section 5.6.6.2, “Installing or Uninstalling ...
https://dev.mysql.com/view-updatability.html
The flag is set to YES (true) if UPDATE and DELETE (and similar operations) are legal for the view. Some views are updatable and references to them can be used to specify tables to be updated in data change statements. That is, you can use them in ...
https://dev.mysql.com/views-table.html
The flag is set to YES (true) if UPDATE and DELETE (and similar operations) are legal for the view. You must have the SHOW VIEW privilege to access this table. The VIEWS table has these columns: TABLE_CATALOG The name of the catalog to which the ...
https://dev.mysql.com/wait-summary-tables.html
The Performance Schema maintains tables for collecting current and recent wait events, and aggregates that information in summary tables. Section 26.12.4, “Performance Schema Wait Event Tables” describes the events on which wait summaries are ...
https://dev.mysql.com/while.html
[begin_label:] WHILE search_condition DO statement_list END WHILE [end_label] The statement list within a WHILE statement is repeated as long as the search_condition expression is true. statement_list consists of one or more SQL statements, each ...
Displaying 261 to 270 of 278 total results

Suchen Sie im MySQL-Handbuch

Deutsche Übersetzung

Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.

Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.

Vielen Dank im Voraus.

Dokument erstellt 26/06/2006, zuletzt geändert 26/10/2018
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/mysql-rf-fct-true-p-27.html

Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.

Referenzen

  1. Zeigen Sie - html-Dokument Sprache des Dokuments:en Manuel MySQL : https://dev.mysql.com/

Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.

Inhaltsverzeichnis Haut