summaryrefslogtreecommitdiff
path: root/docs/mysql-configuration.markdown
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-10-26 19:58:47 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-10-26 19:58:47 -0400
commitd97e1bd4cfd013b54e72f446a0e5934fff559781 (patch)
tree81ea919a3b12d61f4b8cd8da5531e380a6810779 /docs/mysql-configuration.markdown
parentc5f59f8c8fc4cea247948c2a57cf8074677121e9 (diff)
Update documentation
Diffstat (limited to 'docs/mysql-configuration.markdown')
-rw-r--r--docs/mysql-configuration.markdown6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/mysql-configuration.markdown b/docs/mysql-configuration.markdown
index a46dcbf8..b1934947 100644
--- a/docs/mysql-configuration.markdown
+++ b/docs/mysql-configuration.markdown
@@ -4,8 +4,6 @@ How to use Mysql or MariaDB instead of Sqlite
By default Kanboard use Sqlite to stores its data.
However it's possible to use Mysql or MariaDB instead of Sqlite.
-By example, it can be useful if you don't want to store any data on the web server itself.
-
Mysql configuration
-------------------
@@ -37,7 +35,7 @@ The second step is to create a config file named `config.php`:
### Define Mysql parameters
-Inside our config file write those lines:
+Copy and paste this config file and replace the values:
```php
<?php
@@ -52,4 +50,4 @@ define('DB_HOSTNAME', 'REPLACE_ME');
define('DB_NAME', 'kanboard');
```
-Now, you are ready to use Mysql!
+Note: You can also rename the template file `config.default.php` to `config.php`.