mysql -u root -p
CREATE DATABASE `資料庫名稱` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
grant all on 資料庫名稱.* to 使用者名稱@localhost identified by '密碼';
數字立方