Advertisement
Radkoski

WUS Master Database Config

Jan 6th, 2023 (edited)
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. !includedir /etc/mysql/conf.d/
  2. !includedir /etc/mysql/mysql.conf.d/
  3. [mysqld]
  4. port=<DATABASE_PORT>
  5. bind-address = 0.0.0.0
  6. server-id = 1
  7. gtid_mode=ON
  8. enforce-gtid-consistency=ON
  9. relay_log_info_repository=TABLE
  10. log_bin = /var/log/mysql/mysql-bin.log
  11. binlog_do_db = petclinic
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement