タイトル: CSVエクスポート時に「ERROR 1045 (28000): Access denied for user 'username'@'localhost' (using password: YES)」
SEOタイトル: 【MySQL】CSVエクスポート時に「ERROR 1045 (28000): Access denied for user 'username'@'localhost' (using password: YES)」
エラー内容
ERROR 1045 (28000): Access denied for user 'username'@'localhost' (using password: YES) |
発生条件/原因/対処法
使用しているユーザーのファイル書き込み権限が不足している。
ファイル書き込み権限を与える。
grant file on *.* to hoge@localhost |