Answers for "mysql "-u root""

4

mysql "-u root"

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 "Shell/Bash"

Browse Popular Code Answers by Language