07 2021 档案
摘要:生产/现网环境很多情况是不允许连外网的,以下开始离线部署ob测试环境。 1、在可以联网的机器上下载需要的安装包 https://open.oceanbase.com/softwareCenter/community ob-deploy-*.x86_64.rpm oceanbase-ce-*.x86_
阅读全文
摘要:create table t9(id int not null auto_increment primary key,name varchar(20) not null default '');insert into t9 values(1,'a'),(2,'b'),(3,'c');select *
阅读全文