摘要: MySQL5.5 步骤如下: 1. set global innodb_fast_shutdown = 0; 2. mysqladmin shutdown 3. 修改my.cnf innodb_log_file_size为指定size 4.mv ib_logfile /bak(不移走,启动会报错) 阅读全文
posted @ 2018-06-03 10:48 chinesern 阅读(1425) 评论(0) 推荐(0) 编辑
摘要: 1. fnc_table_to_mysql 主体程序 create or replace function fnc_table_to_mysql ( i_owner in string, i_table_name in string, i_number_default_type in string 阅读全文
posted @ 2018-06-03 09:13 chinesern 阅读(10259) 评论(0) 推荐(2) 编辑