摘要:
show tables; create table user( id int primary key auto_increment, name varchar(10) not null unique, age int check(age>0 and age<=120), status char(1) 阅读全文
摘要:
坑记录 去官网下载了22.04.05系统进行安装并配置网络, cat /etc/netplan/50-cloud-init.yaml # This file is generated from information provided by the datasource. Changes # to 阅读全文