Search Results
https://dev.mysql.com/doc/refman/8.4/en/alter-table-examples.html
row *************************** Table: t1 Create Table: CREATE TABLE `t2` ( `c1` int(11) DEFAULT NULL ) /*!50100 TABLESPACE ts_1 STORAGE DISK */ ENGINE=ndbcluster DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci 1 row in set (0.01 sec) To change ...For NDB tables, it is also possible to change the storage type used for a table or ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-information-schema-system-tables.html
The first index is GEN_CLUST_INDEX, which is a clustered index created by InnoDB if the table does not have a user-defined clustered index. There are six columns, three of which are hidden columns created by InnoDB (DB_ROW_ID, DB_TRX_ID, and ... You ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-connecting-mysql-shell.html
You can use the MySQL Administrator user that you specified when creating the DB System or a MySQL user account created on the DB System using CREATE USER . A MySQL user account on the MySQL DB System to connect with. To connect to a DB System: ...
https://dev.mysql.com/doc/connector-odbc/en/index.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. If you are using a Commercial release of MySQL Connector/ODBC, see the MySQL Connector/ODBC 9.5 Commercial License Information User ... Abstract This manual describes how to install and configure MySQL Connector/ODBC, the driver that enables ODBC applications to communicate with MySQL servers, and how to use it to develop database ...
https://dev.mysql.com/doc/mysql-installer/en/server-type-network.html
You can set the level of access control based on the Windows user (or users) running the client as follows: Minimum access to all users (RECOMMENDED). If the minimum-access option is too restrictive for the client software, use this option to reduce ... Server Configuration Type Choose the MySQL server configuration type that describes your ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjexception.html
User exceptions are caused by user error, for example providing a connect string that refers to an unavailable host or port. If a user exception is detected during bootstrapping (acquiring a SessionFactory), it is thrown as a fatal exception.
https://dev.mysql.com/doc/mysql-em-plugin/en/targets-myoem-add-targets-manually.html
MySQL User: The user name used to connect to the database. See Section 1.1, “Prerequisites” for more information on configuring this user. You must configure a MySQL target that is monitored by Enterprise Manager Cloud Control. Metrics are not ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connection-option-summary.html
Figure 2.1 Connection URI ConnectURI1::= 'user' ':' 'password' '@' 'host' ':' 'port' . When using an X DevAPI session the following options are available to configure the connection.
https://dev.mysql.com/doc/x-devapi-userguide/en/setting-the-current-schema.html
*/ C# Code // Direct connect with no client-side default schema specified var mySession = MySQLX.GetSession("server=localhost;port=33060;user=user;password=password;"); mySession.SetCurrentSchema("test"); Python Code # Connector/Python from mysqlsh ... A default schema for a session can be specified using the schema attribute in the URI-like connection string or key-value pairs when opening a connection ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/connection-option-summary.html
Figure 2.1 Connection URI ConnectURI1::= 'user' ':' 'password' '@' 'host' ':' 'port' . When using an X DevAPI session the following options are available to configure the connection.