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 591 to 600 of 724 total results
https://dev.mysql.com/mysql-cluster-replication-schema.html
Note When performing schema changes on NDB tables, applications should wait until the ALTER TABLE statement has returned in the MySQL client connection that issued the statement before attempting to use the updated definition of the table.
https://dev.mysql.com/mysql-cluster-replication.html
These are implemented as NDB statistics _slave status variables, as seen in the output of SHOW STATUS, or in the results of queries against the Performance Schema session_status or global_status table in a mysql client session connected to a MySQL ... NDB Cluster supports asynchronous replication, more usually referred to simply as ...
https://dev.mysql.com/mysql-cluster-security-mysql-privileges.html
The SQL statements used to grant and revoke privileges on NDB tables, databases containing such tables, and columns within such tables are identical in all respects with the GRANT and REVOKE statements used in connection with database objects ... In ...
https://dev.mysql.com/mysql-cluster-thread-states.html
Waiting for event from ndbcluster The server is acting as an SQL node in an NDB Cluster, and is connected to a cluster management node. Committing events to binlog Opening mysql.ndb_apply_status Processing events The thread is processing events for ...
https://dev.mysql.com/mysql-config.html
mysql_config provides you with useful information for compiling your MySQL client and connecting it to MySQL. It is a shell script, so it is available only on Unix and Unix-like systems. Note pkg-config can be used as an alternative to mysql_config ...
https://dev.mysql.com/mysql-create-db.html
CR_SERVER_LOST The connection to the server was lost during the query. int mysql_create_db(MYSQL *mysql, const char *db) Creates the database named by the db parameter.
https://dev.mysql.com/mysql-drop-db.html
CR_SERVER_LOST The connection to the server was lost during the query. 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 ...
https://dev.mysql.com/mysql-eof.html
Because an error may occur on the connection during this process, a NULL return value from mysql_fetch_row() does not necessarily mean the end of the result set was reached normally. mysql_eof() determines whether the last row of a result set has ...
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-error.html
const char *mysql_error(MYSQL *mysql) For the connection specified by mysql, mysql_error() returns a null-terminated string containing the error message for the most recently invoked API function that failed. If a function did not fail, the return ...
Displaying 591 to 600 of 724 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-60.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