erikn69
|
0b18a45163
|
fix mysql_native_password
|
2024-05-22 13:27:24 -05:00 |
|
Shao Yu-Lung (Allen)
|
923cded79a
|
fix: mysql service down after startup
|
2023-10-18 08:11:05 +08:00 |
|
Dawid Makowski
|
a8b1d2d27d
|
Merge branch 'master' into disable_mysql_aio
|
2023-09-18 15:38:39 +02:00 |
|
Jean Bonilha
|
631c289de6
|
Makes easy login into mysql server
Avoid pass user flag and password flag to mysql command into mysql container for log in mysql server that's running.
|
2020-07-28 10:13:21 -04:00 |
|
Can Tecim
|
bb6338b6b4
|
disable mysql asynchronous io to prevent database losing issues with windows
|
2020-04-30 23:50:18 +03:00 |
|
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 |
|
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 |
|
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 |
|
Dmitry Pupinin
|
6ffa36f188
|
Fix mysql strict NO_ZERO_DATE
|
2016-12-15 21:51:22 +07: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 |
|
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 |
|