Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tank
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
tank
Commits
e48e95f2
Commit
e48e95f2
authored
6 years ago
by
Christian Pointner
Browse files
Options
Downloads
Patches
Plain Diff
added initial info about Error 1071 of MariaDB on Debian 9
parent
e01a18ae
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+14
-0
14 additions, 0 deletions
README.md
mariadb-stretch-err1071.md
+3
-0
3 additions, 0 deletions
mariadb-stretch-err1071.md
with
17 additions
and
0 deletions
README.md
+
14
−
0
View file @
e48e95f2
...
...
@@ -22,6 +22,20 @@ And then run the `tank` binary:
$ $GOPATH
/bin/tank
--config
config.yaml run
--listen
localhost:8000
```
### Problem with MariaDB on Debian 9 (stretch)
If you start
```tank```
for the first time you may get the following error message:
```
running database migrations failed: Error 1071: Specified key was too long; max key length is 767 bytes
```
This most likely means you are using a MariaDB server running on Debian 9 (stretch). Please read
[
mariadb-stretch-err1071.md
](
/mariadb-stretch-err1071.md
)
for help.
If you encouter this problem on any other platform please let us know!
## Development
Check out the repository and build the daemon:
...
...
This diff is collapsed.
Click to expand it.
mariadb-stretch-err1071.md
0 → 100644
+
3
−
0
View file @
e48e95f2
# MariaDB `Error 1071: Specified key was too long`
tba...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment