[Resolved] Table creation fails during initial install for version 3.5.1

I’m following these instructions: Installing Matomo - Analytics Platform - Matomo

After entering the connection details for the database, Matomo’s web interface redirects me to a page with the following error:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_kawa.piwik_user' doesn't exist

Here are the currently created tables:

+--------------------------------------+
| Tables_in_piwik_kawa                 |
+--------------------------------------+
| piwik_option                         |
| piwik_privacy_logdata_anonymizations |
| piwik_report                         |
| piwik_segment                        |
| piwik_sequence                       |
| piwik_session                        |
| piwik_user_dashboard                 |
| piwik_user_language                  |
+--------------------------------------+

It might have to do with timeout, but I’m not so sure, I can’t find any logs.
I’m going to try to see if I can change php5-fpm’s timeout. But in the meantime, is there something I’m obviously missing?

I’m using Raspbian, nginx, php 5.6.33 and MariaDB 15.1 with Matomo 3.5.1 according to the the changelog file.

Edit: It indeed was timeout.