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 431 to 440 of 721 total results
https://dev.mysql.com/mysql-innodb-cluster-from-group-replication.html
To adopt an existing Group Replication group, connect to a group member using MySQL Shell. We connect to gr-member-2, a secondary instance, while gr-member-1 is functioning as the group's primary. If you have an existing deployment of Group ...
https://dev.mysql.com/mysql-load-plugin.html
The plugin API does not require a connection to a MySQL server, but this structure must be properly initialized. struct st_mysql_client_plugin *mysql_load_plugin(MYSQL *mysql, const char *name, int type, int argc, ...) Loads a MySQL client plugin, ...
https://dev.mysql.com/mysql-num-fields.html
You can get the number of columns either from a pointer to a result set or to a connection handler. You would use the connection handler if mysql_store_result() or mysql_use_result() returned NULL (and thus you have no result set pointer). unsigned ...
https://dev.mysql.com/mysql-oci-marketplace-deploy.html
Important When the deployment is complete, the MySQL server is started, and you must connect to the compute instance, and retrieve the default root password which was written to the MySQL log file. To deploy MySQL EE on Oracle Cloud Infrastructure, ...
https://dev.mysql.com/mysql-refresh.html
CR_SERVER_LOST The connection to the server was lost during the query. int mysql_refresh(MYSQL *mysql, unsigned int options) Note mysql_refresh() is deprecated and will be removed in a future version of MySQL. This function flushes tables or ...
https://dev.mysql.com/mysql-reload.html
CR_SERVER_LOST The connection to the server was lost during the query. int mysql_reload(MYSQL *mysql) Asks the MySQL server to reload the grant tables.
https://dev.mysql.com/mysql-rollback.html
In particular, if the value of completion_type is RELEASE (or 2), the server performs a release after terminating a transaction and closes the client connection. Call mysql_close() from the client program to close the connection from the client side. The action of this function is subject to the value of the completion_type system ...
https://dev.mysql.com/mysql-set-server-option.html
int mysql_set_server_option(MYSQL *mysql, enum enum_mysql_set_option option) Enables or disables an option for the connection. Enabling multiple-statement support with MYSQL_OPTION_MULTI_STATEMENTS_ON does not have quite the same effect as enabling ...Option Description MYSQL_OPTION_MULTI_STATEMENTS_ON Enable multiple-statement support MYSQL_OPTION_MULTI_STATEMENTS_OFF Disable multiple-statement support If you enable multiple-statement support, you should retrieve results from calls to mysql_query() or mysql_real_query() by using a loop that calls mysql_next_result() to determine whether there are more ...
https://dev.mysql.com/mysql-shutdown.html
CR_SERVER_LOST The connection to the server was lost during the query. int mysql_shutdown(MYSQL *mysql, enum mysql_enum_shutdown_level shutdown_level) Note mysql_shutdown() is deprecated and will be removed in a future version of MySQL. MySQL ...
https://dev.mysql.com/mysql-stmt-execute.html
CR_SERVER_LOST The connection to the server was lost during the query. The mysql variable is assumed to be a valid connection handler. int mysql_stmt_execute(MYSQL_STMT *stmt) mysql_stmt_execute() executes the prepared query associated with the ...
Displaying 431 to 440 of 721 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-44.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