<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/install/database_mysql.md, branch tests-for-diff-notes</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Add missing privileges to MySQL database</title>
<updated>2016-07-05T09:54:05+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-07-04T21:33:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=57365b86db8eddaf9355dc29cdf6642745ccbbf4'/>
<id>57365b86db8eddaf9355dc29cdf6642745ccbbf4</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Update MySQL docs</title>
<updated>2016-01-18T21:54:29+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-01-18T21:53:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=402feec6ddd96880921ad37a931db7c96fd48be0'/>
<id>402feec6ddd96880921ad37a931db7c96fd48be0</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Add information about PostgreSQL&lt;&gt;MySQL 'text' type differences into to installation docs</title>
<updated>2016-01-18T20:27:56+00:00</updated>
<author>
<name>Tomasz Maczukin</name>
<email>tomasz@maczukin.pl</email>
</author>
<published>2016-01-18T14:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d1c474ae6aa98e281cdc46da183a0c29a324ba31'/>
<id>d1c474ae6aa98e281cdc46da183a0c29a324ba31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite HTTP links to force TLS, where possible</title>
<updated>2015-11-17T00:50:05+00:00</updated>
<author>
<name>Alex Jordan</name>
<email>alex@strugee.net</email>
</author>
<published>2015-11-16T10:01:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3300db70ff53699732672824859186cd083623fa'/>
<id>3300db70ff53699732672824859186cd083623fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix failing migration on mysql</title>
<updated>2015-09-18T17:49:04+00:00</updated>
<author>
<name>Hannes Rosenögger</name>
<email>123haynes@gmail.com</email>
</author>
<published>2015-09-18T17:49:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a22b6c591f2c383468d1a6ec54208e407c0ca032'/>
<id>a22b6c591f2c383468d1a6ec54208e407c0ca032</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>formatting changes, table-&gt;database</title>
<updated>2014-09-12T08:03:11+00:00</updated>
<author>
<name>Ben Bodenmiller</name>
<email>bbodenmiller@hotmail.com</email>
</author>
<published>2014-09-12T08:03:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=377a5bd5216a9bd3fb66aad340414b3b4b88dbcc'/>
<id>377a5bd5216a9bd3fb66aad340414b3b4b88dbcc</id>
<content type='text'>
Make formatting consistent on page.

Change table -&gt; database as they are database permissions.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make formatting consistent on page.

Change table -&gt; database as they are database permissions.</pre>
</div>
</content>
</entry>
<entry>
<title>update grant command to match how mysql shows</title>
<updated>2014-09-11T08:43:00+00:00</updated>
<author>
<name>Ben Bodenmiller</name>
<email>bbodenmiller@hotmail.com</email>
</author>
<published>2014-09-11T08:43:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7a6857adfba9a6c0db3b64c7bb5968d88a17c8b0'/>
<id>7a6857adfba9a6c0db3b64c7bb5968d88a17c8b0</id>
<content type='text'>
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.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup MySQL doc wording</title>
<updated>2014-09-11T00:23:06+00:00</updated>
<author>
<name>Ben Bodenmiller</name>
<email>bbodenmiller@hotmail.com</email>
</author>
<published>2014-09-11T00:23:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=43f0efe5d3737e5802d55be240d677bde56d95a6'/>
<id>43f0efe5d3737e5802d55be240d677bde56d95a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add titles to doc pages.</title>
<updated>2014-05-27T12:12:15+00:00</updated>
<author>
<name>Marin Jankovski</name>
<email>marin@gitlab.com</email>
</author>
<published>2014-05-27T12:12:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f22c709539d06be6fa76f148dedffdef1170936c'/>
<id>f22c709539d06be6fa76f148dedffdef1170936c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Database doc changes to address #2412 and #6451.</title>
<updated>2014-03-08T00:57:05+00:00</updated>
<author>
<name>esmail</name>
<email>esmail@users.noreply.github.com</email>
</author>
<published>2014-03-08T00:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=498a4e6b0c8b7cc9266f71dd3337669a9442934d'/>
<id>498a4e6b0c8b7cc9266f71dd3337669a9442934d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
