Obtain and Unpack the Distribution

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
Obtain and Unpack the Distribution - strona 1

Fragment notatki:

Obtain and Unpack the Distribution
Pick the directory under which you want to unpack the distribution and change location into it.
Obtain a distribution file using the instructions in Section 2.1.3, “How to Get MySQL”.
Unpack the distribution into the current directory:
• To unpack a compressed tar file, tar can uncompress and unpack the distribution if it has z option
support:
shell tar zxvf mysql-VERSION.tar.gz
If your tar does not have z option support, use gunzip to unpack the distribution and tar to
unpack it:
shell gunzip cmake -E tar zxvf mysql-VERSION.tar.gz
• To unpack a Zip archive, use WinZip or another tool that can read .zip files.
Unpacking the distribution file creates a directory named mysql-VERSION.
... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz