mysql怎么查詢數(shù)據(jù)庫是否存在
方法1:
在mysql里面執(zhí)行以下語句
SELECT * FROM information_schema.SCHEMATA WHERE SCHEMA_NAME = ‘數(shù)據(jù)庫名稱’;
方法2:
執(zhí)行以下語句
show databases like ‘數(shù)據(jù)庫名稱’;
擴展知識:查詢數(shù)據(jù)表是否存在
show tables like ‘table_name’;
mysql怎么查詢數(shù)據(jù)庫是否存在
方法1:
在mysql里面執(zhí)行以下語句
SELECT * FROM information_schema.SCHEMATA WHERE SCHEMA_NAME = ‘數(shù)據(jù)庫名稱’;
方法2:
執(zhí)行以下語句
show databases like ‘數(shù)據(jù)庫名稱’;
擴展知識:查詢數(shù)據(jù)表是否存在
show tables like ‘table_name’;
聯(lián)系郵箱:admin#wlmqw.com
工作時間:周一至周五,10:30-18:30,節(jié)假日休息