Home  >  Article  >  Database  >  在MySQL数据库中应当如何关闭错误提示音_MySQL

在MySQL数据库中应当如何关闭错误提示音_MySQL

WBOY
WBOYOriginal
2016-06-01 13:56:43836browse

  问:在MySQL数据库中应当如何关闭错误提示音?

  解答:

  使用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