Search Results
https://dev.mysql.com/doc/refman/8.4/en/numeric-types.html
The BIT data type stores bit values and is supported for MyISAM, MEMORY, InnoDB, and NDB tables. These types include the exact numeric data types (INTEGER, SMALLINT, DECIMAL, and NUMERIC), as well as the approximate numeric data types (FLOAT, REAL, ...The keyword INT is a synonym for INTEGER, and the keywords DEC and FIXED are synonyms for ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn.html
A Data Source Name associates the configuration parameters for communicating with a specific database. Generally, a DSN consists of the following parameters: Name Host Name Database Name Login Password In addition, different ODBC drivers, including ...There are three types of DSN: A System DSN is a global DSN definition that is available to any user and application on a particular ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn.html
A Data Source Name associates the configuration parameters for communicating with a specific database. Generally, a DSN consists of the following parameters: Name Host Name Database Name Login Password In addition, different ODBC drivers, including ...There are three types of DSN: A System DSN is a global DSN definition that is available to any user and application on a particular ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-explanations-ml-explain-row.html
The following example trains a dataset with the classification machine learning task. mysql> CALL sys.ML_TRAIN('census_data.census_train', 'revenue', JSON_OBJECT('task', 'classification'), @census_model); The following example loads the trained ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-explanations-ml-explain-row.html
The following example trains a dataset with the classification machine learning task. mysql> CALL sys.ML_TRAIN('census_data.census_train', 'revenue', JSON_OBJECT('task', 'classification'), @census_model); The following example loads the trained ...
https://dev.mysql.com/doc/refman/8.4/en/mysqldump-sql-format.html
This has several implications: When you reload the dump file, you must specify a default database name so that the server knows which database to reload. This ensures that when the dump file is reloaded, it creates each database if it does not exist ...Without this option, mysqldump treats the first name as a database name and those following as table ...
https://dev.mysql.com/doc/internals/en/com-stmt-send-long-data.html
COM_STMT_SEND_LONG_DATA: COM_STMT_SEND_LONG_DATA direction: client -> server response: none payload: 1 [18] COM_STMT_SEND_LONG_DATA 4 statement-id 2 param-id n data COM_STMT_SEND_LONG_DATA has to be sent before COM_STMT_EXECUTE.
https://dev.mysql.com/doc/workbench/en/wb-develop-sql-editor-table-search.html
Find data across a MySQL connection by using the text search feature on any number of tables and schemas. From the schema tree, select the tables, schemas, or both to search and then right-click the highlighted items and click Search Data Table ...
https://dev.mysql.com/doc/refman/8.4/en/date-and-time-types.html
The date and time data types for representing temporal values are DATE, TIME, DATETIME, TIMESTAMP, and YEAR. For information about storage requirements of the temporal data types, see Section 13.7, “Data Type Storage Requirements”. Although ...
https://dev.mysql.com/doc/refman/8.4/en/spatial-type-overview.html
The other spatial data types hold collections of values: MULTIPOINT MULTILINESTRING MULTIPOLYGON GEOMETRYCOLLECTION GEOMETRYCOLLECTION can store a collection of objects of any type. For other examples showing how to use spatial data types in MySQL, ... MySQL has spatial data types that correspond to OpenGIS ...Spatial columns with no SRID ...