Search Results
https://dev.mysql.com/doc/refman/8.4/en/programs-overview.html
mysqldump A client that dumps a MySQL database into a file as SQL, text, or XML. mysqlimport A client that imports text files into their respective tables using LOAD DATA. myisam_ftdump A utility that displays information about full-text indexes in ...Later sections provide a more detailed description of each one, with the exception of NDB Cluster ...
https://dev.mysql.com/doc/refman/8.4/en/query-log.html
(This assumes that the general query log itself is enabled.) Passwords in statements written to the general query log are rewritten by the server not to occur literally in plain text. This option may be useful for diagnostic purposes, to see the ...
https://dev.mysql.com/doc/refman/8.4/en/string-functions.html
mysql> SELECT LENGTH('text'); -> 4 Note The Length() OpenGIS spatial function is named ST_Length() in MySQL. If the input is a nonbinary (character) string such as a CHAR, VARCHAR, or TEXT value, the return value contains the collation weights for ...For functions that operate on string positions, the first position is numbered ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-data-structures.html
This enables you to distinguish BINARY from CHAR, VARBINARY from VARCHAR, and the BLOB types from the TEXT types. This section describes C API data structures other than those used for prepared statements, the asynchronous interface, or the ...
https://dev.mysql.com/doc/c-api/8.4/en/getting-unique-id.html
If you insert a record into a table that contains an AUTO_INCREMENT column, you can obtain the value stored into that column by calling the mysql_insert_id() function. You can check from your C applications whether a value was stored in an ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-9.html
(WL #10619) In the past, query texts were always passed as strings to QueryInterceptor methods, even if the texts were not actually used by them. Now, only suppliers for the texts are passed, and the texts are only extracted by get() calls on the ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-regression-prepare.html
mysql> CREATE TABLE house_price_training ( id INT PRIMARY KEY, house_size INT, address TEXT, state TEXT, price INT ); Insert the sample data into the table. mysql> CREATE TABLE house_price_testing ( id INT PRIMARY KEY, house_size INT, address TEXT, ... This topic describes how to prepare the data to use for a regression machine learning ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-embed-table.html
ML_EMBED_TABLE Syntax mysql> CALL sys.ML_EMBED_TABLE('InputTableColumn', 'OutputTableColumn'[, options]); options: JSON_OBJECT(keyvalue[, keyvalue] ...) keyvalue: { 'model_id', {'ModelID'} |'truncate', {true|false} |'batch_size', BatchSize ... The ...
https://dev.mysql.com/doc/workbench/en/dbdoc-templates.html
The templates employed by the DBDoc Model Reporting system are text files that contain markers. These text files are processed by the template system built into MySQL Workbench, and the markers replaced by actual data. It is these output files, ...
https://dev.mysql.com/doc/workbench/en/wb-home.html
The welcome text and links are optional and can be removed or restored to the home screen when MySQL Connections is selected from the side panel. To remove the text and links, click the X icon above the welcome message. To restore the text and ...