Skip to the content.

Persist

내용


사용법

# SET GLOBAL + mysqld-auto.cnf 파일 작성
SET PERSIST variable_name = value;

# mysqld-auto.cnf 파일 작성
SET PERSIST_ONLY variable_name = value;


관련 내용