We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b37022 commit bfd05a3Copy full SHA for bfd05a3
scripts/guest/m-reinstall
@@ -39,7 +39,7 @@ rm -f "${MAGENTO_ROOT}/app/etc/env.php"
39
# Create DB
40
db_names=(${setupOptions[db_name]} "magento_integration_tests" )
41
for db_name in "${db_names[@]}"; do
42
- mysql -e "drop database if exists ${db_name}; create database ${db_name};"
+ mysql -uroot -e "drop database if exists ${db_name}; create database ${db_name};"
43
done
44
45
# Install Magento application
0 commit comments