Search



Search Results
Displaying 511 to 520 of 976 total results
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-data-structures.html
Prepared statements use several data structures: To obtain a statement handler, pass a MYSQL connection handler to mysql_stmt_init(), which returns a pointer to a MYSQL_STMT data structure. To specify the statement to prepare, pass the MYSQL_STMT ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-17.html
(Bug #29277648, Bug #94101, Bug #17640628, Bug #70677) Characters returned in a ResultSet were garbled when a server-side PreparedStatement was used, and the query involved concatenation of a number and a string with multi-byte characters. Version ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-4-0.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. MySQL Connector/J 9.4.0 supersedes 9.3 and is recommended for use on production systems. This release can be used against MySQL Server version 8.0 and later. It ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-syntax.html
The combination of section name and section key is unique for a configuration. The configuration file format resembles the traditional INI file format with sections and options, but with a few additional extensions. Comment lines start with a hash ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-how-to-import-onnx.html
This topic describes how to import an external ONNX model. Ways to Import External ONNX Model You have the following ways to import an external ONNX model. Import model as a string: For smaller models, you can copy the encoded string and paste it ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-aiaml-error-messages.html
Error number: ML003071; SQLSTATE: HY000 Message: contamination must be numeric value greater than 0 and less than 0.5. Example: ERROR HY000: ML003071: contamination must be numeric value greater than 0 and less than 0.5. Error number: ML006021; ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-methods-standard.html
This connection method enables MySQL Workbench to connect to MySQL Server using TCP/IP. In addition to naming your new connection in the field provided, you can select from the following tabs to specify connection values: Parameters, SSL, and ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-general-editors.html
This section describes the preference options that apply to general-purpose editors (see the figure that follows). Figure 3.5 Preferences: General Editors SQL Parsing in Code Editors SQL properties that can be set include the SQL_MODE, ...
https://dev.mysql.com/doc/connectors/en/connector-python-connection-pooling.html
Simple connection pooling is supported that has these characteristics: The mysql.connector.pooling module implements pooling. A pool opens a number of connections and handles thread safety when providing connections to requesters. The size of a ...
https://dev.mysql.com/doc/connector-python/en/connector-python-connection-pooling.html
Simple connection pooling is supported that has these characteristics: The mysql.connector.pooling module implements pooling. A pool opens a number of connections and handles thread safety when providing connections to requesters. The size of a ...
Displaying 511 to 520 of 976 total results