Search



Search Results
Displaying 2161 to 2170 of 3281 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.html
The restored data includes the backup_history table, where MySQL Enterprise Backup records details of each backup. The table allows you to perform future incremental backups using the --incremental-base=history:{last_backup | last_full_backup} ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-tarball.html
On Solaris, gtar is often already installed in the /usr/sfw/bin directory, although the gtar executable may not be included in your path. Extract the MySQL Cluster Manager 8.4.6 program and other files from the distribution archive. You must ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-multiple-queries.html
After the connection to the server has been established, you can use the mysql_set_server_option() function to enable or disable multiple-statement execution by passing it an argument of MYSQL_OPTION_MULTI_STATEMENTS_ON or ... By default, ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-change-user.html
In subsequent queries, this database is the default for table references that include no explicit database specifier. (See Section 3.6.8, “Automatic Reconnection Control”.) It always performs a ROLLBACK of any active transactions, closes and ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-real-connect.html
mysql_real_connect() attempts to establish a connection to a MySQL server running on host. If passwd is NULL, only entries in the user table for the user that have a blank (empty) password field are checked for a match. See the note following this ... MYSQL * mysql_real_connect(MYSQL *mysql, const char *host, const char *user, const char *passwd, const char *db, unsigned int port, const char *unix_socket, unsigned long client_flag) Description Note mysql_real_connect() is a synchronous ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-use-result.html
MYSQL_RES * mysql_use_result(MYSQL *mysql) Description After invoking mysql_real_query() or mysql_query(), you must call mysql_store_result() or mysql_use_result() for every statement that successfully produces a result set (SELECT, SHOW, DESCRIBE, ...You must also call mysql_free_result() after you are done with the result ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-api.html
The plugin interface uses the plugin table in the mysql database to record information about plugins that have been installed permanently with the INSTALL PLUGIN statement. This table is created as part of the MySQL installation process. Plugins ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-6.html
(Bug #37909595) CREATE TABLESPACE, when the specified logfile group did not exist, was rejected with error 723 No such table existed, which did not correctly identify the source of the problem with the SQL statement. already exists showed the table ... MySQL NDB Cluster 8.4.6 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-8.html
It is suitable for use with MySQL Server versions 5.5, 5.6, 5.7, and 8.0. Version 8.0.8 Development Milestone is the latest development release of the 8.0 branch of MySQL Connector/J, providing an insight into upcoming features. Functionality Added ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-predictions.html
Predictions are generated by running ML_PREDICT_ROW or ML_PREDICT_TABLE on trained models. The row or table of data must have the same feature columns as the data used to train the model. ML_PREDICT_TABLE generates predictions for an entire table ...If the target column exists in the data to run predictions on, it is not considered during prediction ...
Displaying 2161 to 2170 of 3281 total results