I have installed MariaDB from CMD but I cant connect to it from CMD or make database or etc.
I want to build a database from CMD, I have tried multiple ways but I was unsuccessful
I tried
C:UsersYour_user>mariadb
'mariadb' is not recognized as an internal or external command,
operable program or batch file.
C:UsersYour_user>mysql -u root -p.
'mysql' is not recognized as an internal or external command,
operable program or batch file.
C:UsersYour_user>mariadb -u root -p.
'mariadb' is not recognized as an internal or external command,
operable program or batch file.
New contributor
Hamed Rasooli is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.