⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 drop_temp_table.result

📁 这是linux下运行的mysql软件包,可用于linux 下安装 php + mysql + apach 的网络配置
💻 RESULT
字号:
drop database if exists `drop-temp+table-test`;reset master;create database `drop-temp+table-test`;use `drop-temp+table-test`;create temporary table shortn1 (a int);create temporary table `table:name` (a int);create temporary table shortn2 (a int);select get_lock("a",10);get_lock("a",10)1select get_lock("a",10);get_lock("a",10)1show binlog events;Log_name	Pos	Event_type	Server_id	End_log_pos	Infomaster-bin.000001	#	Format_desc	1	#	Server ver: VERSION, Binlog ver: 4master-bin.000001	#	Query	1	#	create database `drop-temp+table-test`master-bin.000001	#	Query	1	#	use `drop-temp+table-test`; create temporary table shortn1 (a int)master-bin.000001	#	Query	1	#	use `drop-temp+table-test`; create temporary table `table:name` (a int)master-bin.000001	#	Query	1	#	use `drop-temp+table-test`; create temporary table shortn2 (a int)master-bin.000001	#	Query	1	#	use `drop-temp+table-test`; DROP /*!40005 TEMPORARY */ TABLE IF EXISTS `drop-temp+table-test`.`shortn2`,`drop-temp+table-test`.`table:name`,`drop-temp+table-test`.`shortn1`drop database `drop-temp+table-test`;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -