Bug #7911 Lose connection with keyword "describe"
Submitted: 14 Jan 2005 16:22 Modified: 14 Jan 2005 16:32
Reporter: John Ryan Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.0, 5.x OS:Windows (Windows)
Assigned to: CPU Architecture:Any

[14 Jan 2005 16:22] John Ryan
Description:
Lose Mysql Connection when typing Describe "tablename";
i.e. describe project_drilling;

After I lose my connection I cannot connect to mysql without rebooting the machine(sometimes that does not even work).  I have several versions of mysql on my machine and would like to uninstall everything and start the installation from scratch.  Do you have any tools for uninstallation so I can completely wipe all versions of mysql from my system and start over? 

How to repeat:
Create Table Drilling(
project_id Varchar(50),
project_name Varchar(50),
num int(3) unsigned zerofill auto_increment not null,
primary key(num));

describe Drilling;
[14 Jan 2005 16:32] Hartmut Holzgraefe
see bug #6950