Search



Search Results
Displaying 1241 to 1250 of 4187 total results
https://dev.mysql.com/doc/refman/9.7/en/innodb-linux-native-aio.html
If a problem with the asynchronous I/O subsystem in the OS prevents InnoDB from starting, you can start the server with innodb_use_native_aio=0. InnoDB uses the asynchronous I/O subsystem (native AIO) on Linux to perform read-ahead and write ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-installation.html
Alternatively, you can use the hosts file (typically /etc/hosts for Linux and other Unix-like operating systems, C:\WINDOWS\system32\drivers\etc\hosts on Windows, or your operating system's equivalent) for providing a means to do host lookup if such ... This section describes the basics for planning, installing, configuring, and running an NDB ...
https://dev.mysql.com/doc/refman/9.7/en/selinux.html
Security-Enhanced Linux (SELinux) is a mandatory access control (MAC) system that implements access rights by applying a security label referred to as an SELinux context to each system object. SELinux policy modules use SELinux contexts to define ...MySQL SELinux policy modules, for example, define policy rules using type ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-programming-net.html
This section contains simple examples that demonstrate the use of Connector/ODBC drivers with ODBC.NET. 5.6.7.2.1 Using Connector/ODBC with ODBC.NET and C# (C sharp) The following sample creates a table my_odbc_net and demonstrates its use in C#.
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-password-validation.html
The component exposes a set of system variables that enable you to define a password policy. To provide control over this capability, validate_password exposes a validate_password.check_user_name system variable, which is enabled by default. INSTALL ...$> cd /path/to/mysql/lib/plugin/ $> ls component_v* component_validate_password.so Ensure that the plugin_dir is set to the server the MySQL plugin ...
https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust-gac.html
Edit your web.config file so that your application runs using a Medium trust level: <system.web> <trust level="Medium"/> </system.web> Add the MySql.Data.MySqlClient namespace to your server-code page. Configure the MySQL server to accept pipe ...
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-gac.html
Edit your web.config file so that your application runs using a Medium trust level: <system.web> <trust level="Medium"/> </system.web> Add the MySql.Data.MySqlClient namespace to your server-code page. Configure the MySQL server to accept pipe ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal-displaying.html
To display a report we first populate a data set with the data needed for the report, then load the report and bind it to the data set. Finally we pass the report to the crViewer control for display to the user. The following references are needed ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-crystal-displaying.html
To display a report we first populate a data set with the data needed for the report, then load the report and bind it to the data set. Finally we pass the report to the crViewer control for display to the user. The following references are needed ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-programs-ndb-top.html
Each thread is represented by two rows in the output, the first showing system statistics, the second showing the measured statistics for the thread. Usage ndb_top [-h hostname] [-t port] [-u user] [-p pass] [-n node_id] ndb_top connects to a MySQL ... ndb_top displays running information in the terminal about CPU usage by NDB threads on an NDB Cluster data ...
Displaying 1241 to 1250 of 4187 total results