2021-03-02
閱讀量:
630
mysql報錯1007:Can't create database 'test': database exists
問:
mysql報錯1007:Can't create database 'test': database exists
答:
這是因為‘test’數(shù)據(jù)庫已經(jīng)創(chuàng)建過了,不能存在多個同名的數(shù)據(jù)庫,這里不需要重復(fù)創(chuàng)建test數(shù)據(jù)庫,
直接執(zhí)行語句:use test; 進入test數(shù)據(jù)庫進行操作即可。






評論(0)


暫無數(shù)據(jù)
推薦帖子
0條評論
0條評論
0條評論