권한주기1 mysql 데이터베이서 생성 & 계정 생성 및 권한 주기 ROOT로그인하기 [daforu@os daforu]$ mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 66 to server version: 4.0.18-standard Type 'help;' or '\h' for help. Type '\c' to clear the buffer. 데이터베이스만들기 mysql> create database db명; Query OK, 1 row affected (0.00 sec) 계정생성SQL문 mysql> GRANT USAGE ON *.* TO 아이디@localhost IDENTIFIED BY "비밀번호"; Qu.. 2007. 7. 16. 이전 1 다음