摘要:
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(不移走,启动会报错) 阅读全文
摘要:
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 阅读全文