Code: Select all
[mysqld]
wait_timeout = 28800
interactive_timeout = 28800
https://www.synology.com/en-global/know ... nology_NAS
... but although it describes WHAT you need to do, it does not say HOW to do it.
I have never used the CLI before and I am therefore struggling.
- I have created the my.cnf file
- I have installed PuTTY
- I have figured out how to login as admin and change to the directory where the .cnf file is located
- I think the syntax to move the file to the correct location is:
Code: Select all
mv my.cnf /var/packages/MariaDB/etc/
- I have checked that both folders exist and they domv: cannot stat ‘my.cnf’: No such file or folder
- In File Station I can see the file in the \public folder
- But when I do "ls -a" in the public folder I don't see the file
Where am I going wrong do you think?