Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MySQLでユーザーに拒否されたUPDATEコマンドを解決するには? 昨日は更新操作が機能していますが、今日は機能していません。自分の権限をチェックインしていますが、更新があります。このエラーが発生する理由は何ですか?
これを試して
GRANT UPDATE ON `database_name`.`table_name` TO `username`@`localhost`