my_uwamp.ini 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. # For advice on how to change settings please see
  2. # http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html
  3. # *** DO NOT EDIT THIS FILE. It's a template which will be copied to the
  4. # *** default location during install, and will be replaced if you
  5. # *** upgrade to a newer version of MySQL.
  6. [mysqld]
  7. # Remove leading # and set to the amount of RAM for the most important data
  8. # cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
  9. # innodb_buffer_pool_size = 128M
  10. # Remove leading # to turn on a very important data integrity option: logging
  11. # changes to the binary log between backups.
  12. # log_bin
  13. # These are commonly set, remove the # and set as required.
  14. # basedir = .....
  15. # datadir = .....
  16. # port = .....
  17. # server_id = .....
  18. # Remove leading # to set options mainly useful for reporting servers.
  19. # The server defaults are faster for transactions and fast SELECTs.
  20. # Adjust sizes as needed, experiment to find the optimal values.
  21. # join_buffer_size = 128M
  22. # sort_buffer_size = 2M
  23. # read_rnd_buffer_size = 2M
  24. sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
  25. datadir = "{MYSQLDATAPATH}"