시스템 정보Ubuntu 22.04.1 LTSmariadb Ver 15.1 Distrib 10.6.12-MariaDB1. 설정 파일# vi /etc/mysql/mariadb.conf.d/50-server.cnf # 0.0.0.0 으로 바인딩 IP를 전체 허용으로 변경2. MariaDB 접속 Host 변경MariaDB [(none)]> select host,user,plugin,authentication_string from mysql.user;+-----------+-------------+-----------------------+-----------------------+| Host | User | plugin | authentication_string..