Search Results
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-insertdelayed-activity-category.html
Lists the Insert Delayed Activity metrics and provides a brief description of each. Table 6.19 Insert Delayed Activity Metrics NameDescriptionErrors (Delta) The number of rows written with INSERT DELAYED for which some error occurred (probably ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-performance-page-connections.html
The Connection Statistics page displays the connections and network statistics for the monitored MySQL instance. Table 5.1 Connections Performance Page Regions GraphDescriptionCurrent Connections Graphs the number of current, running and cached ...
https://dev.mysql.com/doc/workbench/en/wb-launching-linux.html
After MySQL Workbench has been installed, it can be launched by selecting Applications, Programming, MySQL Workbench from the main menu. MySQL Workbench can also be launched from the command line on Linux by using the following command: $> ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn-windows.html
To add or configure a Connector/ODBC 5.x or 8.x DSN on Windows, use either the ODBC Data Source Administrator GUI, or the command-line tool myodbc-installer.exe that comes with Connector/ODBC.
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-dataerror.html
This exception is raised when there were problems with the data. Examples are a column set to NULL that cannot be NULL, out-of-range values for a column, division by zero, column count does not match value count, and so on.
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-windows.html
To add or configure a Connector/ODBC 5.x or 8.x DSN on Windows, use either the ODBC Data Source Administrator GUI, or the command-line tool myodbc-installer.exe that comes with Connector/ODBC.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-dataerror.html
This exception is raised when there were problems with the data. Examples are a column set to NULL that cannot be NULL, out-of-range values for a column, division by zero, column count does not match value count, and so on.
https://dev.mysql.com/doc/internals/en/com-set-option.html
Enables capabilities for the current connection to be enabled and disabled: CLIENT_MULTI_STATEMENTS The option operation is one of: Operation Constant Name 0 MYSQL_OPTION_MULTI_STATEMENTS_ON 1 MYSQL_OPTION_MULTI_STATEMENTS_OFF On success it returns ...
https://dev.mysql.com/doc/internals/en/libmysqld-directory.html
The product of libmysqld is not a client/server affair, but a library. The program files on this directory are: libmysqld.c --- The called side, compare the mysqld.exe source lib_sql.c --- Emulate the vio directory's communication buffer .
https://dev.mysql.com/doc/internals/en/replication-not-guaranteed.html
There are some exceptions to (P-rpl-correct) where we do not guarantee correct replication. (P-exception-federated) If a table uses a federated table on the master, then TODO (P-exception-table-definition) If a CREATE TABLE uses a DATA DIRECTORY or ...