Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/mysql/61.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
抑制mysql更新查询输出_Mysql - Fatal编程技术网

抑制mysql更新查询输出

抑制mysql更新查询输出,mysql,Mysql,如何阻止mysql打印最近更新查询的结果? i、 e当我们执行mysql查询时,我们有以下输出: Query OK, 1 row affected (0.04 sec) Rows matched: 1 Changed: 1 Warnings: 0 如何阻止mysql打印此文件?在启动程序mysql时使用。在启动程序mysql时使用。您是通过命令提示符执行此操作还是使用任何工具?命令提示符。。我也在使用命令行…您是在命令提示符下执行此操作,还是在使用任何工具?命令提示符。。我也在使用命令行。

如何阻止mysql打印最近更新查询的结果? i、 e当我们执行mysql查询时,我们有以下输出:

Query OK, 1 row affected (0.04 sec)
Rows matched: 1  Changed: 1  Warnings: 0

如何阻止mysql打印此文件?

在启动程序mysql时使用。

在启动程序mysql时使用。

您是通过命令提示符执行此操作还是使用任何工具?命令提示符。。我也在使用命令行…您是在命令提示符下执行此操作,还是在使用任何工具?命令提示符。。我也在使用命令行。。。