[etc] My Sql 패스워드 변경 방법
페이지 정보
본문
ssh에 접속 한다
mysql -u 유저아이디 -p 유저아이디
라구 친다
> ## 위처럼 mysql에 접속한후..
> 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 14891 to server version: 4.0.21-log
>
> Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
>
> mysql>
>
> 접속에 성공하면 아래와 같은 명령어를 적어 준다.
> 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 14891 to server version: 4.0.21-log
>
> Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
>
> mysql>
>
> 접속에 성공하면 아래와 같은 명령어를 적어 준다.
SET PASSWORD = PASSWORD('원하는디비패스워드');
## 위 구문을 입력후 엔터 하시면 변경
Query OK, 0 rows affected (0.00 sec)
끝~ 확인작업 및 각 보드은 콘피그 설정 변경
추천0
댓글목록
등록된 댓글이 없습니다.