Mysql通过system命令调用系统shell命令
时间:2016-08-07 11:01:29
收藏:0
阅读:411
CleverCode发现可以通过system + 系统shell命令。来执行一些系统方法shell命令。
1 ? 显示帮助。system (\!) Execute a system shell command.
system date;系统日期。
sytem pwd;system whoami;system clear;等
原文:http://blog.csdn.net/clevercode/article/details/52141386
评论(0)