검색결과 리스트
글
mysql 사용자 권한 설정.
mysql> grant all privileges on *.* to 'user'@'host' identified by 'new_password';
mysql> flush privileges;
참고 페이지
맨날 잊어 먹고, 맨날 구글링 해서 쓴다.
잊어먹지 말자. -_-;;;
mysql> grant all privileges on *.* to 'user'@'host' identified by 'new_password';
mysql> flush privileges;
참고 페이지
맨날 잊어 먹고, 맨날 구글링 해서 쓴다.
잊어먹지 말자. -_-;;;
'개발&팁' 카테고리의 다른 글
| .vimrc 기억하기!!! (0) | 2007/08/29 |
|---|---|
| 생애 처음 만든 javascript 라이브러리...embox.js (0) | 2007/07/05 |
| MySql grant 명령어 정리 (0) | 2007/03/02 |
| 일 쪼개기, 사용자 스토리. (0) | 2007/02/12 |
| command line 에서 웹 테스트 해보기. (0) | 2007/02/09 |
| firefox 확장기능 뭐 쓰시나요? (9) | 2007/01/27 |
RECENT COMMENT