Search



Search Results
Displaying 71 to 80 of 3660 total results
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-configuration-properties.html
The properties are listed by categories in the following tables and then in the subsections that follow. Click on a property name in the tables to see its full description in the subsections. Configuration properties define how Connector/J will ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
SslCert , Ssl-Cert Default: null The name of the SSL certificate file in PEM format to use for establishing an encrypted connection. SslKey , Ssl-Key Default: null The name of the SSL key file in PEM format to use for establishing an encrypted ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
SslCert , Ssl-Cert Default: null The name of the SSL certificate file in PEM format to use for establishing an encrypted connection. SslKey , Ssl-Key Default: null The name of the SSL key file in PEM format to use for establishing an encrypted ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-sql-statements.html
However, you can use LIKE to filter queries against the Information Schema ENGINES table, as discussed in the next item. SELECT * FROM INFORMATION_SCHEMA.ENGINES [WHERE ENGINE LIKE 'NDB%'] This is the equivalent of SHOW ENGINES, but uses the ENGINES ... This section discusses several SQL statements that can prove useful in managing and monitoring a MySQL server that is connected to an NDB Cluster, and in some cases provide information about the cluster ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-implementation-notes.html
You must use a column alias with the value of the column to the actual name of the BLOB, for example: SELECT id, 'data' as blob_data from blobtable You must also follow these rules: The SELECT must reference only one table. Because of this, use the ... MySQL Connector/J, as a rigorous implementation of the JDBC API, passes all of the tests in the publicly available version of Oracle's JDBC compliance test ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-implementation-notes.html
You must use a column alias with the value of the column to the actual name of the BLOB, for example: SELECT id, 'data' as blob_data from blobtable You must also follow these rules: The SELECT must reference only one table. Because of this, use the ... MySQL Connector/J, as a rigorous implementation of the JDBC API, passes all of the tests in the publicly available version of Oracle's JDBC compliance test ...
https://dev.mysql.com/doc/refman/8.4/en/grant-tables.html
The mysql system database includes several grant tables that contain information about user accounts and the privileges held by them. For information about other tables in the system database, see Section 7.3, “The mysql System Schema”. The ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-type-conversions.html
The conversions that are always guaranteed to work are listed in the following table. The values returned by ResultSetMetaData.GetColumnTypeName()and ResultSetMetaData.GetColumnClassName() are shown in the table below. MySQL Connector/J is flexible ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-type-conversions.html
The conversions that are always guaranteed to work are listed in the following table. The values returned by ResultSetMetaData.GetColumnTypeName()and ResultSetMetaData.GetColumnClassName() are shown in the table below. MySQL Connector/J is flexible ...
https://dev.mysql.com/doc/refman/8.4/en/monitor-alter-table-performance-schema.html
You can monitor ALTER TABLE progress for InnoDB tables using Performance Schema. There are seven stage events that represent different phases of ALTER TABLE. Each stage event reports a running total of WORK_COMPLETED and WORK_ESTIMATED for the ...
Displaying 71 to 80 of 3660 total results