1、进入mysql
mysql -u root -p
2、创建数据库
CREATE DATABASE 数据库名; //(如果已经有创建进入第3步)
3、设置参数
set sql_log_bin=OFF; //关闭日志	
4、使用数据库
use 数据库名;
5、开启事务
START TRANSACTION;
6、引入SQL文件
source 文件的路径; (注意引入的不需要加引号,一定要填写正确的文件路径。)
7、成功后事务提交
COMMIT; 

 Springboot java mysql开发Pu
			  Springboot java mysql开发Pu mysql查询limit出现重复数
			  mysql查询limit出现重复数![mysql: [Warning] Using a password on the command line interf](/uploads/allimg/240620/1-2406201452090-L.gif) mysql: [Warning] Using a password on the command line interf
			  mysql: [Warning] Using a password on the command line interf mysql多表合并UNION ALL和UNION及区别
			  mysql多表合并UNION ALL和UNION及区别