14.MySQL-基本使用-2

14.5命令行腳本 14.5.1數據庫操作 查看所有操作。 show databases; 使用數據庫。 List item use 數據庫名; 查看當前使用的數據庫 select database(); 創建數據庫 create database 數據庫名 charset=utf8; create database python charset=utf8; 刪除數據庫 drop database
相關文章
相關標籤/搜索