How to access MySQL from Windows Command Prompt

Steps:

1. Run ‘Command Prompt’
Start > Run > Type ‘cmd’ then click ‘Ok’

2. Go to MySQL bin folder
Type “cd c:\xampp\mysql\bin

3. Then, type ‘mysql -u root -p’

For additional instructions, go to this site: http://www.makeyougohmm.com/20040609/806/

Leave a Reply