07 2017 档案

摘要:1 --创建表空间 2 create tablespace tablespace_name 3 innodb and ndb: 4 add datafile 'file_name' 5 innodb only: 6 [file_block_size = value] 7 ndb only: 8 use logfile... 阅读全文
posted @ 2017-07-17 16:18 依然是等待 阅读(996) 评论(0) 推荐(0)
摘要:--创建数据文件 create tablespace--创建表空间同时创建数据文件 create temporary tablespace --创建临时表空间的同时创建临时数据文件 alter tablespace...add datafile --向表空间添加数据文件 alter tablespace...add tempfile--向临时表空间添加数据文件 create databas... 阅读全文
posted @ 2017-07-10 20:39 依然是等待 阅读(502) 评论(0) 推荐(0)