Install MySQL Command Prompt
You can run MySQL from Command Prompt
Install WAMP Server
Left Click and Click on Start all Services
Make Sure its Green Colour
http://i.imgur.com/wFQJrBm.png
Now Goto C:wampbinmysqlmysql5.6.17bin
or the folder where you can find mysql.exe
Hold Shift and Right Click
Click on Open Command Window here
Type in mysql and hit enter
Now you can use my sql commands
show tables;
create database jp;
etc..
Recent Comments