Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-set.html
Example: mcm> set filesystem-password-file:ndbmtd:=/home/myndb/myc.pwd mycluster; See Setting Up Encryption, for more information. Setting a variable which is not dynamic triggers an immediate restart. Setting Up Encryption NDB Cluster 8.0.31 and ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-load-plugin.html
The plugin API does not require a connection to a MySQL server, but this structure must be properly initialized. Another way to cause plugins to be loaded is to set the LIBMYSQL_PLUGINS environment variable to a list of semicolon-separated plugin ...
https://dev.mysql.com/doc/workbench/en/wb-installing-windows.html
The %PROGRAMFILES% directory is defined as C:\Program Files\ on most systems. MySQL Workbench for Windows can be installed using the MySQL Installer that installs and updates all MySQL products on Windows or the standalone Windows MSI Installer ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql-prepare.html
Before proceeding, you will need the following: Follow the installation guide for installing iODBC on your system. Access to a running MySQL Server instance with privileges to the database you want to migrate. Access to a running PostgreSQL ...
https://dev.mysql.com/doc/workbench/en/wb-migration-wizard-connection.html
A connection is made to the source and target database servers. Choose the Database System that is being migrated and the other connection parameters will change accordingly (see the figure that follows). Source Connection Select the source RDBMS ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-enterprise.html
A MySQL Enterprise subscription is the most comprehensive offering of MySQL database software, services and support; it ensures that your business achieves the highest levels of reliability, security, and uptime. Model Validation: Validation ...
https://dev.mysql.com/doc/connectors/en/connector-j-installing-upgrading.html
This section has information for users who are upgrading from one version of Connector/J to another, or to a new version of the MySQL server that supports a more recent level of JDBC. Using the upgrade command of your Linux distro's package ...A ...
https://dev.mysql.com/doc/connectors/en/connector-net-simple-membership-tutorial.html
<add name="MyConnection" connectionString="server=localhost; UserId=root; password=pass; database=MySqlSimpleMembership; logging=true;port=3305" providerName="MySql.Data.MySqlClient"/> Under the <system.data> node, add configuration information ...
https://dev.mysql.com/doc/connectors/en/connector-net-support-bug-report.html
If reporting a problem, ideally include the following information with the email: Operating system and version. If you encounter difficulties or problems with MySQL Connector/NET, contact the Connector/NET community, as explained in Section 4.9.1, ...
https://dev.mysql.com/doc/connector-net/en/connector-net-simple-membership-tutorial.html
<add name="MyConnection" connectionString="server=localhost; UserId=root; password=pass; database=MySqlSimpleMembership; logging=true;port=3305" providerName="MySql.Data.MySqlClient"/> Under the <system.data> node, add configuration information ...