No cache version.

Caching disabled. Default setting for this page:enabled (code DEF204)
If the display is too slow, you can disable the user mode to view the cached version.

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

Find a PHP function

Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-fct-connection-p-9.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:en Manuel MySQL : https://dev.mysql.com/

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.

Contents Haut