Magento 2 error Current version of RDBMS is not supported.

Magento 2 error Current version of RDBMS is not supported. Used Version: 10.1.37-MariaDB. Supported versions: MySQL-8, MySQL-5.7, MariaDB-(10.2-10.4) n alternative solution if you are in a bind. Edit file app/etc/di.xml You can specify acceptable MariaDB versions here – currently 10.2-10.4 Example to allow MariaDB 10.5

Disable 2FA Magento

How to disable 2FA Magento Older versions php bin/magento module:disable Magento_TwoFactorAuth Newer php bin/magento module:disable Magento_AdminAdobeImsTwoFactorAuth Magento_TwoFactorAuth

Magento 2: Command List for Beginners

Create an admin user using the CLI: Unlock admin user account using the CLI: Setup upgrades using the CLI: Setup upgrades without removing pub/static files using the CLI: Uninstalling the Magento application using the CLI: Cache cleaning using the CLI: Cache cleaning with specific type using the CLI: Disable cache using the CLI: Disable cache … Read more

How to change the Magento administrative session timeout interval

Changing the session timeout interval By default, Magento automatically logs out administrators when connections are idle for a certain amount of time (specifically, the value of the session.gc_maxlifetime PHP directive). However, you can increase or decrease this interval according to your own requirements. To determine the current value of the session.gc_maxlifetime PHP directive on your … Read more