问题描述
启动redis容器报错如下
se > /sys/kernel/mm/transparent_hugepage/enabled as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled (set to madvise or never).
1:M 21 Ju…
提示:文章写完后,目录可以自动生成,如何生成可参考右边的帮助文档 文章目录 2.10 进程间通信简介(IPC iner process communication)Linux进程间通信的方式(记) 2.11匿名管道概述匿名管道管道的特点(记&…
1.创建student和score表
CREATE TABLE student (
id INT(10) NOT NULL UNIQUE PRIMARY KEY ,
name VARCHAR(20) NOT NULL ,
sex VARCHAR(4) ,
birth YEAR,
department VARCHAR(20) ,
address VARCHAR(50)
);CREATE TABLE score (
id INT(10) NOT NULL UNIQUE PRIMARY KEY AUTO…