Reputation: 23
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
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