索引
mkdir mysql
tar -xvf mysqlxxxxx.tar -c myql
cd mysql
rpm -ivh .....rpm
yum install openssl-devel
systemctl start mysqld
gerp temporary password /var/log/mysqld.log
mysql -u root -p
mysql>
show variables like validate_password.%
set glob…
where子句中经常使用的运算符 -- 查询总分大于200分的所有同学 select * from student2 where (chineseenglishmath)>200; -- 查询math大于60 并且(and)id大于4的学生成绩 select * from student2 where math>60 and id>4; -- 查询英语成绩大于语文成绩的同学 select …
文章目录 1 关闭远程连接2打开命令面板3 输入remote-ssh: kill vs code server on host… 1 关闭远程连接 2打开命令面板 3 输入remote-ssh: kill vs code server on host…
remote-ssh: kill vs code server on host… 然后一路回车(选中出问题的主机),输一遍密码…