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 121 to 130 of 335 total results
https://dev.mysql.com/mysql-cluster-install-example-data.html
There are two key points to keep in mind: For a table to be replicated in the cluster, it must use the NDBCLUSTER storage engine. Note The information in this section applies to NDB Cluster running on both Unix and Windows platforms. Working with ...
https://dev.mysql.com/mysql-cluster-replication.html
For information about performing point-in-time recovery with NDB Cluster and NDB Cluster Replication, see Section 22.6.9.2, “Point-In-Time Recovery Using NDB Cluster Replication”. NDB Cluster supports asynchronous replication, more usually ...
https://dev.mysql.com/mysql-installer-workflow.html
If you cancel the installation at this point, the products are installed, but the server (if installed) is not yet configured. For descriptive information regarding password requirements or status, move your mouse pointer over the information icon ... MySQL Installer provides a wizard-like tool to install and configure new MySQL products for ...
https://dev.mysql.com/mysql-options.html
If the option is an integer, specify a pointer to the value of the integer as the arg argument. The argument is a pointer to a null-terminated string naming the key. MYSQL_OPT_LOCAL_INFILE (argument type: optional pointer to unsigned int) This ...
https://dev.mysql.com/mysql-stmt-attr-get.html
The option argument is the option that you want to get; the arg should point to a variable that should contain the option value. If the option is an integer, arg should point to the value of the integer. bool mysql_stmt_attr_get(MYSQL_STMT *stmt, ...
https://dev.mysql.com/mysql-stmt-close.html
mysql_stmt_close() also deallocates the statement handler pointed to by stmt, which at that point becomes invalid and should no longer be used. For a failed mysql_stmt_close() call, do not call mysql_stmt_error(), or mysql_stmt_errno(), or ...
https://dev.mysql.com/mysqldump.html
The mysqldump client utility performs logical backups, producing a set of SQL statements that can be executed to reproduce the original database object definitions and table data. It dumps one or more MySQL databases for backup or transfer to ...
https://dev.mysql.com/nested-loop-joins.html
At that point, no speed is gained by making it larger. MySQL executes joins between tables using a nested-loop algorithm or variations on it. Nested-Loop Join Algorithm Block Nested-Loop Join Algorithm A simple nested-loop join (NLJ) algorithm ...
https://dev.mysql.com/no-matching-rows.html
This problem is common in most computer languages because not all floating-point values can be stored with exact precision. If you have a complicated query that uses many tables but that returns no rows, you should use the following procedure to ...
https://dev.mysql.com/out-of-range-and-overflow.html
If no restrictive modes are enabled, MySQL clips the value to the appropriate endpoint of the column data type range and stores the resulting value instead. When an out-of-range value is assigned to an integer column, MySQL stores the value ...In ...
Displaying 121 to 130 of 335 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-point-p-13.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