Are you saying that youâre writing a script that contains this command, but doesnât format correctly? Or are you saying that youâre unable to paste this into the CLI? Iâm not sure I understand.
For the record, Iâm pretty sure you can run this as a single line by removing the â\â and line breaks. So, the aforementioned command would look like this:
When I am trying to enter the install command on to my shell - the syntax is getting disturbed and my command is not getting pasted as desired.
To avoid this - I am thinking to save the install commands with multiple lines into a shell script - which I would like to execute in order to get the installation processed.
When I try using the way - you shared - I am running into an issue as noted below:
SQLSTATE[HY000] [1045] Access denied for user âmyuserâ@âlocalhostâ (using password: YES)
In InstallCommand.php line 274: Parameter validation failed
Can I just install Magento using
bin/magento setup:install
and later on pass on the values for parameters - login, DB and so on?