mysql check if database exists: SHOW DATABASES LIKE 'dbname'; If you have database with the name 'dbname' doesn't exist, you get an empty collumn set.
確定! 回上一頁