mysqlでテーブルを作成
1266 ワード
個人的な忘備録。
環境
windows
mySQL 8.0.15
mySQL Workbench 8.0
手順
スキーマ作成
スキーマ接続
mySQL commandline Cliantを起動しtestスキーマに繋げるため以下コマンド
use test;
テーブル作成
適当に以下を作成
mysql> create table list(
-> id int,
-> name varchar(200)
-> );
Author And Source
この問題について(mysqlでテーブルを作成), 我々は、より多くの情報をここで見つけました https://qiita.com/taki2208/items/d712f0f84675a9040cd1著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .