1 查看数据库默认的存储引擎 SHOW VARIABLES LIKE storage_engine;
2 查看数据库有哪些存储引擎
SHOW ENGINES;
3 查看表的基本结构
desc table1;
4 查看建表语句
show create table 表名;
5 设置时区为东时区
set time_zone10:00
6…
1 查看数据库默认的存储引擎
SHOW VARIABLES LIKE storage_engine;
2 查看数据库有哪些存储引擎
SHOW ENGINES;
3 查看表的基本结构
desc table1;
4 查看建表语句
show create table 表名;
5 设置时区为东时区
set time_zone10:00
…
<img src="https://longfei-01.oss-cn-qingdao.aliyuncs.com/ImageWebApls/img/202203061831525.png" alt="image-20211124092401634" style="zoom:50%;" />Web Apis 和 JS 基础关联性
JS 的组成 API 和 Web api
MDN 详细 API : https:/…
双写绕过
BUUCTF[极客大挑战 2019]BabySQL 好像和前面的题目相似 check.php?usernameadmin&password1单引号闭合
check.php?usernameadmin&password1 or 11查一下字段数
check.php?usernameadmin&password1 union select 1,2,3,4 or 11仔细看发现union selec…