Commit graph

13 commits

Author SHA1 Message Date
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