Home > Database > Mysql Tutorial > 去掉mysql连接时报警声音的方法_MySQL

去掉mysql连接时报警声音的方法_MySQL

WBOY
Release: 2016-06-01 13:04:53
Original
1117 people have browsed it

在使用命令行进入mysql时如果没有进行设置会有报警音很是吓人,使用这个命令可以去掉吓人的声音。

代码如下:


mysql -h localhost -u root -b -p

起作用的就是-p。

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