我下载了适用于Windowsx64的MySQL 5.6.25,并尝试运行以下命令
mysql -uroot -p
开始使用MySQL,但它说
'mysql' is not recognized as an internal or external command, operable program or batch file.
我需要将MySQL移动到其他位置吗?它目前在桌面上。
EDIT:我下载了Xampp,但现在当我运行相同的命令时,我得到以下结果:
cczfrluj1#
如果你不在mysql的bin目录中,你需要把mysql放在你的环境变量PATH中,以便从命令提示符下运行它。在Windows 7上(对于Windows 8应该类似):1.转到control panel〉system1.在左手,您应该看到Advanced system settings〉双击1.在system properties的底部,您应该会看到Environment Variables1.在底部面板中向下滚动,直到您看到PATH,单击它1.然后点击下面的EDIT按钮〉打开新窗口Edit system variables1.在最后添加您的路径到您的mysql安装bin文件夹,如C:\mysql\mysql5.6.23\bin;(必须由;分隔)。
bin
PATH
control panel
system
Advanced system settings
system properties
Environment Variables
EDIT
Edit system variables
C:\mysql\mysql5.6.23\bin;
;
1条答案
按热度按时间cczfrluj1#
如果你不在mysql的
bin
目录中,你需要把mysql放在你的环境变量PATH
中,以便从命令提示符下运行它。在Windows 7上(对于Windows 8应该类似):
1.转到
control panel
〉system
1.在左手,您应该看到
Advanced system settings
〉双击1.在
system properties
的底部,您应该会看到Environment Variables
1.在底部面板中向下滚动,直到您看到
PATH
,单击它1.然后点击下面的
EDIT
按钮〉打开新窗口Edit system variables
1.在最后添加您的路径到您的mysql安装bin文件夹,如
C:\mysql\mysql5.6.23\bin;
(必须由;
分隔)。