File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
root/etc/s6-overlay/s6-rc.d/init-mariadb-poststart Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 11
11
12
12
#####################################################################################
13
13
# #
14
- # Logrotate requires the following permission: #
15
- # GRANT ALL ON *.* TO root@localhost IDENTIFIED VIA unix_socket WITH GRANT OPTION ; #
16
- # You can grant it via: #
14
+ # Logrotate Instructions #
15
+ # #
16
+ # Add the following to /config/custom.cnf under [mysqld]: #
17
+ # log_error = /config/log/mysql/mariadb-error.log #
18
+ # #
19
+ # Login to the SQL shell inside the container using: #
17
20
# mariadb -uroot -p<PASSWORD> #
21
+ # And run the following command: #
22
+ # GRANT ALL ON *.* TO root@localhost IDENTIFIED VIA unix_socket WITH GRANT OPTION ; #
18
23
# #
19
- # You can read more about it here: #
20
- # https://mariadb.com/kb/en/authentication-from-mariadb-10-4/ #
24
+ # Restart the container to apply the changes. #
21
25
# #
22
- # And add the following to /config/custom.cnf under [mysqld]: #
23
- # log_error = /config/log/mysql/ mariadb-error.log #
26
+ # You can read more about root@localhost permissions here: #
27
+ # https://mariadb.com/kb/en/authentication-from- mariadb-10-4/ #
24
28
# #
25
29
#####################################################################################
26
30
You can’t perform that action at this time.
0 commit comments