Search



Search Results
Displaying 441 to 450 of 3037 total results
https://dev.mysql.com/doc/connectors/en/connector-net-connections-errors.html
The following code example shows how to manage the response of an application based on the actual error: C# Example MySql.Data.MySqlClient.MySqlConnection conn; string myConnectionString; myConnectionString = "server=127.0.0.1;uid=root;" + ...You ...
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-errors.html
The following code example shows how to manage the response of an application based on the actual error: C# Example MySql.Data.MySqlClient.MySqlConnection conn; string myConnectionString; myConnectionString = "server=127.0.0.1;uid=root;" + ...You ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-secondary-indexes.html
This program illustrates how to use secondary indexes in the NDB API. The source code for this example may be found in the NDB Cluster source tree, in storage/ndb/ndbapi-examples/ndbapi_simple_index/main.cpp.
https://dev.mysql.com/doc/internals/en/event-flags.html
This flag should be set for any event that does not need to have the default database set to function correctly, such as CREATE DATABASE and DROP DATABASE. Event headers for v3 format and up contain event flags in the two flag bytes at position ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-audit.html
To verify that events are being logged, issue a statement such as SHOW DATABASES and check the audit.log file contents for the log event. The log contents include when clients connect and disconnect, and what actions they perform while connected, ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/processing-warnings.html
Similar to the execution of single statements committing or rolling back a transaction can also trigger warnings. To be able to process these warnings the replied result object of Session.commit(); or Session.rollback(); needs to be checked. The ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/processing-warnings.html
Similar to the execution of single statements committing or rolling back a transaction can also trigger warnings. To be able to process these warnings the replied result object of Session.commit(); or Session.rollback(); needs to be checked. The ...
https://dev.mysql.com/doc/internals/en/open.html
For an example of how to implement file locking, see the get_share() and free_share() methods of sql/examples/ha_tina.cc. Synopsis virtual int open ( name, mode, test_if_locked); const char * name ; int mode ; uint test_if_locked ; Description This ...
https://dev.mysql.com/doc/refman/8.4/en/stored-routines-syntax.html
When a database is dropped, all stored routines associated with it are dropped as well. Stored routines can be dropped with the DROP PROCEDURE and DROP FUNCTION statements (see Section 15.1.29, “DROP PROCEDURE and DROP FUNCTION Statements”), and ... A stored routine is either a procedure or a ...
https://dev.mysql.com/doc/workbench/en/wb-model-overview-privileges.html
The Parent drop-down list enables you to share the privileges of an existing role with descendent roles. However, if no parent role was provided, the Objects and Privileges groups are empty. To add an object and define privileges for it, drag the ...
Displaying 441 to 450 of 3037 total results