summaryrefslogtreecommitdiff
path: root/doc/install/database_mysql.md
Commit message (Collapse)AuthorAgeFilesLines
* Update MySQL docsRobert Speicher2016-01-181-8/+11
| | | | [ci skip]
* Add information about PostgreSQL<>MySQL 'text' type differences into to ↵Tomasz Maczukin2016-01-181-0/+19
| | | | installation docs
* Rewrite HTTP links to force TLS, where possibleAlex Jordan2015-11-161-1/+1
|
* fix failing migration on mysqlHannes Rosenögger2015-09-181-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->databaseBen Bodenmiller2014-09-121-2/+2
| | | | | Make formatting consistent on page. Change table -> database as they are database permissions.
* update grant command to match how mysql showsBen Bodenmiller2014-09-111-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 wordingBen Bodenmiller2014-09-101-5/+5
|
* Add titles to doc pages.Marin Jankovski2014-05-271-0/+2
|
* Database doc changes to address #2412 and #6451.esmail2014-03-071-0/+7
|
* Move database setup guide inside the installation.Marin Jankovski2014-02-201-1/+1
|
* Doc syntax highlighting.Marin Jankovski2014-02-201-26/+26
|
* Update database documentation.Marin Jankovski2014-02-201-0/+45