MySQL——創(chuàng)建數(shù)據(jù)庫
提問人:劉旭39發(fā)布時間:2020-10-10
1、使用show語句找出在服務器上當前存在什么數(shù)據(jù)庫:
mysql>show databases;
2、創(chuàng)建一個數(shù)據(jù)庫test:
mysql>create database test;
3、選擇你所創(chuàng)建的數(shù)據(jù)庫:
mysql>use test;
繼續(xù)查找其他問題的答案?
相關(guān)視頻回答
點擊加載更多評論>>