From 5cae01960becb903718da7db0c1bc1f9f32c5c1f Mon Sep 17 00:00:00 2001 From: dosse91 Date: Wed, 25 Apr 2018 17:12:05 +0200 Subject: [PATCH] Updated doc.md --- doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.md b/doc.md index dd03a41..edbb95c 100644 --- a/doc.md +++ b/doc.md @@ -324,7 +324,7 @@ To set up the telemetry, we need to do 4 things: * enable telemetry ### Creating the database -This step is only for MySQL and PostgreSQL. Skip this if you want to use SQLite. +This step is only for MySQL and PostgreSQL. Log into your database using phpMyAdmin or a similar software and import the appropriate sql file into an empty database. For MySQL databases use `telemetry_mysql.sql` and for PostgreSQL databases use `telemetry_postgesql.sql`. If you see a table called `speedtest_users`, empty, you did it right.