사용자 아이디 만드는 법 - 모름. -_-; 남이 만들어 주었다.
사용자 암호 변경하는 법 - 이건 그 만들어 준 사람에게 배웠다.
# mysql (일반 사용자 암호를 바꾸려면 root 가 되어야 한다니..)
mysql> use mysql
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> update user set password = password('사용자암호') where user = '사용자ID';
Query OK, 1 row affected (0.00 sec)
일치하는 Rows : 1개 변경됨: 1개 경고: 0개
mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)
mysql>
으.. 데이타베이스는 너무 재미없다.. 밥벌어 먹기에는 제일 좋아 보이지만..
컴퓨터분류