Keine Cache-Version

Caching deaktiviert Standardeinstellung für diese Seite:aktiviert (code DEF204)
Wenn die Anzeige zu langsam ist, können Sie den Benutzermodus deaktivieren, um die zwischengespeicherte Version anzuzeigen.

Rechercher dans le manuel MySQL

Displaying 81 to 90 of 701 total results
https://dev.mysql.com/create-user.html
When the read_only system variable is enabled, CREATE USER additionally requires the CONNECTION_ADMIN or SUPER privilege. Mark the password expired so that the user must choose a new one at the first connection to the server: CREATE USER ... CREATE ...
https://dev.mysql.com/mysql-nutshell.html
Like the sha256_password plugin, caching_sha2_password implements SHA-256 password hashing, but uses caching to address latency issues at connect time. It also supports more connection protocols and does not require linking against OpenSSL for RSA ... This section summarizes what has been added to, deprecated in, and removed from MySQL ...
https://dev.mysql.com/c-api-function-overview.html
mysql_character_set_name(): Returns the default character set name for the current connection. mysql_ping(): Checks whether the connection to the server is working, reconnecting as necessary. mysql_real_escape_string(): Escapes special characters in ... The following list summarizes the functions available in the C ...
https://dev.mysql.com/mysql-secure-installation.html
Normal usage is to connect to the local MySQL server; invoke mysql_secure_installation without arguments: shell> mysql_secure_installation When executed, mysql_secure_installation prompts you to determine which actions to perform. For example, to ...
https://dev.mysql.com/group-replication-tuning-recovery.html
For state transfer from the binary log, Group Replication limits the number of attempts a joining member makes when trying to connect to a donor from the pool of donors. If the connection retry limit is reached without a successful connection, the ... Several aspects of Group Replication's distributed recovery process can be configured to suit your ...
https://dev.mysql.com/host-cache.html
Note The server uses the host cache only for nonlocal TCP connections. It does not use the cache for TCP connections established using a loopback interface address (for example, 127.0.0.1 or ::1), or for connections established using a Unix socket ... The MySQL server maintains a host cache in memory that contains information about clients: IP address, host name, and error ...
https://dev.mysql.com/mysql-cluster-program-options-common.html
--connect-retries=# Property Value Command-Line Format --connect-retries=# Type Numeric Default Value 12 Minimum Value 0 Maximum Value 4294967295 This option specifies the number of times following the first attempt to retry a connection before ...
https://dev.mysql.com/mysql-innodb-cluster-introduction.html
MySQL Router can automatically configure itself based on the cluster you deploy, connecting client applications transparently to the server instances. Important MySQL Shell enables you to connect to servers over a socket connection, but AdminAPI ...
https://dev.mysql.com/x-plugin-options-system-variables.html
If X Plugin is enabled, it exposes several system variables that permit control over its operation: mysqlx_bind_address Property Value Command-Line Format --mysqlx-bind-address=addr System Variable mysqlx_bind_address Scope Global Dynamic No SET_VAR ... To control activation of X Plugin, use this option: --mysqlx[=value] Property Value Command-Line Format --mysqlx[=value] Introduced 8.0.11 Type Enumeration Default Value ON Valid Values ONOFFFORCEFORCE_PLUS_PERMANENT This option controls how the server loads X Plugin at ...
https://dev.mysql.com/mysql-cluster-api-definition.html
It is also subject to future removal.) ConnectionMap Table 22.189 This table provides type and value information for the ConnectionMap API node configuration parameter Property Value Version (or later) NDB 8.0.13 Type or units string Default [none] ... The [mysqld] and [api] sections in the config.ini file define the behavior of the MySQL servers (SQL nodes) and other applications (API nodes) used to access cluster ...
Displaying 81 to 90 of 701 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-connection-p-9.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