Skip to content

Instantly share code, notes, and snippets.

@mkorostoff
Created September 21, 2012 21:28
Show Gist options
  • Save mkorostoff/3764019 to your computer and use it in GitHub Desktop.
Save mkorostoff/3764019 to your computer and use it in GitHub Desktop.
[client]
port=33066
user=drupaluser
[mysql]
[mysqladmin]
user=root
port=33066
[mysqld]
pid-file="C:/Program Files (x86)/acquia-drupal/mysql/data/mysql.pid"
log-error="C:/Program Files (x86)/acquia-drupal/mysql/data/mysql.err"
# The TCP/IP Port the MySQL Server will listen on
port=33066
#Path to installation directory. All paths are usually resolved relative to this.
basedir="C:/Program Files (x86)/acquia-drupal/mysql"
#Path to the database root
datadir="C:/Program Files (x86)/acquia-drupal/mysql/data"
#set innodb as default
default-storage-engine=InnoDB
#Max packets
max_allowed_packet = 128M
#The log buffer is written out to the file at each commit. Flushing on the log file takes place once per second
innodb_flush_log_at_trx_commit=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment