Fix typo in documentation
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user