Search Results
https://dev.mysql.com/doc/mysql-router/9.7/en/mysqlrouter_keyring.html
Creates a keyring and master-key-file if they do not exist; and adds keyring to master-key-file if it does not yet exist there. list: List usernames stored in the keyring; or list properties of a user stored in the keyring. set: Add or overwrite ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-undo-tablespaces.html
The location of all undo tablespace files including user-defined undo tablespaces created using CREATE UNDO TABLESPACE syntax can be determined by querying the Information Schema FILES table: SELECT TABLESPACE_NAME, FILE_NAME FROM ...Undo ... Undo ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn-windows-5-2.html
You should see a window similar to the following when you open the ODBC Data Source Administrator: Figure 5.2 ODBC Data Source Administrator Dialog To create a System DSN (which will be available to all users), select the System DSN tab. To create a ... The ODBC Data Source Administrator on Windows lets you create DSNs, check driver installation, and configure ODBC functions such as tracing (used for debugging) and connection ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-windows-5-2.html
You should see a window similar to the following when you open the ODBC Data Source Administrator: Figure 5.1 ODBC Data Source Administrator Dialog To create a System DSN (which will be available to all users), select the System DSN tab. To create a ... The ODBC Data Source Administrator on Windows lets you create DSNs, check driver installation, and configure ODBC functions such as tracing (used for debugging) and connection ...
https://dev.mysql.com/doc/refman/9.7/en/replica-logs-status.html
A replica server creates two replication metadata repositories, the connection metadata repository and the applier metadata repository. The metadata in this repository includes the connection configuration, the replication user account details, the ...If binary log file position based replication is in use, when the replica restarts, it reads the two repositories to determine how far it previously proceeded in reading the binary log from the source and in processing its own relay ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-dbsystem-details.html
State: The state of the DB System: CREATING: Resources are being reserved for the DB System, the system is booting, and the initial database is being created. ACTIVE: The DB System was successfully created and is ready to be used. FAILED: An error ... MySQL DB System Details 3.5.1 MySQL DB System Details The MySQL DB System Details page has the following ...
https://dev.mysql.com/doc/refman/9.7/en/sql-prepared-statements.html
To create a test case that reproduces a problem with prepared statements, so that you can file a bug report. If you create a prepared statement within a stored routine, it is not deallocated when the stored routine ends. To guard against too many ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-replication-schema.html
User intervention is normally not required to create or maintain either of these tables, since both are maintained by the NDB binary log (binlog) injector thread. Some conflict resolution functions (NDB$OLD(), NDB$EPOCH(), NDB$EPOCH_TRANS()) require ...The ndb_binlog_index and ndb_apply_status tables are created in the mysql ... 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 ...
https://dev.mysql.com/doc/refman/9.7/en/view-restrictions.html
If a user is granted the basic privileges necessary to create a view (the CREATE VIEW and SELECT privileges), that user cannot call SHOW CREATE VIEW on that object unless the user is also granted the SHOW VIEW privilege. The workaround to the ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-authentication.html
If none is specified, it is authentication plugin dependent what user name is used. Since Version all versions password The password to use when authenticating the user. It is a synonym of the connection property 'password' and can also be set with ...Since Version all versions password1 The password to use in the first phase of a Multi-Factor Authentication ...