일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 강좌
- jsp
- 예제
- s4a
- jobtoy
- 잡토이 메이킹 코딩 학원
- oracle
- Android
- 설정
- tomcat
- 파주
- 스크래치
- Unity
- 오라클
- mysql
- 리브레캐드
- 안드로이드
- 시작하기
- 아두이노
- Spring Security
- 라즈베리파이
- 설치
- 코딩
- 잡토이
- 운정
- MSSQL
- html5
- 톰캣
- librecad
- 유니티
Archives
- Today
- Total
목록secure_auth (1)
랩제이
[mysql] centos 구버전 mysql 사용시 secure_auth 접속 오류 해결
[mysql] centos 구버전 mysql 사용시 secure_auth 접속 오류 해결 1. old_passwords=1 추가하기 /etc/my.cnf 파일에 old_passwords=1 추가한다. 2. 암호 새로 설정하기이미 등록한 유저라면 set password for ~ 를 이용해서 localhost, % 로 설정해주면 된다. mysql> SET @@session.old_passwords = 0; Query OK, 0 rows affected (0.00 sec) mysql> SELECT @@session.old_passwords, @@global.old_passwords; +-------------------------+------------------------+ | @@session.old_p..
database/mysql
2014. 10. 28. 18:49