Last Updated: February 25, 2016
·
967
· bnquoctoan

Run mysql console in Windows

Open your cmd: > Start+R, type cmd, press enter
cd /d path\to\your\mysql\bin (ex: c:\xampp\mysql\bin)
mysql -u root

Easy? :)

2 Responses
Add your response

I use MySQL 5.5. Normally I just go to Start menu and pick "MySQL 5.5 Command Line Client" but the case maybe different when you're forced to work on CMD :)

over 1 year ago ·

I use XAMPP only :D

over 1 year ago ·