maicong / LNMP

Support: Nginx 1.12/1.13 + MySQL 5.5/5.6/5.7/8.0(MariaDB 5.5/10.0/10.1/10.2/10.3) + PHP 5.4/5.5/5.6/7.0/7.1/7.2 + phpMyAdmin(Adminer)
MIT License
256 stars 92 forks source link

aliyun centos 7.2 mysql5.6安装失败 #20

Closed jstony closed 6 years ago

jstony commented 6 years ago

安装脚本跑到最后出现如下错误, Warning: Using a password on the command line interface can be insecure. Warning: Using a password on the command line interface can be insecure. mysqladmin: connect to server at 'izbpxxxxxx' failed error: 'Access denied for user 'root'@'izbpxxxxxx' (using password: YES)' Warning: Using a password on the command line interface can be insecure.

mysql 5.6安装失败

maicong commented 6 years ago

试试 dev 分支?

## 确保 wget 命令已经安装,已安装请忽略此步
yum install wget -y

## 执行安装脚本
sh -c "$(wget https://cdn.rawgit.com/maicong/LNMP/dev/lnmp.sh -O -)"

# 如果想保存安装日志,请将 log 输出到指定文件
# sh -c "$(wget https://cdn.rawgit.com/maicong/LNMP/dev/lnmp.sh -O -)" 2>&1 | tee lnmp.log
xiaofami commented 6 years ago

centos7 同样遇到mysql问题,提示mysqli_real_connect(): (HY000/2002): No such file or directory mysql.sock也不存在