Search Results
https://dev.mysql.com/doc/workbench/en/wb-tutorial-plugins-php-pdo.html
MySQL Workbench includes a plugin that generates PHP code with the mysqli extension. This tutorial shows how to generate code with the PDO_MySQL extension for PHP. You might choose a different extension or a different language altogether, so adjust ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-source-configuration-options.html
On Windows, LZ4_LIBRARY should point at the import library of the DLL. On Windows, MYSQL_LIBRARY should point at the import library of the DLL. On Windows, PROTOBUF_LIBRARY should point at the import library of the DLL. On Windows, SSL_LIBRARY ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
This is particularly important if you are using the load-balancing or replication-aware features of Connector/J, as it will help keep alive connections which otherwise will go stale and die, causing problems later. Connection pooling is a technique ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-document-store.html
Minimum Requirements MySQL Server 8.0.11 with X Protocol enabled Connector/NET 8.0.11 Visual Studio 2013/2015/2017 world_x database sample Import the Document Store Sample A MySQL script is provided with data and a JSON collection. It is important ... This tutorial provides instructions to get you started using MySQL as a document store with MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-wordexcel.html
Within Microsoft Word, this facility is most useful when importing data for mailmerge, or for tables and data to be included in reports. Within Microsoft Excel, you can execute queries on your MySQL server and import the data directly into an Excel ... You can use Microsoft Word and Microsoft Excel to access information from a MySQL database using ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-document-store.html
Minimum Requirements MySQL Server 8.0.11 with X Protocol enabled Connector/NET 8.0.11 Visual Studio 2013/2015/2017 world_x database sample Import the Document Store Sample A MySQL script is provided with data and a JSON collection. It is important ... This tutorial provides instructions to get you started using MySQL as a document store with MySQL ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-wordexcel.html
Within Microsoft Word, this facility is most useful when importing data for mailmerge, or for tables and data to be included in reports. Within Microsoft Excel, you can execute queries on your MySQL server and import the data directly into an Excel ... You can use Microsoft Word and Microsoft Excel to access information from a MySQL database using ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-annotations.html
(The intended use of this annotation is for the generation of schemas from the domain object model interfaces, but this is not yet supported.) The annotations themselves must be imported from the ClusterJ API. They can be found in package ... In ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-classification-generate-explanation.html
For example, a negative value for the permutation importance explainer means that the feature is not important. Before You Begin Complete the following tasks: Prepare Data for a Classification Model Train a Classification Model Generate Predictions ... After training a classification model, you can query the default model explanation or query new model ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-iris-quickstart.html
Generate an explanation for a prediction made on a row of data using the ML_EXPLAIN_ROW routine with the Permutation Importance prediction explainer. Optionally, use \G to view the output in an easily readable format: mysql> SELECT ... This ...