Create user in mysql
CREATE USER 'username'@'localhost' IDENTIFIED BY 'password';
GRANT ALL ON my_db.* TO 'username'@'localhost';
FLUSH PRIVILEGES;
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