drcarter의 DevLog

mysql -u root mysql
update user set password=password('new password') where user ='root';
flush privileges;


GRANT ALL PRIVILEGES ON  데이터베이스명 TO 계정@localhost IDENTIFIED BY "비밀번호' WITH GRANT OPTION;

'tip' 카테고리의 다른 글

sqlite sqlitespy  (0) 2009.04.16
[linux] linux 작업 스케쥴러.. crontab  (0) 2009.03.09
linux iconv 설치 및 설정...  (0) 2009.01.08
linux locale 설정 변경  (0) 2009.01.07
linux man page...  (0) 2009.01.04