Мануалы и справочники Общие команды
mysql_secure_installation

Команда mysql_secure_installation: опции, ключи и примеры использования

mysql_secure_installation

Set up MySQL to have better security. More information: https://dev.mysql.com/doc/refman/en/mysql-secure-installation.html.

  • Start an interactive setup:

mysql_secure_installation

  • Use specific host and port:

mysql_secure_installation --host={{host}} --port={{port}}

  • Display help:

mysql_secure_installation --help

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM