From 7f3bf38e8db9288d92f2864be4f66b14adf80971 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 6 Dec 2015 23:00:58 -0500 Subject: Fix typo in documentation --- doc/mysql-configuration.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/mysql-configuration.markdown') diff --git a/doc/mysql-configuration.markdown b/doc/mysql-configuration.markdown index 554bec3b..6bfb209d 100644 --- a/doc/mysql-configuration.markdown +++ b/doc/mysql-configuration.markdown @@ -45,7 +45,7 @@ Note: You can also rename the template file `config.default.php` to `config.php` ### Importing SQL dump (alternative method) -The first time, Kanboard will run one by one each database migration and this process can take some time according to your configuration. +For the first time, Kanboard will run one by one each database migration and this process can take some time according to your configuration. To avoid any issues or potential timeouts you can initialize the database directly by importing the SQL schema: @@ -53,5 +53,5 @@ To avoid any issues or potential timeouts you can initialize the database direct mysql -u root -p my_database < app/Schema/Sql/mysql.sql ``` -The file `app/Schema/Sql/mysql.sql` is a sql dump that represent the last version of the database. +The file `app/Schema/Sql/mysql.sql` is a sql dump that represents the last version of the database. -- cgit v1.2.3