Home >Database >Mysql Tutorial >MySQL 命令终端有beep声_MySQL

MySQL 命令终端有beep声_MySQL

WBOY
WBOYOriginal
2016-06-01 13:57:181126browse

   使用MySQL的命令终端时,如果输入SQL有误,将有beep声。若要关闭该功能,根据mysql --help,使用mysql --no-beep即可。

  修改my.ini

  在[mysql] 下加入一行

  no-beep

  最后重新启动MySQL数据库就可以了

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn