Search



Search Results
Displaying 1271 to 1280 of 5220 total results
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-documents-remove.html
Remove Documents Using Conditions The following example passes a search condition to the remove() method. mysql-py> db.countryinfo.remove("Code = 'SEA'") Remove the First Document To remove the first document in the countryinfo collection, use the ... You can use the remove() method to delete some or all documents from a collection in a ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-exitcodes.html
Users can, for example, use a script to catch the exit code returned by mysqlbackup, and then pass it onto the print-message command to obtain an exit message. MySQL Enterprise Backup returns one of the following exit codes as it exits an operation. The meaning of each code is explained in Table 17.1, “MySQL Enterprise Backup Exit Codes and Messages” by its associated exit ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-set-server-option.html
Enabling multiple-statement support with MYSQL_OPTION_MULTI_STATEMENTS_ON does not have quite the same effect as enabling it by passing the CLIENT_MULTI_STATEMENTS flag to mysql_real_connect(): CLIENT_MULTI_STATEMENTS also enables ... int ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-26-u2.html
CAST() of FLOAT and DOUBLE values to DECIMAL (Bug #33163625, Bug #33138534, WL #14714) The new hw_data_scanned global status variable tracks the total cumulative megabytes scanned by successfully executed MySQL HeatWave queries. The number of ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndbxfrm.html
This is similar to entering a password after invoking mysql --password with no password following the option. This is similar to entering a password is entered after invoking mysql --password with no password following the option. Usage ndbxfrm ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-user-accounts.html
To have passwords automatically expire after a specified number of days, add an entry similar to this under the [mysqld] option group in the MySQL configuration file (/etc/my.cnf): default_password_lifetime=120 A setting of 120 means that the ...It ...The user1 account is defined with an SSL/TLS option that requires an encrypted ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-error-sqlstates.html
The table below provides a mapping of the MySQL error numbers to JDBC SQLState values.
https://dev.mysql.com/doc/connectors/en/connector-j-versions.html
Also, a customized JSSE provider might be required to use some later TLS versions and cipher suites when connecting to MySQL servers. Here is some compatibility information for Connector/J 8.0: JDBC versions: Connector/J 8.0 implements JDBC 4.2.
https://dev.mysql.com/doc/connectors/en/connector-net-ref-types.html
Classes Class Description MySqlConversionException Represents exceptions returned during the conversion of MySQL types. Structures Structure Description MySqlDateTime Defines operations that apply to MySqlDateTime objects.
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-types.html
Classes Class Description MySqlConversionException Represents exceptions returned during the conversion of MySQL types. Structures Structure Description MySqlDateTime Defines operations that apply to MySqlDateTime objects.
Displaying 1271 to 1280 of 5220 total results