平时我们如果想用cmd访问mysql数据库,需要先一步步进入到mysql的目录下,才能执行MYSQL命令,进行操作,下面介绍一种直接在cmd中执行mysql命令的方法,大赞!
以window7为例,,右击“计算机” - 单击“属性” - 单击“高级系统设置” - 单击“环境变量”,剩下看图:
右下角"环境变量".
选择"PATH", 编辑.
变量值是你所安装开发环境里mysql的命令目录所在地址, 确定.
OK,到此配置结束,进入cmd后,可以方便使用mysql命令了:
mysql -u用户 -p密码 (回车)
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