Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update MySQL docs | Robert Speicher | 2016-01-18 | 1 | -8/+11 |
| | | | | [ci skip] | ||||
* | Add information about PostgreSQL<>MySQL 'text' type differences into to ↵ | Tomasz Maczukin | 2016-01-18 | 1 | -0/+19 |
| | | | | installation docs | ||||
* | Rewrite HTTP links to force TLS, where possible | Alex Jordan | 2015-11-16 | 1 | -1/+1 |
| | |||||
* | fix failing migration on mysql | Hannes Rosenögger | 2015-09-18 | 1 | -1/+1 |
| | | | | | | | | We didn't specify that the db user needs the right to create temporary tables before. That's why the migration will fail on most installations. This commits removes the "TEMPORARY" from the migration and changes the documentation to include the necessary rights for the future. | ||||
* | formatting changes, table->database | Ben Bodenmiller | 2014-09-12 | 1 | -2/+2 |
| | | | | | Make formatting consistent on page. Change table -> database as they are database permissions. | ||||
* | update grant command to match how mysql shows | Ben Bodenmiller | 2014-09-11 | 1 | -1/+1 |
| | | | When looking up the granted permissions for users in MySQL using `show grants for 'git'@'localhost';` it shows the permissions in this order regardless of how you enter them. Changing so that comparing your actual permissions vs. what installation guide says is easier. | ||||
* | cleanup MySQL doc wording | Ben Bodenmiller | 2014-09-10 | 1 | -5/+5 |
| | |||||
* | Add titles to doc pages. | Marin Jankovski | 2014-05-27 | 1 | -0/+2 |
| | |||||
* | Database doc changes to address #2412 and #6451. | esmail | 2014-03-07 | 1 | -0/+7 |
| | |||||
* | Move database setup guide inside the installation. | Marin Jankovski | 2014-02-20 | 1 | -1/+1 |
| | |||||
* | Doc syntax highlighting. | Marin Jankovski | 2014-02-20 | 1 | -26/+26 |
| | |||||
* | Update database documentation. | Marin Jankovski | 2014-02-20 | 1 | -0/+45 |