Search



Search Results
Displaying 911 to 920 of 5281 total results
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pfx.html
Creating a Certificate File to Use with the .NET Client From the directory server-repository-root/mysql-test/std_data, issue the following command. using (MySqlConnection connection = new MySqlConnection( "database=test;user=sslclient;" + ...For the ...When using PFX format certificates, the SslMode connection option validates certificates for all SSL mode values, except Disabled or None (deprecated in Connector/NET ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pfx.html
Creating a Certificate File to Use with the .NET Client From the directory server-repository-root/mysql-test/std_data, issue the following command. using (MySqlConnection connection = new MySqlConnection( "database=test;user=sslclient;" + ...For the ...When using PFX format certificates, the SslMode connection option validates certificates for all SSL mode values, except Disabled or None (deprecated in Connector/NET ...
https://dev.mysql.com/doc/refman/8.4/en/binary-log.html
InnoDB support for two-phase commit in XA transactions ensures that the binary log and InnoDB data files are synchronized. MySQL binary log files and relay log files can be encrypted, helping to protect these files and the potentially sensitive data ... The binary log contains “events” that describe database changes such as table creation operations or changes to table ...It also contains events for ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework60.html
Set the DbConfiguration type in the configuration file: <entityFramework codeConfigurationType="MySql.Data.Entity.MySqlEFConfiguration, MySql.Data.EntityFramework"> It is also possible to create a custom DbConfiguration class and add the dependency ...To configure Connector/NET 6.9 or 6.10 for use with EF6, substitute the assembly and package names in this section with the following: Assembly: MySql.Data.Entity.EF6 NuGet package: MySql.Data.Entity For more information about the MySql.Data.Entity NuGet package and its uses, see ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework60.html
Set the DbConfiguration type in the configuration file: <entityFramework codeConfigurationType="MySql.Data.Entity.MySqlEFConfiguration, MySql.Data.EntityFramework"> It is also possible to create a custom DbConfiguration class and add the dependency ...To configure Connector/NET 6.9 or 6.10 for use with EF6, substitute the assembly and package names in this section with the following: Assembly: MySql.Data.Entity.EF6 NuGet package: MySql.Data.Entity For more information about the MySql.Data.Entity NuGet package and its uses, see ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-backup-cluster.html
To remove a given backup completely, you must remove the corresponding image from each data node's BACKUP directory. The password file must satisfy the following requirements: The file must be present on the same host as the mcmd agent that the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-basics.html
In addition, to provide a single point of configuration, all configuration data for the cluster as a whole is located in one configuration file. For more information about the files and directories created by local checkpoints and global ...NDB ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-management-users-and-privileges.html
An account that authenticates with caching_sha2_password must use either a secure connection or an unencrypted connection that supports password exchange using an RSA key pair. Administrative Roles Tab Roles are a quick way of granting a set of ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-reference-api.html
Table 5.11 ODBC API Calls for Retrieving Error or Diagnostic Information Function Name Connector/ODBC Supports? Standard Purpose SQLError Yes Deprecated Returns additional error or status information SQLGetDiagField Yes ISO 92 Returns additional ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-reference-api.html
Table 7.7 ODBC API Calls for Retrieving Error or Diagnostic Information Function Name Connector/ODBC Supports? Standard Purpose SQLError Yes Deprecated Returns additional error or status information SQLGetDiagField Yes ISO 92 Returns additional ...
Displaying 911 to 920 of 5281 total results