skip to Main Content

PERSIST vs PERSIST_ONLY (MySQL)

I read Syntax for Persisting System Variables in MySQL documentation about PERSIST and PERSIST_ONLY as shown below: To persist a global system variable to the mysqld-auto.cnf option file in the data directory, precede the variable name by the PERSIST keyword…

VIEW QUESTION
Back To Top
Search