nar__o
nar__o

Reputation: 23

How to run Mysql 5.7 in cmd Windows

I want to run mysql in cmd without change dir to where the mysql.exe is. So what i need to do to run mysql like this

Upvotes: 0

Views: 178

Answers (1)

Niagaradad
Niagaradad

Reputation: 463

Change your system PATH variable to include the direct folder that the mysql.exe is in. you can then start mysql from any directory.

Upvotes: 1

Related Questions