Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- File
- curl
- 안드로이드
- SeLinux
- Android
- 리눅스
- properties
- laravel
- javascript
- Linux
- html
- tomcat
- 와일드카드
- Spring
- error
- DB
- jquery
- CentOS
- JSON
- MySQL
- 이클립스
- ajax
- java
- larravel
- php
- NetBeans
- 정규식
- 톰캣
- junit
- input
Archives
- Today
- Total
합쭈기 programming
[MYSQL]Connect Error: Your password has expired. To log in you must change it using a client that supports expired passwords. 본문
카테고리 없음
[MYSQL]Connect Error: Your password has expired. To log in you must change it using a client that supports expired passwords.
innocent_k 2018. 3. 30. 11:47데이터베이스 선택
use 데이터베이스
실행
ALTER USER `root`@`localhost` IDENTIFIED BY '비밀번호', `root`@`localhost` PASSWORD EXPIRE NEVER;