AnswerBun.com

Magento2 Installation Error help

Magento Asked on November 30, 2021

Hello I have Downloaded MAMP and Magento using but Can’t INSTALL!

First I used this download magento,

composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.3.0 .

(I have php version 7.2)

My problem comes from Magento installation protocol, first the setup/landing page is missing.

I have tried command line and I receive parameter validation, and "the sever requested authentication unknown to client errors.

It sounds like I need to make a database? my magento2 folder is in /applications/htdocs/magento2.

Is that where I will attach or save my db? If so how can I create a blank one using the terminal on mac? If i need it.

I used tried using this command to install

bin/magento setup:install --base-url=http://127.0.0.1/magento2/ 
--db-host=localhost --db-name=magento --db-user=root --db-password=root@123 
--admin-firstname=first --admin-lastname=last --admin-ema[email protected] 
--admin-user=admin --admin-password=admin@123

However I receive this error https://imgur.com/8xZJRKr

.

I’m on MacOS… any help getting started would be WELCOMED and GREATLY appreciated!!!

Thanks.

One Answer

You can create database from the terminal on MAC running MAMP with these steps

/Applications/MAMP/Library/bin/mysql -u root -p

Enter your password at the prompt to connect to mysql. When connected to MySQL shell, run the code below to create your database.

create database magento;
exit;

Run the magento installation script again

Answered by Kunsal Ajay on November 30, 2021

Add your own answers!

Related Questions

Invalid template file magento2.3.0

10  Asked on December 10, 2021 by magelerner

       

Composer install .zip could not be downloaded

1  Asked on December 9, 2021 by armando-silva

       

magento 2 updatecart quantity popup

0  Asked on December 9, 2021

 

How to implement One Tap Login in Magento 2?

0  Asked on December 9, 2021 by script-host

   

Use AJAX in magento 2

3  Asked on December 9, 2021

 

Get child category name from category id

1  Asked on December 9, 2021 by karanrp

     

smtp pro run self test error messages

1  Asked on December 7, 2021

   

Ask a Question

Get help from others!

© 2023 AnswerBun.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP