以下操作環境: WNIDOWS10
MySQL 建置環境方法
MySQL :: MySQL 8.0 Reference Manual :: 2.3 Installing MySQL on Microsoft Windows
MYSQL Workbench 下載檔案:
https://dev.mysql.com/downloads/workbench/
表現出Database/Show_Databases.
當你開啟MySQL command Line
輸入路由的密碼之後,輸入:
show databases;
創造DB/Create Database
CREATE DATABASE <database_name>;
CREATE DATABASE soap_store;
當你Show 出來的Database
確實創造出了 soap_store
創造你的 DataBase /Create Database
CREATE DATABASE chicken_coop;