들어가기 전
문제 발생 상황
mysql -u root -p
bash: mysql: command not found
mysql-client 설치
apt-get install -y mysql-client
문제 발생 : Welcome to the MySQL monitor 가 뜨는 문제 발생
MariaDB 서버 11.0은 mysql -> mariadb로 명령어 변경
mariadb -u root -p