Closed geerlingguy closed 5 years ago
Drush site-install uses mysql on the CLI to create/empty the database during a site-install, and without it you get the error:
mysql
site-install
In SiteInstallCommands.php line 354: Failed to create database: sh: 1: mysql: not found
See: https://github.com/geerlingguy/raspberry-pi-dramble/issues/138
Pushing up new images now.
Drush site-install uses
mysql
on the CLI to create/empty the database during asite-install
, and without it you get the error:See: https://github.com/geerlingguy/raspberry-pi-dramble/issues/138