OLDPASSWORD

Category
아이템: 
포스트 갯수1

MariaDB 접속 에러

By 블루오션 [BLUE OCEAN] | 2016년 11월 1일 | 
[ DB접속 시 발생하는 에러(1) ]# mysql -uroot -h127.0.0.1 -p mysqlEnter password:ERROR 1275 (HY000): Server is running in --secure-auth mode, but 'root'@'127.0.0.1' has a password in the old format; please change the password to the new format# [ 조치 방법(1) ]MariaDB [mysql]> show variables like 'old_passwords';+---------------+-------+| Variable_name | Value |+---------------+-------+| old_passwords | O