开启mysql的远程连接的方法 mysql-noinstall-5.1.6-alpha-win32.zip

源代码在线查看: exampledb.test

软件大小: 35594 K
上传用户: focuslocus
关键词: mysql-noinstall alpha-win mysql zip
下载地址: 免注册下载 普通下载 VIP

相关代码

				#				# Simple test for the example storage engine				# Taken fromm the select test				#				-- source include/have_exampledb.inc								--disable_warnings				drop table if exists t1;				--enable_warnings								CREATE TABLE t1 (				  Period smallint(4) unsigned zerofill DEFAULT '0000' NOT NULL,				  Varor_period smallint(4) unsigned DEFAULT '0' NOT NULL				) ENGINE=example;								drop table t1;								# End of 4.1 tests							

相关资源