[MySQL] 유저 권한 부여 오류 : ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'IDENTIFIED BY 'password'' at line 1
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'IDENTIFIED BY 'password'' at line 1 mysql 8 버전 미만에서는 유저 생성, 권한 설정이 한번에 되지만 8 버전 이상에서는 불가능하다. 8 버전 미만 GRANT ALL PRIVILEGES ON team_dev.* TO user_dev@localhost IDENTIFIED BY 'password'; flush privileges; 8 버전 이상 create user user_dev@'%' identifi..
error log
2023. 11. 9. 15:48
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- n+1
- Linux
- ChatGPT
- 자바 어플리케이션 실행 과정
- Spring Security
- checkout
- FetchJoin
- junit5
- 스프링 스케줄링
- array
- Kotlin
- redisson 분산락
- addFilterBefore
- dto 클래스 생성자
- 티스토리챌린지
- MultipleBagFetchException
- QueryDSL
- 오블완
- spring boot 3
- 스프링오류
- port
- Java
- 배열
- jvm warm-up 전략
- 추상클래스
- JPA
- bucket4j
- MongoDB
- Cannot construct instance of
- Git
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함