Database/MySQL
데이터베이스만들기
김군.....
2011. 5. 2. 21:11
데이터베이스 만드는 방법
mysqladmin -u root -p create newdb
데이터베이스 삭제하는 방법
mysqladmin -u root -p drop newdb