데이터베이스 만드는 방법

mysqladmin -u root -p create newdb




데이터베이스 삭제하는 방법

mysqladmin -u root -p drop newdb

+ Recent posts