Create a mysql User and Group

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
Create a mysql User and Group - strona 1

Fragment notatki:

Create a mysql User and Group
If your system does not already have a user and group for mysqld to run as, you may need to create
one. The following commands add the mysql group and the mysql user. You might want to call the
user and group something else instead of mysql. If so, substitute the appropriate name in the following
instructions. The syntax for useradd and groupadd may differ slightly on different versions of Unix, or
they may have different names such as adduser and addgroup.
shell groupadd mysql
shell useradd -r -g mysql mysql
... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz