Rechercher dans le manuel MySQL

Displaying 261 to 270 of 278 total results
https://dev.mysql.com/using-encrypted-connections.html
This remains true until the next change to the system variables. Several options are available to indicate whether to use encrypted connections, and to specify the appropriate certificate and key files. Instructions for creating any required ...
https://dev.mysql.com/using-system-variables.html
On the other hand, with SET you can assign a variable's value using an expression, which is not true when you set a variable at server startup. The MySQL server maintains many system variables that configure its operation. Section 5.1.8, “Server ...
https://dev.mysql.com/using-systemd.html
To suppress this automatic initialization behavior, specify the following line in the /etc/sysconfig/mysql file (create the file if it does not exist): NO_INIT=true This section describes how to configure systemd for multiple instances of MySQL. If ...
https://dev.mysql.com/validate-password-options-variables.html
Assuming that is true, each substring of the password of length 4 up to 100 is compared to the words in the dictionary file. This section describes the system and status variables that validate_password provides to enable its operation to be ...
https://dev.mysql.com/validate-password.html
This is true even if an account is locked initially because otherwise unlocking the account later would cause it to become accessible without a password that satisfies the policy. The validate_password component serves to improve security by ...
https://dev.mysql.com/version-tokens-usage.html
Locking service locks can be monitored using the Performance Schema, so this is also true for Version Tokens locks. Before using Version Tokens, install it according to the instructions provided at Section 5.6.6.2, “Installing or Uninstalling ...
https://dev.mysql.com/view-updatability.html
The flag is set to YES (true) if UPDATE and DELETE (and similar operations) are legal for the view. Some views are updatable and references to them can be used to specify tables to be updated in data change statements. That is, you can use them in ...
https://dev.mysql.com/views-table.html
The flag is set to YES (true) if UPDATE and DELETE (and similar operations) are legal for the view. You must have the SHOW VIEW privilege to access this table. The VIEWS table has these columns: TABLE_CATALOG The name of the catalog to which the ...
https://dev.mysql.com/wait-summary-tables.html
The Performance Schema maintains tables for collecting current and recent wait events, and aggregates that information in summary tables. Section 26.12.4, “Performance Schema Wait Event Tables” describes the events on which wait summaries are ...
https://dev.mysql.com/while.html
[begin_label:] WHILE search_condition DO statement_list END WHILE [end_label] The statement list within a WHILE statement is repeated as long as the search_condition expression is true. statement_list consists of one or more SQL statements, each ...
Displaying 261 to 270 of 278 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-true-p-27.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