Mysql create user and privileges assign.

 Remove privileges

REVOKE ALL PRIVILEGES ON aws_oxtoolstaging.* FROM 'aws_oxtoolstaging'@'localhost';



Assign privileges

CREATE USER 'username'@'localhost' IDENTIFIED BY 'S1@gingin';

GRANT ALL PRIVILEGES ON databases . * TO 'username'@'localhost';


show privileges

show grants for 'username'@'localhost';

Magento 2 all types

 Magento 2 is available in different editions based on business needs. Here are all the types of Magento 2 : 1. Magento Open Source (former...

Popular Posts

Posts