0

I would like to put the MariaDB logs in an easily accessible place (without having to go through the ssh), but I couldn't do it. My current configuration is as follows:

[mysqld]
general_log
general_log_file=/volume1/logs/mysql/general.log
# log_error=/volume1/logs/mysql/error.log # while waiting for the general logs to work

I did chown -R mysql:mysql /volume1/logs/mysql

drwxrwxrwx+ 1 mysql mysql 0 Jun 8 00:12 mysql

Then if you have a way to put the logs in the Synology log center, I take it!

  • ok, I just understood that there is an extended permission system (the "+" after standard permissions), I'll look into it in detail. https://kb.synology.com/en-global/DSM/tutorial/How_to_manage_ACL_settings_on_your_Synology_NAS – Nomanoclass Jun 11 '22 at 21:51
  • Great that you were able to solve your issue, but please post your solution as an answer instead of editing it into your post. It's perfectly fine to answer your own question and accept it, otherwise the question will stay forever in the system as unsolved. – Gerald Schneider Jun 15 '22 at 20:22

1 Answers1

-1

Well, I had to put more right on the parent folder (logs) for it to work, I don't know why, but for the moment it's fine...