mysql - are own [sections] in my.conf ok? -


i reinventing wheel writing backup script dump mysql databases. exercise. therefore wondering, if can add own sections my.conf e.g.

[backup] backupdir = /backup/mysql/ 

could cause problem config?

yes, can add own sections. file meant to extensible. recommend it? not sure. if today [backup] section not used, tomorrow (in year, in decade) in future version of maria/mysql might used else own utility.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -