How to Connect Mysql / Mariadb database through command prompt

How to Connect Mysql / Mariadb database through command prompt

This video explain how to connect through mysql \ mariadb database through command prompt. We use maria db 10.1.9 as our database server and window 7 as our database host system. You need to follow below steps . 1. Open Command Prompt 2. type mysql -u root -p ( mysql -u Your_Database_Username -p ) 3. put your password in prompt and press enter key 4. now you successfuly connected with your database