ERROR: Can't create database 'node_sns' (errno: 158458432)
권한 문제로 아래 명령 후 다시 진행해보면 된다.
> sudo chown -R mysql:mysql /usr/local/mysql/data
'DB' 카테고리의 다른 글
| sequelize issue (0) | 2019.03.28 |
|---|---|
| brew 를 통한 mongoDB 설치 및 설정, 서비스 (0) | 2019.01.15 |
| [Workbench] Authentication plugin 'caching_sha2_password' cannot be loaded (0) | 2018.12.02 |
| [MySQL] join 해부 (Left, Right, Outer, Inner Join) (0) | 2018.11.24 |
| [MongoDB] (RDB vs NoSQL) 및 간단 명령어 (0) | 2018.10.16 |