Kevin H writes:
 > I have mysql working, but I can't get mysqlgui to connect.  I've tried the
 > 
 > 'bin/mysqladmin version' test and that works ok, it's just that mysqlgui doesnt
 > 
 > connect for some reason.  A test doing 'telnet localhost 3306' connects (but later
 > 
 > disconnects, some msg about foreign host...), I just don't get what's wrong.
 > 
 > I have whatever is latest binaries from mysql site.  I'm mainly interested in having
 > 
 > an interface that I can create some databases with and become familiar before I start
 > 
 > trying to write some c++ code.
 > 
 > The install is new so there's no password for 'root' user on mysql.  Mysqlgui asks
 > 
 > for a password, but then just say's it can't connect in the status bar, maybe there's
 > 
 > an error "111" given.
 > 
 > My apologies for such a dumb question.  Any ideas, please?
 > 
 > Kevin
 > 
 > --
 > /*
 > Kevin Hise
 > 


Hi!

All you have to do is follow instruction in README that is shipped
with every mysqlgui distro. For you here is the excerpt from the same
README in this text:

When you start it for the first time, click on ``Options'' button, fill up
all entries correctly and click on ``Save'' button. From then on, you will
logon automatically to the running server on every mysqlgui startup.

Take care to put the right value in ``Ask for password'' button. Also, if
you have problems with location of socket files on *nix, enter a full path
of the socket file in the ``SQL command on the start-up''. This input field
is used on Windoze if you wish to specify that named pipe option.



Regards,

Sinisa

      ____  __     _____   _____  ___     ==  MySQL AB
     /*/\*\/\*\   /*/ \*\ /*/ \*\ |*|     Sinisa Milivojevic
    /*/ /*/ /*/   \*\_   |*|   |*||*|     mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*|     Larnaca, Cyprus
  /*/     /*/  /*/\*\_/*/ \*\_/*/ |*|____
  ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^
             /*/             \*\                Developers Team

---------------------------------------------------------------------
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