David Wolf writes:
> I've been trying to play with MySQLGUI lately (running the win32 version of
> the GUI, Linux version of the server). I can connect fine. Run queries fine.
> But, when I try to do any grants on a database or edit a table, the client
> connects to the server as many times as it can (before the server runs out
> of connections available) and hangs until I forcibly kill it. Does anyone
> know why that would happen??
> 
> Thanks,
> 
> David

Hi!

Editing table in MySQLGUI should make no problems, since it does
nothing. It has not been done yet.

Regarding grants, GRANT / REVOKE dialogu  does not connect to database
until you click on 'Apply' button. 

Then a command is executed and connection is closed. 

Can you describe in more detail how you managed to run out of
connections only with MySQLGUI, so that I might repeat a case. 

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to