Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个执行 mysql 还原的 Powershell 脚本。它工作正常,唯一的问题是它在我想禁用的控制台上显示 sql 脚本。
使用重定向到 null 来隐藏输出: > $null 或 mysql... | 输出空