hiron0424
1/23/2020 - 5:37 AM

mysql基本コマンド

#ログイン
mysql -u root -p[password]

#データベース 確認
$ SHOW DATABASES;

# カラム確認
show columns from table_name;