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 241 to 250 of 308 total results
https://dev.mysql.com/mysql-cluster-limitations-unsupported.html
A number of features supported by other storage engines are not supported for NDB tables. Trying to use any of these features in NDB Cluster does not cause errors in or of itself; however, errors may occur in applications that expects the features ...
https://dev.mysql.com/mysql-cluster-ndb-api-statistics.html
A number of types of statistical counters relating to actions performed by or affecting Ndb objects are available. Such actions include starting and closing (or aborting) transactions; primary key and unique key operations; table, range, and pruned ...
https://dev.mysql.com/mysql-cluster-options-variables.html
--ndb-blob-read-batch-bytes=bytes Table 22.217 Type and value information for ndb-blob-read-batch-bytes Property Value Name ndb-blob-read-batch-bytes Command Line Yes System Variable Yes Option File Yes Scope Both Dynamic Yes Type: Default, Range ...
https://dev.mysql.com/mysql-cluster-programs-ndb-select-all.html
ndb_select_all prints all rows from an NDB table to stdout. --gci Adds a GCI column to the output showing the global checkpoint at which each row was last updated. See Section 22.1, “NDB Cluster Overview”, and Section 22.5.6.2, “NDB Cluster ...Usage ndb_select_all -c connection_string tbl_name -d db_name [> file_name] The following table includes options that are specific to the NDB Cluster native backup restoration program ...
https://dev.mysql.com/mysql-cluster-programs-ndb-size-pl.html
This is a Perl script that can be used to estimate the amount of space that would be required by a MySQL database if it were converted to use the NDBCLUSTER storage engine. Unlike the other utilities discussed in this section, it does not require ...
https://dev.mysql.com/mysql-create-db.html
int mysql_create_db(MYSQL *mysql, const char *db) Creates the database named by the db parameter. CR_SERVER_LOST The connection to the server was lost during the query.
https://dev.mysql.com/mysql-drop-db.html
int mysql_drop_db(MYSQL *mysql, const char *db) Drops the database named by the db parameter. if(mysql_drop_db(&mysql, "my_database")) fprintf(stderr, "Failed to drop the database: Error: %s\n", mysql_error(&mysql)); . CR_SERVER_LOST The connection ...
https://dev.mysql.com/mysql-dump-debug-info.html
int mysql_dump_debug_info(MYSQL *mysql) Instructs the server to write debugging information to the error log. CR_SERVER_LOST The connection to the server was lost during the query.
https://dev.mysql.com/mysql-errno.html
unsigned int mysql_errno(MYSQL *mysql) For the connection specified by mysql, mysql_errno() returns the error code for the most recently invoked API function that can succeed or fail. Client error message numbers are listed in the MySQL errmsg.h ...
https://dev.mysql.com/mysql-get-proto-info.html
unsigned int mysql_get_proto_info(MYSQL *mysql) Returns the protocol version used by current connection. An unsigned integer representing the protocol version used by the current connection.
Displaying 241 to 250 of 308 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-int-p-25.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