Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How to enter into Mysql prompt, and explain the command parameter indicates?
Home
Sqoop
How to enter into Mysql prompt, and explain the command parameter indicates?
0
votes
asked
Dec 22, 2022
in
Sqoop
by
SakshiSharma
How to enter into Mysql prompt, and explain the command parameter indicates?
mysql-prompt
sqoop
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 22, 2022
by
SakshiSharma
The command for entering into Mysql prompt is “mysql –u root –p”
-u indicatesthe user
Root indicates username
-p indicates password.
...