~$ sudo mysql
mysql> ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '
root
';
mysql> exit
$ mysql -u root -p
$ Enter Password: root
Git revert commit_id -m 1 this command willl revert last commit Git revert commit_id -m 2 this command will revert second commit with same...
No comments:
Post a Comment