PDF (US Ltr)
- 35.0Mb
PDF (A4)
- 35.1Mb
Man Pages (TGZ)
- 254.9Kb
Man Pages (Zip)
- 359.9Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/installing-mysql-shell-windows-quick.html
Important The Community version of MySQL Shell requires the Visual C++ Redistributable for Visual Studio 2013 (available at the Microsoft Download Center) to work; make sure that is installed on your Windows system before installing MySQL Shell.
https://dev.mysql.com/doc/refman/5.7/en/introduction.html
The following list describes some sections of particular interest in this manual: For a discussion of MySQL Database Server capabilities, see Section 1.2.2, “The Main Features of MySQL”. The MySQL software delivers a very fast, multithreaded, ...
https://dev.mysql.com/doc/refman/5.7/en/linux-installation-native.html
This section provides basic instructions for installing MySQL using those package management systems. A sample installation of the MySQL packages might look like this (some sections trimmed for clarity): #> apt-get install mysql-client-5.1 ... Many ...
https://dev.mysql.com/doc/refman/5.7/en/linux-installation-yum-repo.html
This is a typical entry for a release series' subrepository in the file: [mysql57-community] name=MySQL 5.7 Community Server baseurl=http://repo.mysql.com/yum/mysql-5.7-community/el/6/$basearch/ enabled=1 gpgcheck=1 ...This is a one-time operation, ...Before You Start As a popular, open-source software, MySQL, in its original or re-packaged form, is widely installed on many systems from various sources, including different software download sites, software repositories, and so ...
https://dev.mysql.com/doc/refman/5.7/en/macos-installation-launchd.html
Figure 2.19 MySQL Preference Pane: Location Figure 2.20 MySQL Preference Pane: Usage Or, manually load the launchd file. The ProgramArguments section defines the command line options that are passed into the program, which is the mysqld binary in ...
https://dev.mysql.com/doc/refman/5.7/en/macos-installation-pkg.html
This cannot be recovered so you must save this password for the initial login to MySQL. For example: Figure 2.17 MySQL Package Installer Wizard: Temporary Root Password Note MySQL expires this temporary root password after the initial login and ...
https://dev.mysql.com/doc/refman/5.7/en/multiple-windows-servers.html
You can run multiple servers on Windows by starting them manually from the command line, each with appropriate operating parameters, or by installing several servers as Windows services and running them that way. General instructions for running ...
https://dev.mysql.com/doc/refman/5.7/en/multiple-windows-services.html
(This might be the case if you are running 5.7.9 as your production server, but also want to conduct tests using 5.7.44.) To install MySQL as a Windows service, use the --install or --install-manual option. To do this, use a different service name ... On Windows, a MySQL server can run as a Windows ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-api-definition.html
If no computer or host name is provided, any host can use this SQL or API node. This value must be unique for each node in the cluster, regardless of the type of node. This value must be unique for each node in the cluster, regardless of the type of ... The [mysqld] and [api] sections in the config.ini file define the behavior of the MySQL servers (SQL nodes) and other applications (API nodes) used to access cluster ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-basics.html
Because this node type manages the configuration of the other nodes, a node of this type should be started first, before any other node. NDB Cluster tables are normally stored completely in memory rather than on disk (this is why we refer to NDB ...