<h2>phpmyadmin #1698 - Access denied for user 'root'@'localhost'</h2>
Mysql tries to authenticate root using plugin, not password. You need to disable plugin usage for root.
shell$ sudo mysql -u root
[mysql] use mysql;
[mysql] update user set plugin='' where User='root';
[mysql] flush privileges;
[mysql] \q
............아놔...간단한 방법 있는 줄 모르고 삽질했네.
MC 1.12.2 테스트섭 복원중(...)
그리고 외부 게이트에서 엑세스시 고성능 게이트에 연결, mysql injection code attack 에 대해 대비적으로
보안필터 추가완료...(...설정 다하고 나니 뭔가 허무.......)