Search



Search Results
Displaying 461 to 470 of 5220 total results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-cluster-compatibility.html
For a list of platforms supported by MySQL Cluster Manager 8.4.6, see Supported Platforms: MySQL Cluster Manager at https://www.mysql.com/support/supportedplatforms/cluster-manager.html, or contact your Oracle representative. MySQL Cluster Manager ...
https://dev.mysql.com/doc/refman/8.4/en/connection-options.html
--password[=pass_val], -p[pass_val] Command-Line Format --password[=password] Type String Default Value [none] The password of the MySQL account used for connecting to the server. --password1[=pass_val] Command-Line Format --password1[=password] ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework60.html
<connectionStrings> <add name="MyContext" providerName="MySql.Data.MySqlClient" connectionString="server=localhost;port=3306;database=mycontext;uid=root;password=********"/> </connectionStrings> <entityFramework> <defaultConnectionFactory ... MySQL ...This chapter describes how to configure and use the EF6 features that are implemented in ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework60.html
<connectionStrings> <add name="MyContext" providerName="MySql.Data.MySqlClient" connectionString="server=localhost;port=3306;database=mycontext;uid=root;password=********"/> </connectionStrings> <entityFramework> <defaultConnectionFactory ... MySQL ...This chapter describes how to configure and use the EF6 features that are implemented in ...
https://dev.mysql.com/doc/refman/8.4/en/json-validation-functions.html
MySQL supports validation of JSON documents against JSON schemas conforming to Draft 4 of the JSON Schema specification. MySQL supports the required attribute in JSON schemas to enforce the inclusion of required properties (see the examples in the ...This can be done using either of the functions detailed in this section, both of which take two arguments, a JSON schema, and a JSON document which is validated against the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-authentication.html
Connector/NET provides the following authentication plugins and methods: authentication_kerberos_client authentication_ldap_sasl_client authentication_oci_client authentication_openid_connect_client authentication_webauthn_client ... MySQL ...For a ...
https://dev.mysql.com/doc/internals/en/cmake-build-options-official-mysql.html
Also, some storage engines are linked statically into mysqld (for example, ARCHIVE). To use them, use the -DBUILD_CONFIG=mysql_release CMake option: Unix (Makefiles) mkdir bld cd bld cmake .. -DBUILD_CONFIG=mysql_release make Visual Studio (from the ...For example: RedHat/Fedora sudo yum install libaio-devel Debian/Ubuntu sudo apt-get install ...
https://dev.mysql.com/doc/internals/en/mysql-specific-cmake-macros.html
Example usage: MYSQL_ADD_EXECUTABLE(mysqld ${MYSQLD_SOURCE} \ DESTINATION ${INSTALL_SBINDIR}) MYSQL_ADD_PLUGIN: Build MySQL Plugin MYSQL_ADD_PLUGIN(plugin_name source1...sourceN [STORAGE_ENGINE] [MANDATORY|DEFAULT] [STATIC_ONLY|MODULE_ONLY] ...
https://dev.mysql.com/doc/internals/en/x-protocol-comparison-comparison-to-mysql-c-s-protocol.html
Feature MySQL C/S protocol X Protocol plaintext auth ✓ ✓ via SASL extentisible auth ✓ (5.6) ✓ via SASL TLS extension ✓ ✓ max message size >= 1Gb ✓ ✓ compression extension ✓ ✕ resettable sessions COM_RESET_CONNECTION Reset ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-mysql-ndb-mapping.html
The next two sections discuss naming and other conventions followed by the NDB API with regard to MySQL database objects, as well as handling of MySQL data types in NDB API applications.
Displaying 461 to 470 of 5220 total results