Search Results
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/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/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/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 ...
A Quick Guide to Using the MySQL SLES Repository :: A Quick Guide to Using the MySQL SLES Repository
https://dev.mysql.com/doc/mysql-sles-repo-quick-guide/en/index.html
For example, to enable the innovation track on SLES 15: $> sudo zypper modifyrepo -e mysql-innovation-community $> sudo zypper modifyrepo -e mysql-tools-innovation-community You should only enable a subrepository for one release series at any time.
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 ...
https://dev.mysql.com/doc/connector-python/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 ...
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/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 ...