Memos 制作メモ
mysql tipsmysql2020.10.12更新
ディスク利用量を調べる
select table_schema, sum(data_length+index_length) /1024 /1024 as MB from information_schema.tables group by table_schema order by sum(data_length+index_length) desc;
caching_sha2_passwordエラー
https://qiita.com/ucan-lab/items/3ae911b7e13287a5b917