Search Results
https://dev.mysql.com/doc/refman/8.4/en/dbug-package.html
Here are some example debug control strings as they might be specified on a shell command line: --debug=d:t --debug=d:f,main,subr1:F:L:t,20 --debug=d,input,output,files:n --debug=d:t:i:O,\\mysqld.trace For mysqld, it is also possible to change DBUG ... The MySQL server and most MySQL clients are compiled with the DBUG package originally created by Fred ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-types.html
However, it is not difficult in MySQL to create partitioning schemes based on DATE, TIME, or DATETIME columns, or based on expressions making use of such columns. When partitioning by KEY or LINEAR KEY, you can use a DATE, TIME, or DATETIME column ... This section discusses the types of partitioning which are available in MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-python-django-backend.html
For more information about fractional seconds support, see Fractional Seconds in Time Values. This back end supports new features found as of MySQL 5.6 such as fractional seconds support for temporal data types. For example, support for fractional ... Connector/Python includes a mysql.connector.django module that provides a Django back end for ...
https://dev.mysql.com/doc/connector-python/en/connector-python-django-backend.html
For more information about fractional seconds support, see Fractional Seconds in Time Values. This back end supports new features found as of MySQL 5.6 such as fractional seconds support for temporal data types. For example, support for fractional ... Connector/Python includes a mysql.connector.django module that provides a Django back end for ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-interface.html
Then it is executed one or more times at a later time, using the statement handler returned by the initialization function. In the case of direct execution, the query is parsed every time it is executed. Prepared execution is an efficient way to ...
https://dev.mysql.com/doc/refman/8.4/en/query-log.html
The log_timestamps system variable controls the time zone of timestamps in messages written to the general query log file (as well as to the slow query log file and the error log). The general query log can be very useful when you suspect an error ... The general query log is a general record of what mysqld is ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbindexscanoperation.html
The number of fragments to scan in parallel; use 0 to specify the maximum automatically. Note This parameter was ignored prior to MySQL 5.1.12, and the maximum was used.(Bug #20252) Return value An integer: 0 indicates success; -1 indicates failure.
https://dev.mysql.com/doc/mysql-installer/en/server-windows-service.html
Alternatively, you can configure MySQL server to run as an executable program that requires manual configuration. On the Windows platform, MySQL server can run as a named service managed by the operating system and be configured to start up ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-hashicorp-plugin.html
Extract the content of the archive to produce the executable vault command, which is used to perform HashiCorp Vault operations. Note The operations described in this step are required only when starting Vault the first time, to obtain the unseal ...
https://dev.mysql.com/doc/connectors/en/connector-python-reference.html
mysql.connector errorcode errors connection constants conversion cursor dbapi locales eng client_error protocol utils . Examples should be considered working for Python 2.7, and Python 3.1 and greater. They might also work for older versions (such ...