Search Results
https://dev.mysql.com/doc/refman/8.4/en/show-grants.html
} This statement displays the privileges and roles that are assigned to a MySQL user account or role, in the form of GRANT statements that must be executed to duplicate the privilege and role assignments. Note To display nonprivilege information for ... SHOW GRANTS [FOR user_or_role [USING role [, role] ...]] user_or_role: { user (see Section 8.2.4, “Specifying Account Names”) | role (see Section 8.2.5, “Specifying Role ...
https://dev.mysql.com/doc/refman/8.4/en/trigger-syntax.html
You must specify the schema name if the trigger is not in the default schema: mysql> DROP TRIGGER test.ins_sum; If you drop a table, any triggers for the table are also dropped. OLD and NEW are MySQL extensions to triggers; they are not ... To ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/tasks-access-within-k8s.html
MySQL clients such as mysql can use the mysqld-ext service and the password stored in rootPasswordSecretName to connect to the SQL nodes. An application running inside the Kubernetes Cluster can use these extracted information and can access the ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-2-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added a new WEBAUTHN_DEVICE_NUMBER connection option that is passed to and interpreted by the WebAuthN authentication plugin. It accepts a numeric value that selects the ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-2-0.html
(Bug #37145655) When passing in multiple statements, the connector did not properly traverse (and execute) each query when the last query was preceded by a comment. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added two ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-3-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Fixed the typing annotation of the close() function of MySQLConnectionAbstract and also made disconnect() an alias of close(), to improve clarity and consistency of the ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-9-0-1-2.2.1.html
Bugs Fixed Information from Kubernetes Secrets are no longer passed as environment variables to containers.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-params-ndbd.html
TwoPassInitialNodeRestartCopy: Copy data in 2 passes during initial node restart, which enables multithreaded building of ordered indexes for such restarts. The listings in this section provide information about parameters used in the [ndbd] or ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-field-seek.html
MYSQL_FIELD_OFFSET mysql_field_seek(MYSQL_RES *result, MYSQL_FIELD_OFFSET offset) Description Sets the field cursor to the given offset. The next call to mysql_fetch_field() retrieves the field definition of the column associated with that offset.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-plugin-options.html
int mysql_plugin_options(struct st_mysql_client_plugin *plugin, const char *option, const void *value) Description Passes an option type and value to a plugin. This function can be called multiple times to set several options. If the plugin does ...