기억에서 지워지기 전에 잘 써놔야지.
> create database wp
> GRANT USAGE ON *.* TO 'wp'@'localhost' IDENTIFIED BY '1111';
> GRANT ALL PRIVILEGES ON *.* TO 'wp'@'localhost';
> flush privileges;
'DB' 카테고리의 다른 글
[Mysql] driver버전별 lServer 버전 권장 (0) | 2012.04.27 |
---|---|
cubrid client 에러 'has been interrupted' CUBRIDException 발생 (0) | 2011.11.28 |
mysql jdbc driver timeout 정보 (1) | 2011.09.06 |
DB 성능 테스트 방법론 (0) | 2011.08.16 |
OSCON Data 2011, Brian Aker, "Living In A Relational World" (0) | 2011.07.27 |