Database (データベース)MySQLコマンド一覧 MySQLに接続 $ mysql -uroot -p データベース データベース一覧 show databases; データベース作成 create database dbname collate utf8_general_ci; データベ... 2018.06.08Database (データベース)
MastodonMastodon のOS (Ubuntu)の更新方法 ログイン後、 Welcome to Ubuntu 16.04.3 LTS (GNU/Linux 4.4.0-1039-aws x86_64) * Documentation: * Management: * Support: G... 2017.11.26MastodonServer