Command
a2enmod rewrite
Learn Magento 2 step-by-step with our beginner to advanced tutorials. Get tips, code samples, and expert guides to build powerful eCommerce sites.
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 is available in different editions based on business needs. Here are all the types of Magento 2 : 1. Magento Open Source (former...