[client] socket = /u01/mysql/run/mysql.sock [embedded] sort_buffer_size=1M core-file #### Baes dir #### basedir = /u01/mysql datadir = /u01/mysql/data_embedded tmpdir = /u01/mysql/tmp_embedded socket = /u01/mysql/run_embedded/mysql.sock #### Base configure info #### port = 5600 skip-name-resolve old_passwords = 0 lower_case_table_names = 1 open_files_limit = 65535 read_rnd_buffer_size = 5M max_allowed_packet = 24M max_connect_errors = 500 max_connections = 5 max_user_connections = 4 thread_cache_size=2 table_open_cache=16 table_definition_cache=8 server-id= 5600 #innodb #innodb_data_home_dir = /u01/mysql/data_embedded default-storage-engine = INNODB innodb_flush_method = O_DIRECT innodb_file_per_table = 1 innodb_flush_log_at_trx_commit = 1 innodb_lock_wait_timeout = 100 innodb_buffer_pool_size = 64M innodb_log_buffer_size= 8M innodb_log_file_size = 16M innodb_log_files_in_group = 4 innodb_max_dirty_pages_pct = 75 thread_stack = 1524288 [mysqld_safe] pid-file = /u01/mysql/run_embedded/mysqld.pid