上一页 1 2 3 4 5 6 7 8 ··· 15 下一页
摘要: 一、搭建完成k8s平台,在从节点执行kubeclt命令报错 [root@node02 ~]# kubectl get pod E0218 10:58:33.139354 37437 memcache.go:265] couldn't get current server API group list 阅读全文
posted @ 2024-02-18 11:11 中仕 阅读(11018) 评论(0) 推荐(2)
摘要: 基于Containerd的k8s部署 阅读全文
posted @ 2024-02-08 10:21 中仕 阅读(1201) 评论(0) 推荐(0)
摘要: 安装k8s,安装Calico报错 阅读全文
posted @ 2024-02-08 10:20 中仕 阅读(688) 评论(0) 推荐(0)
摘要: 一、首先查看参数,确定导出的目录 (root@localhost) [(none)]> show variables like 'secure_file_priv'; + + + | Variable_name | Value | + + + | secure_file_priv | /tmp/ | 阅读全文
posted @ 2024-01-29 10:39 中仕 阅读(72) 评论(0) 推荐(0)
摘要: 一、复制表结构及数据 首先查看原表的创建语句 (root@localhost) [dbt3]> show create table nation; + + | Table | Create + + nation | CREATE TABLE `nation` ( `n_nationkey` int( 阅读全文
posted @ 2024-01-26 14:30 中仕 阅读(9) 评论(0) 推荐(0)
摘要: 一、Stored Objects https://dev.mysql.com/doc/refman/5.7/en/stored-objects.html https://zhuanlan.zhihu.com/p/53401942 This chapter discusses stored datab 阅读全文
posted @ 2024-01-25 14:30 中仕 阅读(26) 评论(0) 推荐(0)
摘要: 一、创建函数的时候报错信息 [Err] 1418 - This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *m 阅读全文
posted @ 2024-01-25 08:57 中仕 阅读(16) 评论(0) 推荐(0)
摘要: 一、分区表 1.1、分区的类型 1.2、分区表的原数据 (root@localhost) [dbt3]> use information_schema; Reading table information for completion of table and column names You ca 阅读全文
posted @ 2024-01-23 11:34 中仕 阅读(12) 评论(0) 推荐(0)
摘要: 1、MySQL数据库启动报错 IntroductionMySQL is a popular open-source relational database management system that is widely used for web development and other appl 阅读全文
posted @ 2024-01-19 09:34 中仕 阅读(284) 评论(0) 推荐(0)
摘要: 一、下载 https://dev.mysql.com/doc/index-other.html 登陆MySQL数据库官网,下载测试库 下载地址:https://github.com/datacharmer/test_db 二、上传解压 [root@mysql soft]# unzip test_db 阅读全文
posted @ 2024-01-17 11:25 中仕 阅读(45) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页