Search



Search Results
Displaying 751 to 760 of 4187 total results
https://dev.mysql.com/doc/extending-mysql/9.7/en/writing-password-validation-plugins.html
To make the library file available for use, install it in the plugin directory (the directory named by the plugin_dir system variable). This section describes how to write a server-side password-validation plugin. plugin.h defines the ...The ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
Using Connection Pooling with Connector/J The concept of connection pooling in JDBC has been standardized through the JDBC 2.0 Optional interfaces, and all major application servers have implementations of these APIs that work with MySQL Connector/J. Generally, you configure a connection pool in your application server configuration files, and access it through the Java Naming and Directory Interface ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
Using Connection Pooling with Connector/J The concept of connection pooling in JDBC has been standardized through the JDBC 2.0 Optional interfaces, and all major application servers have implementations of these APIs that work with MySQL Connector/J. Generally, you configure a connection pool in your application server configuration files, and access it through the Java Naming and Directory Interface ...
https://dev.mysql.com/doc/refman/9.7/en/group-replication-user-credentials.html
They are applied whenever Group Replication is started, including automatic starts if the group_replication_start_on_boot system variable is set to ON. Alternatively, you can disable binary logging before creating the replication user, and then ...
https://dev.mysql.com/doc/refman/9.7/en/windows-create-option-file.html
If you need to specify startup options when you run the server, you can indicate them on the command line or place them in an option file. For options that are used every time the server starts, you may find it most convenient to use an option file ...However, to avoid confusion, it is best if you use only one ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/writing-authentication-plugins-setup.html
To make the library file available for use, install it in the plugin directory (the directory named by the plugin_dir system variable). For example, to load the plugin at server startup, use a --plugin-load=auth_simple.so option, adjusting the .so ... To compile and install a plugin library file, use the instructions in Section 4.4.3, “Compiling and Installing Plugin ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-connection-windows.html
Select Microsoft SQL Server as the database system and fill out the remaining options as described in this section. Figure 10.42 SQL Server Connection Parameters Example on Windows Database System: Microsoft SQL Server Connection Method: choose ...
https://dev.mysql.com/doc/refman/9.7/en/macos-installation-prefpane.html
This preference pane is installed by default, and is listed under your system's System Preferences window. Figure 2.8 MySQL Preference Pane: Location The MySQL preference pane is installed with the same DMG file that installs MySQL Server. Typically ... The MySQL Installation Package includes a MySQL preference pane that enables you to start, stop, and control automated startup during boot of your MySQL ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-install-windows-service.html
Installing programs as Windows services usually must be done using an account that has Administrator rights on the system. To install the management node as a service on Windows, invoke ndb_mgmd.exe from the command line on the machine hosting the ... Once you are satisfied that NDB Cluster is running as desired, you can install the management nodes and data nodes as Windows services, so that these processes are started and stopped automatically whenever Windows is started or ...
https://dev.mysql.com/doc/refman/9.7/en/show-engine.html
Statistics for low-level operating system mutexes, which are implemented outside of InnoDB, are not reported. SHOW ENGINE INNODB MUTEX does not list mutexes and rw-locks for each buffer pool block, as the amount of output would be overwhelming on ...
Displaying 751 to 760 of 4187 total results