摘要:
UDF (user defined function),即用户自定义函数。是通过添加新函数,对MySQL的功能进行扩充。原理是添加一个能执行系统命令的函数。 前提 secure_file_priv为空,支持导入导出 show global variables like 'secure%'; 一、导入 阅读全文
摘要:
方式一: 条件: 对web目录有写权限 GPC关闭(能使用单引号) 有绝对路径(读文件可以不用,写文件必须) 没有配置 –secure-file-priv(secure-file-priv=空) show global variables like '%secure%'; ##查看secure-fi 阅读全文