FTP , SSH 패스워드 변경방법
1. Putty 와 같은 SSH 클라이언트로 서버에 자신의 계정으로 접속한다.
2. 아래의 명령어로 패스워드 변경한다.
[fflinux@w3 ~]$ passwd
Changing password for user fflinux.
Changing password for fflinux
(current) UNIX password: ( 현재의 패스워드를 입력합니다. )
New UNIX password: ( 새로운 패스워드를 입력합니다. )
Retype new UNIX password: ( 확인을 위해 다시 한번 더 새 패스워드를 입력합니다. )
passwd: all authentication tokens updated successfully.
MySQL 패스워드 변경방법 ( 지노다님 작성 )
1. Putty 와 같은 SSH 클라이언트로 서버에 자신의 계정으로 접속한다.
2. 아래의 명령어로 mysql 명령어로 자신의 데이터베이스 계정으로 로그인한다.
[root@w3 www]# mysql -u아이디 -p패스워드 아이디
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 85561
Server version: 5.0.77 Source distribution
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> set password for '아이디'@'localhost' = password('[새 패스워드]');

야야
피키
무브온
이랑게
