BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
ce6fb619
Commit
ce6fb619
authored
Sep 28, 2017
by
Mark Fletcher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change recommended MySQL version to 5.6
parent
92173ac5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
docs-38152-bump-recommended-mysql-version.yml
.../unreleased/docs-38152-bump-recommended-mysql-version.yml
+5
-0
database_mysql.md
doc/install/database_mysql.md
+4
-2
No files found.
changelogs/unreleased/docs-38152-bump-recommended-mysql-version.yml
0 → 100644
View file @
ce6fb619
---
title
:
Change recommended MySQL version to 5.6
merge_request
:
author
:
type
:
other
doc/install/database_mysql.md
View file @
ce6fb619
# Database MySQL
>**Note:**
We do not recommend using MySQL due to various issues. For example, case
-
We do not recommend using MySQL due to various issues. For example, case
[
(in)sensitivity
](
https://dev.mysql.com/doc/refman/5.0/en/case-sensitivity.html
)
and
[
problems
](
https://bugs.mysql.com/bug.php?id=65830
)
that
[
suggested
](
https://bugs.mysql.com/bug.php?id=50909
)
[
fixes
](
https://bugs.mysql.com/bug.php?id=65830
)
[
have
]
(https://bugs.mysql.com/bug.php?id=63164).
-
We recommend using MySQL version 5.6 or later. Please see the following
[
issue
][
ce-38152
]
.
## Initial database setup
...
...
@@ -13,7 +14,7 @@ and [problems](https://bugs.mysql.com/bug.php?id=65830) that
# Install the database packages
sudo apt-get install -y mysql-server mysql-client libmysqlclient-dev
# Ensure you have MySQL version 5.
5.14
or later
# Ensure you have MySQL version 5.
6
or later
mysql --version
# Pick a MySQL root password (can be anything), type it and press enter
...
...
@@ -293,3 +294,4 @@ Details can be found in the [PostgreSQL][postgres-text-type] and
[
postgres-text-type
]:
http://www.postgresql.org/docs/9.2/static/datatype-character.html
[
mysql-text-types
]:
http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html
[
ce-38152
]:
https://gitlab.com/gitlab-org/gitlab-ce/issues/38152
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment