摘要: 创建测试数据 MySQL [test]> create table people (id int auto_increment primary key,name varchar(50) not null ,email varchar(100) not null); Query OK, 0 rows 阅读全文
posted @ 2023-03-20 17:30 属于我的梦,明明还在 阅读(50) 评论(0) 推荐(0)
摘要: https://www.apipost.cn/?utm_source=10124&bd_vid=11193296520187752353 阅读全文
posted @ 2023-03-20 14:13 属于我的梦,明明还在 阅读(36) 评论(0) 推荐(0)
摘要: 查看etcd的service文件 vi /etc/systemd/system/etcd.service 查看etcd的数据目录 root@etcd-2:~# ll /var/lib/etcd/ total 4 drwx 3 root root 20 Apr 19 17:44 ./ drwxr-xr 阅读全文
posted @ 2023-03-20 11:33 属于我的梦,明明还在 阅读(260) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-03-20 10:44 属于我的梦,明明还在 阅读(22) 评论(0) 推荐(0)