car.3205 发表于 2018-11-21 11:45:54

CentOS 7 快速部署 LAMP环境 Apache Nginx MySQL PHP

# mysql_secure_installation  
/usr/bin/mysql_secure_installation: line 379: find_mysql_client: command not found
  
NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB
  
SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!
  
In order to log into MariaDB to secure it, we’ll need the current
  
password for the root user. If you’ve just installed MariaDB, and
  
you haven’t set the root password yet, the password will be blank,
  
so you should just press enter here.
  
Enter current password for root (enter for none):
  
OK, successfully used password, moving on…
  
Setting the root password ensures that nobody can log into the MariaDB
  
root user without the proper authorisation.
  
Set root password?
页: [1]
查看完整版本: CentOS 7 快速部署 LAMP环境 Apache Nginx MySQL PHP