putty로 파일수정 방법
본문
putty로
제 서버의 my.cnf 파일을 수정하려는데요
보통 /etc/my.cnf 에 위치한다고 해서
root접속후
vi / etc/my.cnf 로 입력을 했는데
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
라는 내용은 안보이네요
어디서부터 잘못된건지 고수님들 부탁립니다
답변 2
기본값일 뿐이지 서버의 설정마다 다릅니다.
그리고 사용자 위치 및 해당 호스트 관리를 어떻게 하느냐에 따라서도 다르고요.
주어진 정보가 너무 부족합니다.
호스트 업체가 있다면 해당 업체에 문의하시는게 제일 빠릅니다.
필요에 따라 추가할수 있습니다.
https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html#sql-mode-setting
To set the SQL mode at server startup, use the --sql-mode="modes" option on the command line, or sql-mode="modes" in an option file such as my.cnf (Unix operating systems) or my.ini (Windows). modes is a list of different modes separated by commas. To clear the SQL mode explicitly, set it to an empty string using --sql-mode="" on the command line, or sql-mode="" in an option file.