I installed the MySQL Query Browser and find that the application closes when I attempt to create or modify a table using Schemata | Create Table however if I type directly into the Query area something like >CREATE TABLE pet (name VARCHAR(20), owner VARCHAR(20));< the table is created just fine.
I have tried using both 127.0.0.1 AND localhost for the Server Hostname, both result in the Query Browser closing (crashing) if I use the graphical "Create Table" approach. Any ideas of how to solve this problem? I am running Server MySQL 5.0.22-Debian_Obuntu6.06.2-log and Client Version 5.0.19
Ray
I have tried using both 127.0.0.1 AND localhost for the Server Hostname, both result in the Query Browser closing (crashing) if I use the graphical "Create Table" approach. Any ideas of how to solve this problem? I am running Server MySQL 5.0.22-Debian_Obuntu6.06.2-log and Client Version 5.0.19
Ray
Comment