Install the Distribution UNIX

Nasza ocena:

5
Wyświetleń: 735
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
Install the Distribution UNIX - strona 1

Fragment notatki:

Install the Distribution
On Unix:
shell make install
This installs the files under the configured installation directory (by default, /usr/local/mysql). You
might need to run the command as root.
To install in a specific directory, add a DESTDIR parameter to the command line:
shell make install DESTDIR="/opt/mysql"
Alternatively, generate installation package files that you can install where you like:
shell make package
This operation produces one or more .tar.gz files that can be installed like generic binary distribution
packages. See Section 2.2, “Installing MySQL on Unix/Linux Using Generic Binaries”. If you run CMake
with -DCPACK_MONOLITHIC_INSTALL=1 [139], the operation produces a single file. Otherwise, it
produces multiple files.
On Windows, generate the data directory, then create a .zip archive installation package:
shell devenv MySQL.sln /build RelWithDebInfo /project initial_database
shell devenv MySQL.sln /build RelWithDebInfo /project package
You can install the resulting .zip archive where you like. See Section 2.3.5, “Installing MySQL on
Microsoft Windows Using a noinstall Zip Archive”.
... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz