Answers for "mysql -u root -p"

4

mysql -u root -p

mysql -u root -p
# -u 	User for login if not current user (here: root)
# -p    Password. If not given it's asked from the tty.
Posted by: Guest on June-13-2021

Code answers related to "mysql -u root -p"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language