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 561 to 570 of 724 total results
https://dev.mysql.com/log-destinations.html
Logs are accessible remotely through any client that can connect to the server and issue queries (if the client has the appropriate log table privileges). MySQL Server provides flexible control over the destination of output written to the general ...
https://dev.mysql.com/manual-conventions.html
Example: “The --host option (short form -h) tells the mysql client program the hostname or IP address of the MySQL server that it should connect to”. This manual uses certain typographical conventions: Text in this style is used for SQL ...
https://dev.mysql.com/master-thread-states.html
If you see no Binlog Dump threads on a master server, this means that replication is not running; that is, that no slaves are currently connected. The following list shows the most common states you may see in the State column for the master's ...
https://dev.mysql.com/my-print-defaults.html
A “login path” is an option group containing options that specify which MySQL server to connect to and which account to authenticate as. my_print_defaults displays the options that are present in option groups of option files. The output ...
https://dev.mysql.com/mysql-acid.html
For distributed or hosted data applications, the particular characteristics of the data centers where the hardware for the MySQL servers is located, and network connections between the data centers. The ACID model is a set of database design ...
https://dev.mysql.com/mysql-affected-rows.html
If you specify the CLIENT_FOUND_ROWS flag to mysql_real_connect() when connecting to mysqld, the affected-rows value is the number of rows “found”; that is, matched by the WHERE clause. uint64_t mysql_affected_rows(MYSQL *mysql) ...
https://dev.mysql.com/mysql-binlog-close.html
void mysql_binlog_close(MYSQL *mysql, MYSQL_RPL *rpl) Close a replication event stream. After calling mysql_binlog_close(), this structure should not be used further without reinitializing it and calling mysql_binlog_open() again.
https://dev.mysql.com/mysql-binlog-fetch.html
int mysql_binlog_fetch(MYSQL *mysql, MYSQL_RPL *rpl) Fetch one event from the replication event stream. After a successful call, the size member indicates the event size, which is 0 for an EOF event. For a non-EOF event, size is greater than 0 and ...
https://dev.mysql.com/mysql-binlog-open.html
int mysql_binlog_open(MYSQL *mysql, MYSQL_RPL *rpl) Open a new replication event stream, to read a MySQL server binary log. rpl: A MYSQL_RPL structure that has been initialized to indicate the replication event stream source. For a description of ...
https://dev.mysql.com/mysql-character-set-name.html
const char *mysql_character_set_name(MYSQL *mysql) Returns the default character set name for the current connection.
Displaying 561 to 570 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-57.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