How to Connect Mysql / Mariadb database through command prompt

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

Thank you! This was exatly what I needed.

elizabethsullivan