# Local client settings # -------- [client] # HPOMS MySQL administrator user = dazel password = dazel # Connection settings # Must use socket for local client connections on Unix socket = /home/index/indexingserver/IDOL1/mysql/mysql.sock # MySQL Database Server Daemon settings # -------- [mysqld_safe] innodb_data_file_path = ibdata1:25000M:autoextend # Binary directory ledir = /home/index/indexingserver/IDOL1/mysql/bin # HPOMS MySQL administrator # Connection settings user = dazel # MySQL Database Server settings # -------- [mysqld] innodb_data_file_path = ibdata1:25000M:autoextend innodb_autoextend_increment = 12500 # Installation directory basedir = /home/index/indexingserver/IDOL1/mysql # Database directory datadir = /home/index/indexingserver/IDOL1/mysql/data # Temporary directory tmpdir = /tmp # Socket must be specified on Unix socket = /home/index/indexingserver/IDOL1/mysql/mysql.sock # Port is ignored if skip-networking is set port = 3306 #skip-networking # Logging options log-error # Tuning parameters max_connections = 1000 thread_cache = 100 innodb_max_purge_lag = 50 # old-passwords option enables old HPOM clients to connect to MySQL version 5.0. 24 old-passwords