Commit graph

21 commits

Author SHA1 Message Date
Mark Fletcher
ce6fb619e5 Change recommended MySQL version to 5.6 2017-09-28 11:33:37 +07:00
Douwe Maan
9b09856e7b Merge branch 'rs-issue-36104' into 'security-9-5'
[9.5] Disallow the `name` attribute on all user-provided markup

See merge request gitlab/gitlabhq!2166
2017-09-07 20:22:16 -04:00
Douwe Maan
9a8130f9e2 Mention that 9.3 also needs log_bin_trust_function_creators on MySQL. 2017-07-07 10:56:58 -05:00
Douwe Maan
58bb7032c6 Document that GitLab 9.3 requires the TRIGGER permission on MySQL 2017-07-04 10:28:50 -05:00
Nick Thomas
e961f3da30 Minimum postgresql version is now 9.2 2017-05-26 13:18:57 +01:00
Achilleas Pipinellis
b65cd9df58 Add MySQL info in install requirements
[ci skip]
2017-02-14 16:07:46 +01:00
Guillaume Simon
7ffd0d3be8 Gitlab from sources : proper utf8mb4 support for MySQL 5.5 to 5.7 2017-01-12 22:32:55 +01:00
Chris Wilson
c2d9ab5e90 Add omnibus rake task. Fix source env 2016-08-19 13:01:47 +00:00
Achilleas Pipinellis
57365b86db Add missing privileges to MySQL database
[ci skip]
2016-07-05 12:54:05 +03:00
Robert Speicher
402feec6dd Update MySQL docs
[ci skip]
2016-01-18 16:54:29 -05:00
Tomasz Maczukin
d1c474ae6a Add information about PostgreSQL<>MySQL 'text' type differences into to installation docs 2016-01-18 21:27:56 +01:00
Alex Jordan
3300db70ff Rewrite HTTP links to force TLS, where possible 2015-11-16 16:50:05 -08:00
Hannes Rosenögger
a22b6c591f fix failing migration on mysql
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.
2015-09-18 19:49:04 +02:00
Ben Bodenmiller
377a5bd521 formatting changes, table->database
Make formatting consistent on page.

Change table -> database as they are database permissions.
2014-09-12 01:03:11 -07:00
Ben Bodenmiller
7a6857adfb update grant command to match how mysql shows
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.
2014-09-11 01:43:00 -07:00
Ben Bodenmiller
43f0efe5d3 cleanup MySQL doc wording 2014-09-10 17:23:06 -07:00
Marin Jankovski
f22c709539 Add titles to doc pages. 2014-05-27 14:12:15 +02:00
esmail
498a4e6b0c Database doc changes to address #2412 and #6451. 2014-03-07 19:57:05 -05:00
Marin Jankovski
fcdcb1a675 Move database setup guide inside the installation. 2014-02-20 12:31:04 +01:00
Marin Jankovski
a7a2100f3d Doc syntax highlighting. 2014-02-20 10:51:58 +01:00
Marin Jankovski
acdb808abc Update database documentation. 2014-02-20 10:10:25 +01:00