I have installed Magento2 on my mac mini and got the prompt that shows installation was successful, used these commands for installation:
bin/magento setup:install \ --base-url=http://localhost/magento --db-host=127.0.0.1:8889 --db-name=magento --db-user=root --db-password=root --admin-firstname=admin --admin-lastname=admin --admin-email=admin@admin.com --admin-user=admin --admin-password=admin123 --language=en_US --currency=USD --timezone=America/Chicago --use-rewrites=1
the problem is that i do not have access to the admin panel page/frontpage and get this message:
localhost refused to connect.
Try:
Hello @askariansm1315
You need to make the following changes to the database (core_config table) and clear the cache:
If you found the previous suggestion useful, please show your appreciation by clicking the "Kudos" button and considering it as the accepted solution. Thank you!
thank you for the reply, but it does not work with that solution!