Rechercher dans le manuel MySQL

Displaying 491 to 500 of 868 total results
https://dev.mysql.com/using-log-files.html
You can also try the command EXPLAIN on all SELECT statements that takes a long time to ensure that mysqld is using indexes properly. You can find the queries that take a long time to execute by starting mysqld with the slow query log enabled. Note ...
https://dev.mysql.com/using-systemd.html
For example: [Service] LimitNOFILE=max_open_files Nice=nice_level LimitCore=core_file_limit Environment="LD_PRELOAD=/path/to/malloc/library" Environment="TZ=time_zone_setting" The discussion here uses override.conf as the name of this file. TZ: Set ...If you install MySQL from a source distribution on a platform that uses systemd, obtain systemd support for MySQL by configuring the distribution using the -DWITH_SYSTEMD=1 CMake ...
https://dev.mysql.com/validate-password-installation.html
Note If you install MySQL 8.0 using the MySQL Yum repository, MySQL SLES Repository, or RPM packages provided by Oracle, the validate_password component is enabled by default after you start your MySQL Server for the first time. To install the ...
https://dev.mysql.com/variables-info-table.html
SET_TIME The time at which the variable was most recently set. The default is the time at which the server initialized global system variables during startup. If a variable with a VARIABLE_SOURCE value other than DYNAMIC is set at runtime, ... The ...
https://dev.mysql.com/version-tokens-usage.html
Assignment of a server within a certain group can change at any time. The next time the client sends a statement to server 2, its own token list no longer matches the server token list and an error occurs: mysql> UPDATE emp.employee SET salary = ...
https://dev.mysql.com/what-is-crashing.html
If you have examined all other possibilities and concluded that the MySQL server or a MySQL client is causing the problem, it is time to create a bug report, see Section 1.7, “How to Report Bugs or Problems”. If a program fails, it is always ...
https://dev.mysql.com/windows-create-option-file.html
For options that are used every time the server starts, you may find it most convenient to use an option file to specify your MySQL configuration. Use a --datadir option to specify the new data directory location each time you start the server. If ...
https://dev.mysql.com/windows-troubleshooting.html
When installing and running MySQL for the first time, you may encounter certain errors that prevent the MySQL server from starting. The following examples show other common error messages you might encounter when installing MySQL and starting the ...This section helps you diagnose and correct some of these ...
https://dev.mysql.com/writing-protocol-trace-plugins.html
For example, trace_event() can return a nonzero value at any time and that causes tracing of the connection to terminate. MySQL supports the use of protocol trace plugins: client-side plugins that implement tracing of communication between a client ...
https://dev.mysql.com/adding-functions.html
For native functions, you must repeat your modifications each time you upgrade. There are three ways to add functions to MySQL: Through the user-defined function (UDF) interface. User-defined functions are compiled as library files and then added ...
Displaying 491 to 500 of 868 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-time-p-50.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