Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Shell/Bash
how to connect to the database as root user in linux
ARP
Programming language:
Shell/Bash
2021-04-11 22:26:02
4
Q:
how to connect to the database as root user in linux
savak
Code:
Shell/Bash
2021-01-27 23:34:13
mysql
-u root -p
0
user48590
Code:
Shell/Bash
2021-08-13 12:21:53
GRANT
ALL
PRIVILEGES
ON
*.*
TO
'username'
@
'localhost'
IDENTIFIED
BY
'password'
;
0
Tags
user
use
data
con
linux
how
base
database
Related
linux create user with homedir
add user linux
assign home directory to user linux
ubuntu root login ssh
how to make new user linux termil
change user linux
create user in linux
allow user root commands linux centos
linux change user password
linux create user
New to Communities?
Join the community