Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
-
5.5.30
-
None
-
None
-
None
-
Server: CentOS 5.8 i386 + MariaDB 5.5.30
Client: windows x64 pro + MySQL WorkBench 5.2.47
Description
Freeze when retrive table list with mysql workbench.
following was my my.cnf configure.
[client]
|
port = 3306
|
socket = /tmp/mysql.sock
|
[mysqld]
|
port = 3306
|
socket = /tmp/mysql.sock
|
skip-external-locking
|
log-bin=mysql-bin
|
binlog_format=mixed
|
server-id = 1
|
[mysqldump]
|
quick
|
max_allowed_packet = 16M
|
[mysql]
|
no-auto-rehash
|
[myisamchk]
|
key_buffer_size = 20M
|
sort_buffer_size = 20M
|
read_buffer = 2M
|
write_buffer = 2M
|
[mysqlhotcopy]
|
interactive-timeout
|