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.4.8 Released: What’s New and Improved Magento 2.4.8 (Adobe Commerce and Open Source) was officially released in June 2024 , brin...