Created
September 21, 2012 21:28
-
-
Save mkorostoff/3764019 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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