Search

Download this Manual
PDF (US Ltr) - 41.8Mb
PDF (A4) - 41.9Mb
Man Pages (TGZ) - 272.4Kb
Man Pages (Zip) - 378.4Kb
Info (Gzip) - 4.2Mb
Info (Zip) - 4.2Mb


Displaying 911 to 918 of 918 total results
https://dev.mysql.com/doc/refman/9.7/en/window-functions-usage.html
For example, if a table contains a TIMESTAMP column named ts, standard SQL permits PARTITION BY ts but not PARTITION BY HOUR(ts), whereas MySQL permits both. However, whereas an aggregate operation groups query rows into a single result row, a ...
https://dev.mysql.com/doc/refman/9.7/en/windows-and-ssh.html
This section describes how to get an encrypted connection to a remote MySQL server with SSH. This userid value might not be the same as the user name of your MySQL account. Either do a remote forward (Set local_port: 3306, remote_host: ...
https://dev.mysql.com/doc/refman/9.7/en/windows-installation.html
If you used MySQL Configurator to configure MySQL as a Windows service, then Windows automatically starts the MySQL server every time you restart the system. MySQL is available for Microsoft Windows 64-bit operating systems only. There are ...
https://dev.mysql.com/doc/refman/9.7/en/windows-pluggable-authentication.html
With this plugin-loading method, the option must be given each time the server starts. Alternatively, to load the plugin at runtime, use this statement: INSTALL PLUGIN authentication_windows SONAME 'authentication_windows.dll'; INSTALL PLUGIN loads ... Note Windows pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/9.7/en/windows-postinstallation.html
Make sure that the server is running (see Section 2.3.3.5, “Starting the Server for the First Time”). GUI tools exist that perform most of the tasks described in this section, including: MySQL Configurator: Used to configure the MySQL server.
https://dev.mysql.com/doc/refman/9.7/en/windows-restrictions.html
Some versions of Windows have a boot time setting to enable larger applications by reducing the kernel application. The following restrictions apply to use of MySQL on the Windows platform: Process memory On Windows 32-bit platforms, it is not ...
https://dev.mysql.com/doc/refman/9.7/en/x-plugin-options-variables.html
If configuration values specified at startup time are incorrect, X Plugin could fail to initialize properly and the server does not load it. This section describes the command options and system variables that configure X Plugin, as well as the ...
https://dev.mysql.com/doc/refman/9.7/en/xa.html
For example, when a Transaction Manager finds that a global transaction consists of only one transactional resource (that is, a single branch), that resource can be told to prepare and commit at the same time. Support for XA transactions is ...