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

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

WBOY
Release: 2016-06-01 13:56:43
Original
871 people have browsed it

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

  解答:

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

  修改my.ini

  在[mysql] 下加入一行

  no-beep

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template