[MDEV-4390] Freeze when retrive table list with mysql workbench Created: 2013-04-12  Updated: 2013-07-20  Due: 2013-07-15  Resolved: 2013-07-20

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: 5.5.30
Fix Version/s: None

Type: Bug Priority: Major
Reporter: zhifeng hu Assignee: Elena Stepanova
Resolution: Incomplete Votes: 0
Labels: None
Environment:

Server: CentOS 5.8 i386 + MariaDB 5.5.30
Client: windows x64 pro + MySQL WorkBench 5.2.47


Attachments: JPEG File ss20130412134317.jpg    

 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



 Comments   
Comment by zhifeng hu [ 2013-04-12 ]

MySQL 5.5.30 and Percona 5.5.30 working well.

MariaDB 5.5.30 got pained.

Comment by Elena Stepanova [ 2013-05-04 ]

Hi,

Could you please attach the schema dump, and server error log, and also explain what exactly happens, it's not quite clear from the screenshot what's wrong there.
Besides, if the problem is persistent, please enable general log on the server and send its contents after reproducing the problem.

Thanks.

Comment by zhifeng hu [ 2013-05-23 ]

Sorry for long times delay.
I had done many research about this problem.
I found some body faced the same problem with me .

http://bugs.mysql.com/bug.php?id=55008
http://bugs.mysql.com/bug.php?id=55356

I tried their solution. then i got fixed.

Ok, let's talk how it occurs.

I previous using Mysql 5.5.30, some day, i compiled the MariaDB 5.5.30, import my old databases;
I should have to run mysql_upgrade, but i did not .

What i do got fixed is just simple:

type and run mysql_upgrade -h 127.0.0.1

then the mysql workbench working correct.

if you got upgrade from old to latest version MySQL or MariaDB,
you really should run mysql_upgrade, to check if your scheme got problems.
the mysql_upgrade tools will help you repair some problem.

i will keep watching it. see if it will appears next time.

sorry for the delay.

Comment by Elena Stepanova [ 2013-06-14 ]

Hi,

Did you have any error messages in your error log file similar to those described in MySQL bug reports?

(While mysql_upgrade is always recommended, it's a bit strange that the problem happened while switching from MySQL 5.5.30 to MariaDB 5.5.30, as you described, so it would be useful for us to know which exact error you observed to be able to diagnose similar problems better in future.)

Comment by Elena Stepanova [ 2013-07-20 ]

Please add a comment if you have new information on the issue.

Generated at Thu Feb 08 06:56:03 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.