Search



Search Results
Displaying 201 to 210 of 2525 total results
https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html
The log_error_suppression_list value may be the empty string for no suppression, or a list of one or more comma-separated values indicating the error codes to suppress. If binding to the address fails, the server produces an error and does not start. The list specified by this variable may include any of the following values: ECDHE-ECDSA-AES128-GCM-SHA256 ECDHE-ECDSA-AES256-GCM-SHA384 ECDHE-RSA-AES128-GCM-SHA256 ECDHE-RSA-AES256-GCM-SHA384 ECDHE-ECDSA-CHACHA20-POLY1305 ECDHE-RSA-CHACHA20-POLY1305 ECDHE-ECDSA-AES256-CCM ECDHE-ECDSA-AES128-CCM DHE-RSA-AES128-GCM-SHA256 DHE-RSA-AES256-GCM-SHA384 DHE-RSA-AES256-CCM DHE-RSA-AES128-CCM DHE-RSA-CHACHA20-POLY1305 Trying to include any values in the cipher list that are not shown here when setting this variable raises an error ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-entity-framework-winform-data-source.html
Figure 4.12 Entity Data Model Wizard - Connection Make a note of the entity connection settings to be used in App.Config, as these will be used later to write the necessary control code. Adding Code to Populate the Data Grid View You are now ready ... This tutorial describes how to create a Windows Forms Data Source from an Entity in an Entity Data Model using Microsoft Visual ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-entity-framework-winform-data-source.html
Figure 6.12 Entity Data Model Wizard - Connection Make a note of the entity connection settings to be used in App.Config, as these will be used later to write the necessary control code. Adding Code to Populate the Data Grid View You are now ready ... This tutorial describes how to create a Windows Forms Data Source from an Entity in an Entity Data Model using Microsoft Visual ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript-documents-find.html
mysql-js> db.countryinfo.find() [ { "GNP": 828, "Code:": "ABW", "Name": "Aruba", "IndepYear": null, "geography": { "Continent": "North America", "Region": "Caribbean", "SurfaceArea": 193 }, "government": { "GovernmentForm": "Nonmetropolitan ... You ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-documents-find.html
mysql-py> db.countryinfo.find() [ { "GNP": 828, "Code:": "ABW", "Name": "Aruba", "IndepYear": null, "geography": { "Continent": "North America", "Region": "Caribbean", "SurfaceArea": 193 }, "government": { "GovernmentForm": "Nonmetropolitan ... You ...
https://dev.mysql.com/doc/internals/en/event-data-for-specific-event-types.html
The error code resulting from execution of the statement on the master. How come statements with a nonzero error code can exist in the binary log? This is mainly due to the use of nontransactional tables within transactions. For transactional ...
https://dev.mysql.com/doc/x-devapi-userguide/en/database-connection-example.html
The code that is needed to connect to a MySQL document store looks a lot like the traditional MySQL connection code, but now applications can establish logical sessions to MySQL server instances running the X Plugin. Applications that use Session ...Sessions are produced by the mysqlx factory, and the returned sessions can encapsulate access to one or more MySQL server instances running X ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-active-language.html
MySQL Shell can execute SQL, JavaScript or Python code, but only one language can be active at a time. MySQL Shell maintains code compatibility with Python 2.6 and Python 2.7, so if you require one of these older versions, you can build MySQL Shell ...The active mode determines how the executed statements are processed: If using SQL mode, statements are processed as SQL which means they are sent to the MySQL server for ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-commands.html
MySQL Shell provides commands which enable you to modify the execution environment of the code editor, for example to configure the active programming language or a MySQL Server connection. Code is cached and executed when an empty line is entered.
https://dev.mysql.com/doc/internals/en/event-classes-and-types.html
Type codes are associated with subclasses because class instance contents are written to binary or relay logs or are sent over the network from master to slave. In those contexts, an event is just a sequence of bytes, not a class structure, so a ...
Displaying 201 to 210 of 2525 total results