macOS에서 MariaDB db생성, 계정생성, 권한부여
mariadb를 실행합니다. root@MacBookAir var % mariadb Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 6 Server version: 10.7.3-MariaDB Homebrew Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement. MariaDB [(none)]> 현재 db 현황을 확인합니다. MariaDB [(none)]> show databases; +---..