SQLandSai
Labels
Differences
(38)
MongoDB
(13)
MySQL
(10)
Oracle
(6)
ORACLE DBA
(1)
Performance Tuning
(13)
PTuning
(3)
Scenarios
(4)
Scripts
(35)
SQLDBA
(99)
SQLDeveloper
(66)
SSIS
(5)
SSRS
(8)
Troubleshooting
(37)
Monday, 7 November 2016
How to update root password in MySQL
We can update the root password by using the below command.
UPDATE
user
SET
password
=
PASSWORD
(
'secret'
)
WHERE
user
=
'root'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment