DB/MariaDB
MariaDB 생성한 USER 조회
so_o
2022. 12. 11. 22:21
select host, user from mysql.user;

select host, user from mysql.user;