Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
16e4c912
Commit
16e4c912
authored
Oct 18, 2018
by
Mathieu Giraud
Committed by
Vidjil Team
Oct 18, 2018
Browse files
doc/server.md: details
parent
b592b503
Pipeline
#44591
passed with stage
in 7 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
doc/server.md
View file @
16e4c912
...
...
@@ -266,11 +266,11 @@ Contact us (<mailto:contact@vidjil.org>) to have more information and help.
### Error "Can't connect to MySQL server on 'mysql'"
The mysql container is not fully launched. This can happen especially at the first launch.
Relaunch the containers.
XXXX Relaunch the workers.
You may relaunch the containers.
If restarting the containers does not resolve the issue, there are a couple of things
you can look into:
-
Ensure the database password in
`vidjil-server/conf/defs.py`
matches the password for
the mysql user: vidjil.
If you're not sure, you can check with the following:
...
...
@@ -284,6 +284,7 @@ you can look into:
mysql
-u
root
-p
SET PASSWORD FOR vidjil
=
PASSWORD
(
'<new password>'
)
;
```
-
Ensure the database was created correctly. This should have been done automatically,
but just in case, you can check the console output, or check the database:
```
sh
...
...
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