运行环境:Windows 操作系统 (本人 Windows 10 x64) 1、下载zip安装包: MySQL8.0 For Windows zip包下载地址:https://dev.mysql.com/downloads/file/?id=485812,进入页面后可以不用登录。后点击底部“No thanks, just start my download.”即可开始下载。
运行环境 : MySQL 1、判断 MySQL 中 , 数据库是否存在 SELECT * FROM information_schema.SCHEMATA where SCHEMA_NAME='skt100_200'; // 返回值为 0 或 1 2、判断 MySQL 中 , 数据表是否存在 SELECT table_name FROM information_schema.