Home > Backend Development > PHP Tutorial > 教你如何快捷的使用cmd访问mysql小技巧_PHP

教你如何快捷的使用cmd访问mysql小技巧_PHP

WBOY
Release: 2016-06-01 11:52:24
Original
925 people have browsed it

以window7为例,右击“计算机” - 单击“属性” - 单击“高级系统设置” - 单击“环境变量”,剩下看图:

右下角"环境变量".

教你如何快捷的使用cmd访问mysql小技巧_PHP

选择"PATH",  编辑.

教你如何快捷的使用cmd访问mysql小技巧_PHP

变量值是你所安装开发环境里mysql的命令目录所在地址, 确定.

教你如何快捷的使用cmd访问mysql小技巧_PHP

OK,到此配置结束,进入cmd后,可以方便使用mysql命令了:

   mysql -u用户 -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