Search Results
https://dev.mysql.com/doc/mysql-monitor/8.0/en/sql-mode-check-startup.html
On startup, the agent sets sql_mode=STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION,NO_AUTO_CREATE_USER on the monitored MySQL instance. The local agent of MySQL Enterprise Service Manager also sets sql_mode=STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION on ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/index.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users.
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/index.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users.
https://dev.mysql.com/doc/refman/8.4/en/innodb-data-encryption.html
It uses Electronic Codebook (ECB) block encryption mode for tablespace key encryption and Cipher Block Chaining (CBC) block encryption mode for data encryption. Enable the stage/innodb/alter tablespace (encryption) instrument: mysql> USE ... InnoDB ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-options.html
MYSQL_OPT_SSL_FIPS_MODE (argument type: unsigned int *) The MYSQL_OPT_SSL_FIPS_MODE option is deprecated and subject to removal in a future version of MySQL. The MYSQL_OPT_SSL_FIPS_MODE option differs from other MYSQL_OPT_SSL_xxx options in that it ... int mysql_options(MYSQL *mysql, enum mysql_option option, const void *arg) Description Can be used to set extra connect options and affect behavior for a ...
https://dev.mysql.com/doc/workbench/en/wb-installing-linux.html
For example: $> sudo dpkg -i mysql-apt-config_0.5.3-1_all.deb $> sudo apt-get update Install the MySQL Workbench package. There are binary distributions of MySQL Workbench available for several variants of Linux, including Fedora, Oracle Linux, and ...
https://dev.mysql.com/doc/internals/en/logging-transactions-rules-for-non-committing-statements.html
Let S be a logged statement that does not have an implicit commit, except CREATE TEMPORARY TABLE...SELECT (This includes all "pure DML": INSERT, UPDATE, DELETE, REPLACE, TRUNCATE, SELECT, DO, CALL, EXECUTE, LOAD DATA INFILE, and BINLOG. Before ...
https://dev.mysql.com/doc/internals/en/sql-directory.html
Programs for handling SQL commands. The "core" of MySQL. These are the .c and .cc files in the sql directory: derror.cc --- read language-dependent message file des_key_file.cc --- load DES keys from plaintext file discover.cc --- Functions for ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-security.html
The following security features help keep your data safe and secure. Security 1.6 Security Oracle considers cloud security its highest priority. Database access control and account management MySQL provides security features to control access and ...
https://dev.mysql.com/doc/refman/8.4/en/account-management-statements.html
To make sure that you can take advantage of any new capabilities, update your grant tables to the current structure whenever you upgrade MySQL. MySQL account information is stored in the tables of the mysql system schema. This database and the ...