Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
taufik-nurrohman committed May 6, 2022
1 parent df05ac0 commit c8df70e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,19 +306,19 @@ MariaDB [(none)]>

Type this command where `******` is your new password for the `root` user, then <kbd>↵</kbd>:

~~~ .sql
~~~ .mysql
ALTER USER 'root'@'localhost' IDENTIFIED BY '******';
~~~

Then:

~~~ .sql
~~~ .mysql
GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' WITH GRANT OPTION;
~~~

Type this command then <kbd>↵</kbd>:

~~~ .sql
~~~ .mysql
FLUSH PRIVILEGES;
~~~

Expand Down

0 comments on commit c8df70e

Please sign in to comment.