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
- MySQL
- CentOS
- 안드로이드
- 이클립스
- 와일드카드
- properties
- NetBeans
- junit
- DB
- curl
- 리눅스
- JSON
- Android
- larravel
- ajax
- Spring
- html
- laravel
- jquery
- Linux
- javascript
- SeLinux
- java
- error
- 정규식
- tomcat
- input
- File
- php
- 톰캣
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;