Search Results
https://dev.mysql.com/doc/refman/8.4/en/create-table-foreign-keys.html
Disabling foreign_key_checks has these additional implications: It is permitted to drop a database that contains tables with foreign keys that are referenced by tables outside the database. The CONSTRAINT symbol value, if defined, must be unique in ... MySQL supports foreign keys, which permit cross-referencing related data across tables, and foreign key constraints, which help keep the related data ...
https://dev.mysql.com/doc/x-devapi-userguide/en/using-sql.html
In addition to the simplified X DevAPI syntax of the Session object, the Session object has a sql() function that takes any SQL statement as a string. The following example uses a Session to call an SQL Stored Procedure on the specific node.
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-web-personalization-provider.html
The following figure shows an example in which an authenticated user is able to customize the controls by using the Browse drop-down list. The next figure shows Catalog selected from the drop-down list, which include the Catalog Zone control that ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-web-personalization-provider.html
The following figure shows an example in which an authenticated user is able to customize the controls by using the Browse drop-down list. The next figure shows Catalog selected from the drop-down list, which include the Catalog Zone control that ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-mysqlscript.html
This tutorial teaches you how to use the MySqlScript class. To run the example programs in this tutorial, set up a simple test database and table using the mysql Command-Line Client or MySQL Workbench. Commands for the mysql Command-Line Client are ...Depending on the circumstances, this can be more convenient than using the MySqlCommand ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-mysqlscript.html
This tutorial teaches you how to use the MySqlScript class. To run the example programs in this tutorial, set up a simple test database and table using the mysql Command-Line Client or MySQL Workbench. Commands for the mysql Command-Line Client are ...Depending on the circumstances, this can be more convenient than using the MySqlCommand ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-backup.html
This section provides information about the functions provided in the MGM API for starting and stopping NDB Cluster backups. ndb_mgm_start_backup() ndb_mgm_start_backup2() ndb_mgm_start_backup3() ndb_mgm_start_backup4() ndb_mgm_abort_backup() ...
https://dev.mysql.com/doc/refman/8.4/en/roles.html
Creating Roles and Granting Privileges to Them Defining Mandatory Roles Checking Role Privileges Activating Roles Revoking Roles or Role Privileges Dropping Roles User and Role Interchangeability Creating Roles and Granting Privileges to Them ...The ...Like user accounts, roles can have privileges granted to and revoked from ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-sql-command.html
When a connection has been established with the MySQL database, the next step enables you to perform database operations. After it has been created, there are three main methods of interest that you can call: ExecuteReader to query the database.
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-sql-command.html
When a connection has been established with the MySQL database, the next step enables you to perform database operations. After it has been created, there are three main methods of interest that you can call: ExecuteReader to query the database.