TLDR:
It helps you to find out the commit ID of the current HEAD
git rev-parse HEAD
OR if you want the shorter commit
TLDR:
It helps you to find out the commit ID of the current HEAD
git rev-parse HEAD
OR if you want the shorter commit
The provided SQL commands are used to create a new user in MySQL or MariaDB and grant that user all privileges. Here's what each line does:
CREATE USER 'user'@'%' IDENTIFIED BY 'pwd';
user
with the password pwd
.@'%'
part specifies that this user can connect from any host.GRANT ALL PRIVILEGES ON *.* TO 'user'@'%';
user
all privileges on all databases and tables (*.*
).Coupon Code: COUPONFCNC
Link: Support me on Buy Me a Coffee
Don't forget to tell us how much money this saved you. Enjoy! 😃