1diff --git a/plugins/Installation/FormDatabaseSetup.php b/plugins/Installation/FormDatabaseSetup.php
2index 97c7e74460..d70e83d155 100644
3--- a/plugins/Installation/FormDatabaseSetup.php
4+++ b/plugins/Installation/FormDatabaseSetup.php
5@@ -96,7 +96,7 @@ class FormDatabaseSetup extends QuickForm2
6
7
8 $defaults = array(
9- 'host' => '127.0.0.1',
10+ 'host' => 'localhost',
11 'type' => $defaultDatabaseType,
12 'tables_prefix' => 'matomo_',
13 'schema' => 'Mysql',