$shell_query = "mysql -u username -p password --execute=' INSERT INTO `mawinkcms`.`tbl_current_push` (`id`, `magazine_id`, `push_keya`) VALUES(NULL, '175', 'checker');'";
$test = shell_exec($shell_query);
var_dump($test);
但我只有 NULL 值作为输出。如果有人可以告诉我是什么问题