mySQL에 로그인

mysql -u root -p

DB_Name을 입력하여 데이터베이스를 삭제합니다.

DROP DATABASE DB_Name;

mySQL 데이터베이스 삭제가 완료되었습니다.