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 141 to 150 of 306 total results
https://dev.mysql.com/mysql-installer-workflow.html
Invalid tokens generate a descriptive error message along with a red X icon and red token text. When all tokens resolve as valid (green text without an X icon), you can click OK to save the changes. MySQL Installer provides a wizard-like tool to ...
https://dev.mysql.com/mysql-logging.html
The mysql client can do these types of logging for statements executed interactively: On Unix, mysql writes the statements to a history file. By default, this file is named .mysql_history in your home directory. To specify a different file, set the ...
https://dev.mysql.com/mysql-nutshell.html
The GRANT statement has an AS user [WITH ROLE] clause that specifies additional information about the privilege context to use for statement execution. The SSL context the server uses for new connections now is reconfigurable at runtime. This ...
https://dev.mysql.com/mysql-shell-tutorial-javascript-indexes-create.html
In the following example, "Text(40)" represents the number of characters to index and true indicates that the field cannot contain any NULL values. field("Name", "TEXT(40)", true).execute() Query OK (0.04 sec) To drop an index, pass to the ...
https://dev.mysql.com/mysql-shell-tutorial-python-documents-index.html
In the index field description, "TEXT(40)" represents the number of characters to index, and "required": True specifies that the field is required to exist in the document. mysql-py> db.countryinfo.create_index("name",\ {"fields": [{"field": ...
https://dev.mysql.com/mysql-stmt-send-long-data.html
It can be called multiple times to send the parts of a character or binary data value for a column, which must be one of the TEXT or BLOB data types. The following example demonstrates how to send the data for a TEXT column in chunks. It inserts the ... bool mysql_stmt_send_long_data(MYSQL_STMT *stmt, unsigned int parameter_number, const char *data, unsigned long length) Enables an application to send parameter data to the server in pieces (or ...
https://dev.mysql.com/mysqldump.html
The mysqldump command can also generate output in CSV, other delimited text, or XML format. (See Section 6.4.1.4, “Client-Side Cleartext Pluggable Authentication”.) --get-server-public-key Request from the server the public key required for RSA ... The mysqldump client utility performs logical backups, producing a set of SQL statements that can be executed to reproduce the original database object definitions and table ...
https://dev.mysql.com/option-files.html
Many option files are plain text files, created using any text editor. In the latter context, if “x” is not a valid escape sequence character, \x becomes “x” rather than \x. Most MySQL programs can read startup options from option files ...
https://dev.mysql.com/partitioning-limitations.html
There are two exceptions to this restriction: When partitioning by [LINEAR] KEY, it is possible to use columns of any valid MySQL data type other than TEXT or BLOB as partitioning keys, because the internal key-hashing functions produce the correct ... This section discusses current restrictions and limitations on MySQL partitioning ...
https://dev.mysql.com/plugin-api-components.html
The WITH PARSER clause for full-text index creation associates a full-text parser plugin with a given FULLTEXT index. SQL statements: INSTALL PLUGIN registers a plugin in the mysql.plugin table and loads the plugin code. UNINSTALL PLUGIN unregisters ...
Displaying 141 to 150 of 306 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-text-p-15.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