diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-12-06 23:00:58 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-12-06 23:00:58 -0500 |
commit | 7f3bf38e8db9288d92f2864be4f66b14adf80971 (patch) | |
tree | 57c5d31876ba50c1674736493f58d9ab4e59474b /doc/mysql-configuration.markdown | |
parent | 5c84996ee7140e2cff1d8e18fb9482e8a4c020a8 (diff) |
Fix typo in documentation
Diffstat (limited to 'doc/mysql-configuration.markdown')
-rw-r--r-- | doc/mysql-configuration.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
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. |