#author("2020-07-22T08:17:36+00:00","default:wikiwriter","wikiwriter")
&tag(MySQL8);
*目次 [#n451abf1]
#contents
*関連ページ [#o3976052]
*参考情報 [#fc93aae4]


*トラブルシューティング [#e0e84702]
**「grant all privileges」でエラー [#l935e464]
-MySQL 8ではcreate userしてからgrantしないとだめらしい。
-[[How to grant all privileges to root user in MySQL 8.0 - Stack Overflow:https://stackoverflow.com/questions/50177216/how-to-grant-all-privileges-to-root-user-in-mysql-8-0]]
#pre{{
mysql> CREATE USER 'root'@'%' IDENTIFIED BY 'root';
mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;
}}


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS