summaryrefslogtreecommitdiff
path: root/doc/install/database_mysql.md
Commit message (Collapse)AuthorAgeFilesLines
* Update database_mysql.md to remove conflicting recommendationlm-update-mysql-recLee Matos2018-02-131-1/+0
|
* Change recommended MySQL version to 5.6Mark Fletcher2017-09-281-2/+4
|
* Merge branch 'rs-issue-36104' into 'security-9-5'Douwe Maan2017-09-071-2/+1
| | | | | [9.5] Disallow the `name` attribute on all user-provided markup See merge request gitlab/gitlabhq!2166
* Mention that 9.3 also needs `log_bin_trust_function_creators` on MySQL.dm-mysql-log_bin_trust_function_creatorsDouwe Maan2017-07-071-1/+12
|
* Document that GitLab 9.3 requires the TRIGGER permission on MySQLdm-9-3-requires-mysql-triggerDouwe Maan2017-07-041-1/+1
|
* Minimum postgresql version is now 9.2Nick Thomas2017-05-261-1/+1
|
* Add MySQL info in install requirementsAchilleas Pipinellis2017-02-141-38/+41
| | | | [ci skip]
* Gitlab from sources : proper utf8mb4 support for MySQL 5.5 to 5.7Guillaume Simon2017-01-121-3/+202
|
* Add omnibus rake task. Fix source envmrchrisw/mysql-installChris Wilson2016-08-191-1/+8
|
* Add missing privileges to MySQL databaseAchilleas Pipinellis2016-07-051-1/+1
| | | | [ci skip]
* 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