How to import and export admin users on Magento 2?
Your admin users data are on the tables admin_user and admin_passwords in your Magento 2 database, you can use these commands to export and then import in your second store: Export $ mysqldump -p --user=username dbname admin_user admin_passwords > my...
Feb 13, 20191 min read24