Skip to content

Instantly share code, notes, and snippets.

View ghasemi-mahdi's full-sized avatar
🏐

Mahdi ghasemi-mahdi

🏐
View GitHub Profile
@ghasemi-mahdi
ghasemi-mahdi / generals.sql
Created January 14, 2023 07:12
mysql general cmds #mysql
-- grant all privilages to a user
GRANT ALL PRIVILEGES ON *.* TO 'mahdi'@'%';