05 2014 档案

ALTER TABLE tbl_name DISCARD TABLESPACE;
摘要:For anInnoDBtable that is created with its own tablespace in an.ibdfile, that file can be discarded and imported. To discard the.ibdfile, use this sta... 阅读全文

posted @ 2014-05-29 01:53 Still water run deep 阅读(952) 评论(0) 推荐(0)

optimizer_switch
摘要:Command-Line Format--optimizer_switch=valueOption-File Formatoptimizer_switchSystem Variable Nameoptimizer_switchVariable ScopeGlobal, SessionDynamic ... 阅读全文

posted @ 2014-05-20 12:01 Still water run deep 阅读(281) 评论(0) 推荐(0)

MySQL数字的进制转换(conv的使用)
摘要:MySQL数字的进制转换(conv的使用)CONV(N,from_base,to_base)在不同的数字基数之间转换数字。将数字 N 从from_base 转换到 to_base,并以字符串形式返回。如果任何一个参数为 NULL,那么返回值也为 NULL。参数 N 被解释为是一个整数,但是也可以被指... 阅读全文

posted @ 2014-05-19 15:02 Still water run deep 阅读(625) 评论(0) 推荐(0)

导航