Search



Search Results
Displaying 771 to 780 of 3435 total results
https://dev.mysql.com/doc/refman/8.4/en/innodb-online-ddl-operations.html
Renaming an index ALTER TABLE tbl_name RENAME INDEX old_index_name TO new_index_name, ALGORITHM=INPLACE, LOCK=NONE; Adding a FULLTEXT index CREATE FULLTEXT INDEX name ON table(column); Adding the first FULLTEXT index rebuilds the table if there is ...The CREATE INDEX statement only finishes after all transactions that are accessing the table are completed, so that the initial state of the index reflects the most recent contents of the ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-ldap-sasl-kerberos.html
Connection values for the LDAP Sasl/Kerberos connection method include: Parameters Tab Hostname: The host name or IP address of the MySQL server with an account that has the Kerberos principal name as the user name and that authenticates using the ... The LDAP Sasl/Kerberos connection method is supported as an LDAP authentication method for MySQL servers and MySQL Workbench on Linux ...
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.
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/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.
Displaying 771 to 780 of 3435 total results