php79 / stack

PHP 5.3 ~ 8.2 + Nginx + Let's Encrypt + MariaDB + 앱 자동 설치
https://www.php79.com
MIT License
90 stars 32 forks source link

localhost mysqld 부분 문의 드립니다. #62

Closed l2zeo closed 5 years ago

l2zeo commented 5 years ago

tail -f /var/log/messages시 아래처럼 워닝 로그가 띄워지고 있는데요.

이부분이 정상인지요?

Oct 12 18:16:04 localhost mysqld: 2019-10-12 18:16:04 30644 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:05 localhost mysqld: 2019-10-12 18:16:05 30646 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:05 localhost mysqld: 2019-10-12 18:16:05 30647 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:05 localhost mysqld: 2019-10-12 18:16:05 30649 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:05 localhost mysqld: 2019-10-12 18:16:05 30650 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:05 localhost mysqld: 2019-10-12 18:16:05 30652 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:05 localhost mysqld: 2019-10-12 18:16:05 30653 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:05 localhost mysqld: 2019-10-12 18:16:05 30655 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:05 localhost mysqld: 2019-10-12 18:16:05 30656 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:05 localhost mysqld: 2019-10-12 18:16:05 30658 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:05 localhost mysqld: 2019-10-12 18:16:05 30659 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:05 localhost mysqld: 2019-10-12 18:16:05 30661 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:05 localhost mysqld: 2019-10-12 18:16:05 30662 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:06 localhost mysqld: 2019-10-12 18:16:06 30664 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:06 localhost mysqld: 2019-10-12 18:16:06 30665 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:07 localhost mysqld: 2019-10-12 18:16:07 30667 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:07 localhost mysqld: 2019-10-12 18:16:07 30668 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:07 localhost mysqld: 2019-10-12 18:16:07 30670 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:07 localhost mysqld: 2019-10-12 18:16:07 30671 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:07 localhost mysqld: 2019-10-12 18:16:07 30673 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:07 localhost mysqld: 2019-10-12 18:16:07 30674 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:07 localhost mysqld: 2019-10-12 18:16:07 30676 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:07 localhost mysqld: 2019-10-12 18:16:07 30677 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:07 localhost mysqld: 2019-10-12 18:16:07 30679 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:07 localhost mysqld: 2019-10-12 18:16:07 30680 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:07 localhost mysqld: 2019-10-12 18:16:07 30682 [Warning] Access denied for user ''@'localhost' (using password: NO)
Oct 12 18:16:07 localhost mysqld: 2019-10-12 18:16:07 30683 [Warning] Access denied for user ''@'localhost' (using password: NO)
l2zeo commented 5 years ago

my.cnf 설정 부분에 문제가 있었네요..