diff --git a/src/Robo/Commands/Generate/MultisiteCommand.php b/src/Robo/Commands/Generate/MultisiteCommand.php index 096648230..5ff8e6489 100644 --- a/src/Robo/Commands/Generate/MultisiteCommand.php +++ b/src/Robo/Commands/Generate/MultisiteCommand.php @@ -103,7 +103,7 @@ protected function configureDrupalVm($url, $site_name, $newDBSettings) { 'name' => $newDBSettings['username'], 'host' => '%', 'password' => $newDBSettings['password'], - 'priv' => $newDBSettings['database'] . '*:ALL', + 'priv' => $newDBSettings['database'] . '.*:ALL', ]; } file_put_contents($this->projectDrupalVmConfigFile,