Commit Graph

38 Commits

Author SHA1 Message Date
metalcamp 8f411417f5
fix: use native mysql password as default auth
fixes connection refused errors described here: 
https://github.com/laradock/laradock/issues/1752
https://github.com/laradock/laradock/issues/2105
2020-02-18 19:37:00 +01:00
Saulo Paiva 8b4391e63c Use MYSQL_VERSION env var to build mysql image 2020-01-25 11:23:48 -03:00
PeliCan 237e39b40d
MySql config file permissions fix
Reason: [Warning] World-writable config file '/etc/mysql/docker-default.d/my.cnf' is ignored
2019-09-21 15:56:09 +02:00
Vladislav Otchenashev aaef73c84d fix typo (#1797) 2018-09-15 21:16:37 +08:00
Valerian Pereira 0f65c60a89 DockerFile update for improvement (#1568)
Docker file changes for image size improvements.
2018-07-18 21:17:49 +08:00
Meng Ye 1d9cbd7c75 fix: MySQL 8.0 removed NO_AUTO_CREATE_USER SQL mode, fixed #1492 (#1548) 2018-06-27 18:49:53 +08:00
Mahmoud Zalt a0c5ef75d2 upgrade docker-compose to v3 2018-04-05 16:43:22 +03:00
Daniel Hunsaker 31a4e29c81 Apply COPY vs ADD best practices
Should only use `ADD` for URLs (and even then, `curl` or `wget` are preferred, for numerous reasons, even within this repo) and when extracting archive contents as part of the `ADD` operation; otherwise `COPY` is clearer and (slightly) more efficient.
2018-04-04 06:13:28 -06:00
Shao Yu Lung 349be8b30e MAINTAINER is deprecated 2018-03-16 21:09:15 +08:00
Suhaib Khan 7876aa2360 Update default mysql version
Signed-off-by: Suhaib Khan <suheb.work@gmail.com>
2018-03-14 15:43:14 +05:30
Ryan Hayle 7ec8b8846e Allow specifying the version of MySQL to install in .env file. 2017-07-07 16:43:06 -05:00
Vincent Chu 9d2be424de fix #1041
Possible fix described on: https://bugs.mysql.com/bug.php?id=85946

```
[mysqld]
character-set-server=utf8
```
2017-07-06 00:31:42 -04:00
Mahmoud Zalt 3e59a2a813 add creating multiple databases to the docs 2017-07-04 06:01:18 +03:00
Mahmoud Zalt 50834268a7 upgrade mysql base image to 8.0 2017-07-04 06:00:45 +03:00
Mahmoud Zalt 007017a2a7 fix mysql error no access 2017-07-04 06:00:31 +03:00
sakanaproductions 19f9b25a46 fixed issue #1017, added ENV variables back to Dockerfile and added startup file back 2017-06-30 17:48:24 -07:00
Michal Ardziejewski bbea2f0bab Set Timezone 2017-06-13 00:55:05 +02:00
Shao Yu Lung b24d6224d9 fixing MYSQL_USER not show other databases. 2017-05-11 09:02:54 +08:00
Shao Yu Lung 533c8fc7f7 mysql create multiple database. 2017-05-08 22:26:10 +08:00
James Whiteman 8820501644 Update Dockerfile 2017-04-07 14:24:15 +12:00
James Whiteman 07021b01f4 Delete startup 2017-04-07 14:23:02 +12:00
spuch 1650af04cd align file format 2017-03-20 15:41:03 +08:00
spuch bdcc2adf3f for file format 2017-03-20 15:40:07 +08:00
spuch 570be592bb use '`' to quote identifier 2017-03-20 15:36:58 +08:00
spuch d94de05fd4 use CREATE USER to define account authentication characteristics 2017-03-20 15:06:45 +08:00
spuch 69c180d2e8 use CREATE USER to define account authentication characteristics 2017-03-20 15:01:16 +08:00
Marius van Zundert f610aa63d1 Removed reference to homestead 2017-02-27 15:58:38 +01:00
Dmitry Pupinin 6ffa36f188 Fix mysql strict NO_ZERO_DATE 2016-12-15 21:51:22 +07:00
Blaasvis d8875cb588 Update startup 2016-11-28 21:25:52 +01:00
Philippe Trépanier a3288462a8 Merge pull request #434 from dlnsk/Fixes
Fixes for nginx and mysql
2016-11-25 01:51:25 -05:00
philtrep 4ef5db3713 Added proper creation of mysql user, removal of default homestead user 2016-11-17 16:37:51 -05:00
Dmitry Pupinin 6bbd1fbe19 Use mysql 5.7 with disabled option ONLY_FULL_GROUP_BY (which causes many problem to people) 2016-11-16 16:16:52 +07:00
Alessandro Tundo 1fa1dc9a1c
Fixed mysql tag dockerfile
Signed-off-by: Alessandro Tundo <alessandrotundo94@gmail.com>
2016-10-14 21:04:24 +02:00
Mahmoud Zalt f35e5501db downgrade MySQL to 5.6 (stable) 2016-10-14 12:26:11 -04:00
Bo-Yi Wu b254d4a9c9 add mysql custom configuration file.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-09-11 08:39:25 +08:00
Lialosiu da6face95e add build options MAX_ALLOWED_PACKET to mysql 2016-09-09 10:21:33 +08:00
Mahmoud Zalt 40899bc40f remove the duplicated volumes from DBs dockerfiles 2016-05-09 15:53:16 +03:00
Mahmoud Zalt 05a83d383f Major updates.
- upgrade docker compose to v2
- build images locally instead of pulling them from the registry
- separate php container form nginx container
- support all the php versions including php 7.0
- remove beanstalked container to be optionally added later by the user
2016-05-06 17:04:02 +03:00