Home > php教程 > php手册 > 教你如何快捷的使用cmd访问mysql小技巧

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

WBOY
Release: 2016-06-06 20:22:19
Original
1509 people have browsed it

平时我们如果想用cmd访问mysql数据库,需要先一步步进入到mysql的目录下,才能执行MYSQL命令,进行操作,下面介绍一种直接在cmd中执行mysql命令的方法,大赞!

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

右下角"环境变量".

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

选择"PATH",  编辑.

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

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

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

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 Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template