Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
#
# This group is read both both by the client and the server
# use it for options that affect everything
#
[client-server]

#
# include all files from the config directory
#
!includedir /etc/my.cnf.d

[mariadb]
lower_case_table_names = 1
default_time_zone = '+9:00'
#max_allowed_packet = 128M
Info

RoRo 로그에 Could not send query: query size is >= to max_allowed_packet 메시지와 함께 오류가 발생한 경우 적당한 크기로 max_allowed_packet 사이즈를 조절 후 DB 서버를 재구동한다. (기본 16M)

  • roro용 Database 및 User를 생성한다.

...