Search Results
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-using-a-recommendation-model-users-to-items.html
mysql> CALL sys.ML_PREDICT_TABLE(table_name, model_handle, output_table_name), [options]); Replace table_name, model_handle, and output_table_name with your own values. mysql> CALL sys.ML_PREDICT_TABLE('recommendation_data.testing_dataset', @model, ... This topic describes how to generate recommended items for ...
https://dev.mysql.com/doc/refman/8.4/en/grant-tables.html
The mysql system database includes several grant tables that contain information about user accounts and the privileges held by them. For information about other tables in the system database, see Section 7.3, “The mysql System Schema”. The ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-schema.html
ndb_apply_status Table ndb_binlog_index Table ndb_replication Table Replication in NDB Cluster makes use of a number of dedicated tables in the mysql database on each MySQL Server instance acting as an SQL node in both the cluster being replicated ...This is true regardless of whether the replica is a single server or a ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
(See Section 2.3.16, “The NdbEventOperation Class”.) dropEventOperation() Drops a subscription to a database event. getDictionary() Gets a dictionary, which is used for working with database schema information. Ndb::createEventOperation() ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework60.html
<connectionStrings> <add name="MyContext" providerName="MySql.Data.MySqlClient" connectionString="server=localhost;port=3306;database=mycontext;uid=root;password=********"/> </connectionStrings> <entityFramework> <defaultConnectionFactory ... MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework60.html
<connectionStrings> <add name="MyContext" providerName="MySql.Data.MySqlClient" connectionString="server=localhost;port=3306;database=mycontext;uid=root;password=********"/> </connectionStrings> <entityFramework> <defaultConnectionFactory ... MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/upgrade-binary-package.html
In-Place Upgrade Logical Upgrade MySQL Cluster Upgrade In-Place Upgrade An in-place upgrade involves shutting down the old MySQL server, replacing the old MySQL binaries or packages with the new ones, restarting MySQL on the existing data directory, ... This section describes how to upgrade MySQL binary and package-based installations on ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-command-options.html
This option is on by default, which enables database, table, and column name completion. (Default value is 0.) --database=db_name, -D db_name Command-Line Format --database=dbname Type String The database to use. --one-database, -o Command-Line ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-sm-gui-installer.html
Select one of the following options: I wish to use the bundled MySQL database: select to install a MySQL server. I wish to use an existing MySQL database: select to use an existing MySQL server as the repository. If you chose to use an existing ...
https://dev.mysql.com/doc/refman/8.4/en/features.html
This section describes some of the important characteristics of the MySQL Database Software. This is useful if you want to provide an SQL interface for an in-house database. Support for DELETE, INSERT, REPLACE, and UPDATE to return the number of ...