Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
22db2e38
Unverified
Commit
22db2e38
authored
Aug 03, 2019
by
Sergei Morozov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Using command line options to configure MySQL 8 instead of mounting a config file
parent
bf9d55cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
install-mysql-8.0.sh
tests/travis/install-mysql-8.0.sh
+2
-4
No files found.
tests/travis/install-mysql-8.0.sh
View file @
22db2e38
...
...
@@ -4,16 +4,14 @@ set -ex
echo
"Starting MySQL 8.0..."
echo
-e
"[mysqld]
\n
default_authentication_plugin=mysql_native_password"
>
/tmp/mysql-auth.cnf
sudo
docker pull mysql:8.0
sudo
docker run
\
-d
\
-e
MYSQL_ALLOW_EMPTY_PASSWORD
=
yes
\
-e
MYSQL_DATABASE
=
doctrine_tests
\
-v
/tmp/mysql-auth.cnf:/etc/mysql/conf.d/auth.cnf:ro
\
-p
33306:3306
\
--name
mysql80
\
mysql:8.0
mysql:8.0
\
--default-authentication-plugin
=
mysql_native_password
sudo
docker
exec
-i
mysql80 bash
<<<
'until echo \\q | mysql doctrine_tests > /dev/null 2>&1 ; do sleep 1; done'
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