11
Jan
MySQL에 데이타베이스, 사용자추가
기억력이 나빠서.. 할때마다 문서찾기..
그냥 적어 놓으련다.
mysql> CREATE database 디비;
Query OK, 0 rows affected (0.00 sec)mysql> GRANT all privileges on 디비.* TO 사용자@localhost
> IDENTIFIED BY ‘패스워드’;
Query OK, 0 rows affected (0.00 sec)
This entry was posted
on 목요일, 1월 11th, 2007 at 12:31 오전 and is filed under Application(어플리케이션).
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Leave a reply