この内容は古いバージョンです。最新バージョンを表示するには、戻るボタンを押してください。
バージョン:2
ページ更新者:guest
更新日時:2020-02-21 13:33:03

タイトル: 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