Displaying 3 results from an estimated 3 matches for "innodb_log_group_home_dir".
2015 Nov 30
2
SOT: MariaDB 5.5.x-MariaDB logs are not going to desired .log file
...| 1
|
| innodb_locks_unsafe_for_binlog | OFF
|
| innodb_log_block_size | 512
|
| innodb_log_buffer_size | 8388608
|
| innodb_log_file_size | 5242880
|
| innodb_log_files_in_group | 2
|
| innodb_log_group_home_dir | ./
|
| innodb_mirrored_log_groups | 1
|
| innodb_recovery_update_relay_log | OFF
|
| innodb_use_global_flush_log_at_trx_commit | ON
|
| log | OFF
|
| log_bin | OFF...
2009 Apr 15
3
MySQL On ZFS Performance(fsync) Problem?
...uffer_pool_size = 2048M
innodb_data_home_dir = /data/mysqldata3/innodb_ts
innodb_data_file_path = ibdata1:256M:autoextend
innodb_file_io_threads = 4
innodb_thread_concurrency = 0
innodb_flush_log_at_trx_commit = 1
innodb_log_buffer_size = 8M
innodb_log_file_size = 512M
innodb_log_files_in_group = 5
innodb_log_group_home_dir = /data/mysqldata3/innodb_log
innodb_max_dirty_pages_pct = 20
innodb_lock_wait_timeout = 120
innodb_doublewrite=0
...
Is there any one can help me, why fsync on zfs is so bad? or other problem?
--
Sky.Jian iMySQLer
?????http://www.jianzhaoyang.com
BBS???http://iMySQLer.com
????http://groups.g...
2011 Feb 26
9
No connection to mysqld
Hi.
I started mysqld.exe using Wine and it seems to work.
But when I try to connect the server seems to answer somehow (connection is established, telnet works) but it seems that no communication takes place. mysql freezes and in telnet no response is shown.
Any idea what this could mean? Running in Windows without an installer works so it has to be some problem with wine somehow.
Using Ubuntu