Search



Search Results
Displaying 4251 to 4260 of 5421 total results
https://dev.mysql.com/doc/connector-j/en/connector-j-installing-upgrading.html
This section has information for users who are upgrading from one version of Connector/J to another, or to a new version of the MySQL server that supports a more recent level of JDBC. Using the MySQL Installer for Windows, which can also perform ...
https://dev.mysql.com/doc/connector-j/en/connector-j-installing.html
The source code for Connector/J is also available on GitHub at https://github.com/mysql/mysql-connector-j. You can install the Connector/J package using either a binary or source distribution. While the binary distribution provides the easiest ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-driver-name.html
The name of the class that implements java.sql.Driver in MySQL Connector/J is com.mysql.cj.jdbc.Driver.
https://dev.mysql.com/doc/connector-j/en/connector-j-support-community.html
You can join the #connectors channel in the MySQL Community Slack workspace, where you can get help directly from MySQL developers and other users.
https://dev.mysql.com/doc/connector-j/en/connector-j-using-xdevapi.html
Connector/J 9.5 supports the X DevAPI, through which native support by MySQL for JSON, NoSQL, document collection, and other features are provided to Java applications. See Using MySQL as a Document Store, the X DevAPI User Guide, and the ...
https://dev.mysql.com/doc/refman/8.4/en/adding-character-set.html
This section discusses the procedure for adding a character set to MySQL. To use the following instructions, you must have a MySQL source distribution. The proper procedure depends on whether the character set is simple or complex: If the character ...
https://dev.mysql.com/doc/refman/8.4/en/ansi-diff-select-into-table.html
For example: INSERT INTO tbl_temp2 (fld_id) SELECT tbl_temp1.fld_order_id FROM tbl_temp1 WHERE tbl_temp1.fld_order_id > 100; Alternatively, you can use SELECT ... The same syntax can also be used inside stored routines using cursors and local ...
https://dev.mysql.com/doc/refman/8.4/en/backup-strategy-summary.html
But to make sure that you can sleep well, observe the following guidelines: Always tun the MySQL server with binary logging enabled (that is the default setting for MySQL 8.4). Make periodic full backups, using the mysqldump command shown earlier in ... In case of an operating system crash or power failure, InnoDB itself does all the job of recovering ...
https://dev.mysql.com/doc/refman/8.4/en/cache-index.html
A key cache must exist before you assign indexes to it, or an error occurs: mysql> CACHE INDEX t1 IN non_existent_cache; ERROR 1284 (HY000): Unknown key cache 'non_existent_cache' By default, table indexes are assigned to the main (default) key ...| ...
https://dev.mysql.com/doc/refman/8.4/en/charset-ce-sets.html
MySQL provides some support for character sets used in the Czech Republic, Slovakia, Hungary, Romania, Slovenia, Croatia, Poland, and Serbia (Latin).
Displaying 4251 to 4260 of 5421 total results