2016. 8. 3.

Error: Access denied; you need the RELOAD privilege for this operation

mysql, mariadb 를 사용하려고 하는데 아래와 같은 에러가 나왔을 때에 해결하는 방법

Error: Access denied; you need the RELOAD privilege for this operation

```sql

GRANT RELOAD ON *.* TO 'your_user'@'localhost';

```

댓글 없음:

댓글 쓰기