Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ```
  2. Error Code: 1045. Access denied for user 'hoge'@'%' (using password: YES) 0.017 sec
  3. ```
  4.  
  5. 下記で成功。バッククォートを使っていることに注意
  6. ```
  7. grant all on `%`.* to '{user}'@'%' identified by '{password}';
  8. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement