-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
로컬에서 mariadb 세팅 관련 #16
Comments
이 문제는 mysql패키지가 MySQL 8의 새로운 인증 알고리즘을 사용할 수 없어서 발생하는 문제입니다 그리고 저희는 MariaDB 10.4(현재의 stable)를 사용하므로 MySQL에 대한 지원은 지금은 필요 없다고 생각삽니다 |
MariaDB 10.x는 MySQL 5.7과 호환됩니다. |
해당 내용에 대해서는 CI 개발시 고려하겠습니다. |
TypeORM 버그(?)로 머리싸매다가 또 MySQL이 문제네요
이거 입력해서 편법 썼는데 이제는 ER_INDEX_COLUMN_TOO_LONG: Index column size too large. The maximum column size is 767 bytes가 뜨네요 뭔가 손을 더럽힌 것 같아서 신고합니다 ㅠ |
auth_socket을 사용하고 있어서인데 다음 명령을 입력해 주어야 해결되는 것 같습니다.
(Error: ER_NOT_SUPPORTED_AUTH_MODE with auth_socket mysqljs/mysql#1507 (comment))
ormconfig에서 user를 root, password를 ''로 설정해야 access denied가 안 떠요
이제는 unknown database crosstoria가 나오는데 하나 파줘야 한다는 뜻이겠죠
스키마 변경될 때마다 새로 파서 테스트해야 하는 건가요...
The text was updated successfully, but these errors were encountered: