Re: mysqlgui problem - can't connect via tmp/mysql.sock

2004-03-16 Thread Sinisa Milivojevic
Dmitry Rusak  writes:
 Hi!
 I have a problem using musqlgui-1.7.2 under FreeBSD 4.9 STABLE. It Can't connect to 
 mysql 
 server via tmp/mysql.sock
 
 My setup:
 1) mysql is installed in /usr/local/mysql
 data base directory - /usr/local/mysql/data
 socket directory - /usr/local/mysql/tmp/mysql.sock
 
 2) currenlty i am using FreeBSD 4.2 static binary of MySQLGUI 1.7.2 
 3) I have created:
 /etc/my.cnf
 /etc/.my.cnf
 ~/my.cnf
 ~/.my.cnf
 /usr/local/etc/my.cnf
 /usr/local/etc/.my.cnf
 
 with the same content:
 ---
 [client]
 port = 3306
 host = localhost
 user = root
 
 [client_fltk]
 client_file=~/.mysql.options
 queries_file=~/.mysql_history
 history_length=100
 database=my_db - (this db exists!)
 -
 
 The problem:
 When executing mysqlgui it first asks me for a password. I assume it should be the 
 root 
 password (or not? actually in my case mysql is configured to work under mysql 
 user, but i 
 tryed password for this user also).
 
 I am entering the password and then it says in Info line at the bottom of window 
 that Can't 
 connect to mysql server via tmp/mysql.sock. 
 
 When i am pressing on + to see full message log it shows the lines that options 
 are 
 successifully read from options file and so on - so, no problem here.
 
 In options of mysqlgui i have localhost, port 3306.
 
 There is no problem with running ordinary mysql client.
 
 I think probably because mysql server has been installed not in standard directory, 
 it can not 
 find it. So, maybe there is a chance to configure the path to mysql?
 
 Or something other?
 
 Best regards,
 Dmitry

First of all, please use version 1.7.5.

1.7.2 has too many bugs.

You should add socket option under [client] and you should put
/usr/local/mysql/tmp/mysql.sock there as well as under [mysqld]
options header.

You should also make  /usr/local/mysql/tmp/ directory scannable etc
.. by all, plus with temporary attribute.

-- 

Sincerely,

-- 
For technical support contracts, go to https://order.mysql.com/?ref=msmi
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED]
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB
/_/  /_/\_, /___/\___\_\___/   Full time Developer and Support Coordinator
   ___/   www.mysql.com   Larnaca, Cyprus

Meet the MySQL at User Conference ! (April 14-16, 2004)
http://www.mysql.com/uc2004/


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



re: MySQLGUI links are broken

2003-03-15 Thread Egor Egorov
On Tuesday 11 March 2003 14:26, jarausch at igpm dot rwth-aachen dot de wrote:

 it seems as if all links on
 http://www.mysql.com/Downloads/mysqlgui/
 are broken.

Link for downloading MySQLGUI is
http://www.mysql.com/downloads/gui-mysqlgui.html



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   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



Re: MySQLGUI connection

2003-02-21 Thread Stefan Hinz
Steve,

 Can't connect to local MySQL server through socket '' (111)

 When I type 'mysql -u
 ddj -p' on a commandline, I can connect fine.

With mysql (the command line tool), you connect on the local host
(i.e. server and client are running on the same machine). With
MySQLGUI, you seem to do the same; is that right?

If so, obviously MySQLGUI tries to use a different socket than mysql.

By default, the server will establish a socket as /tmp/mysql.sock.
This can be changed by starting the server with --socket=(path),
either as a command line option, or in the [mysqld] section of my.cnf
(usually /etc/my.cnf).

Likewise, you can tell clients which sockets to use. For mysql, this
would either be mysql --socket=(path) or in the [client] section of
my.cnf. If it's configured nowhere, a default value will be used. To
find out which socket value is set, connect with mysql and issue:

mysql show variables like '%sock%';
+---+---+
| Variable_name | Value |
+---+---+
| socket| /var/lib/mysql/mysql.sock |
+---+---+

Then, tell MySQLGUI to use the same socket, and everything should be
fine.

Regards,
--
  Stefan Hinz [EMAIL PROTECTED]
  iConnect GmbH http://iConnect.de
  Heesestr. 6, 12169 Berlin (Germany)
  Telefon: +49 30 7970948-0  Fax: +49 30 7970948-3

[filter fodder: sql, mysql, query]


-
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




re: MySQLGUI 1.7.5-1 problem

2002-10-09 Thread Egor Egorov

Martín,
Tuesday, October 08, 2002, 8:29:21 PM, you wrote:

MF I have downloades the last version of your software, but when I try to
MF connecto to the mysql server remotly, the server crash, and safe_mysqld
MF restar it. Your software reports lost connection to MySQL dureing query
MF And the safe_mysqld reports dureing the crash:

MF bash-2.05# /usr/local/mysql/bin/safe_mysqld: line 273:  3021 Violación de
MF segmento   $NOHUP_NICENESS $ledir/$MYSQLD
MF $defaults --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR
MF $USER_OPTION --pid-file=$pid_file --skip-locking $err_log 21

MF Any idea what is happening?

What OS do you use? What version of MySQL do you use? How did you
installed MySQL: from binary or from source?



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   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




re: MySQLGUI: Win32 zipped binary seems corrupted

2002-10-01 Thread Victoria Reznichenko

Pavel,
Monday, September 30, 2002, 9:04:32 PM, you wrote:

PH I've just tried to download the Win32 binaries of the MySQLGUI tool.
PH I recieved about 50kB. When I tried to unpack the archive,
PH WinCommander told me, that the zip archive is corrupted.

I've just downloaded MySQLGUI and unzipped without any problem.
Try to download it from other mirror.


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   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




Re: MySQLGUI: Win32 zipped binary seems corrupted

2002-09-30 Thread Insanely Great

Greetings..

Even the MySQLGui does not work for me. It is not getting downloaded. What
should I do ?

Insane
SQLyog ( http://www.webyog.com/sqlyog )
The Definative GUI for MySQL
- Original Message -
From: Pavel Hlouek [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, September 30, 2002 11:34 PM
Subject: MySQLGUI: Win32 zipped binary seems corrupted


Hi,

I've just tried to download the Win32 binaries of the MySQLGUI tool.
I recieved about 50kB. When I tried to unpack the archive,
WinCommander told me, that the zip archive is corrupted.

Hope it helps, thanx guys for wonderfull MySQL.

Pavel

__
Reklama:
E-mail zdarma na cely zivot: http://email.seznam.cz

-
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



-
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




Three easy, FAST-REPLY questions re: MySQLGUI

2002-07-18 Thread Andy Fields

Folks,

On my FreeBSD UNIX/Apache virtual private server (ISP is NTT/Verio), I
have MySQL-3.23.49 installed with one empty database and password
created to get me started.

My desktop box is Windows XP Pro.

I've already downloaded and installed MyODBC 3.51.03 (full package/docs)
and my MS MDAC is equivalent to version 2.7 RTM (2.20.7713.4), according
to Microsoft's little self-tester utility.

So far, the ONLY problem I'm having is with my DSN Configuration with
the MyODBC 3.51.03 driver as revealed in the following popup message:

[MySQL][ODBC 3.51 Driver] Can't connect to MySQL server on 'localhost'
(10061)

I know there are SEVERAL OTHER installation/configuration chores to
complete before I enjoy the wonders of MySQL.

Hence...my downloading MySQLGUI to tackle those chores more effectively
in combination with reading the ~!@#$% manuals over and over and over.

MY THREE QUESTIONS...finally...

1. I notice in my Windows Registry and the odbc.ini file that references
to
   myodbc3 are preceded by TWO--sometimes THREE--back slashes like the
   sample below...

Driver32=C:\WINDOWS\System32\\\myodbc3.dll

   For whatever technical reasons that multiple back slashes ARE
required,
   HOW MANY should be present before the myodbc file references?

   ___ Only 1 back slash is required.

   ___ back slashes ARE required.


To compile MySQLGUI to help me easily access/configure/use MySQL on a
FreeBSD Unix/Apache server from Windows XP Pro (dial-up)...

2.  WHICH of the following items  3. In WHAT order do I 
MUST I download (i.e., x_YES)? ..and theninstall/configure
them?

   1st  2nd  3rd  4th  5th  6th
7th

 x_Yes __ No  MySQLGUI 1.7.5 Source Code   ___  ___  ___  ___  ___  ___
___

 __Yes __ No  Statically Complied MySQLGUI ___  ___  ___  ___  ___  ___
___

 x_Yes __ No  Win32 static binary of 
  MySQLGUI 1.7.5-2 ___  ___  ___  ___  ___  ___
___


 
 __Yes __ No  FreeBSD 4.2 static binary
  of MySQLGUI 1.7.2___  ___  ___  ___  ___  ___
___

 __Yes __ No  MySQL Monitor Epplet, etc.   ___  ___  ___  ___  ___  ___
___
 
 x_Yes __ No  The newest FLTK  ___  ___  ___  ___  ___  ___
___ 

 x_Yes __ No  The newest FLTK VW Library   ___  ___  ___  ___  ___  ___
___

 x_Yes __ No  FLTK editor widget 0.4   
  for MySQLGUI ___  ___  ___  ___  ___  ___
___
 
 __Yes __ No  The newest MySQL C++ library ___  ___  ___  ___  ___  ___
___


Thanks for your kind assistance and reply at your earliest convenience.

Respectfully yours,

Andy Fields
[EMAIL PROTECTED]
Santa Clara, CA (in the heart of Silicon Valley)





-
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




Re: Three easy, FAST-REPLY questions re: MySQLGUI

2002-07-18 Thread Dan Nelson

In the last episode (Jul 18), Andy Fields said:
 Folks,
 
 On my FreeBSD UNIX/Apache virtual private server (ISP is NTT/Verio), I
 have MySQL-3.23.49 installed with one empty database and password
 created to get me started.
 
 My desktop box is Windows XP Pro.
 
 I've already downloaded and installed MyODBC 3.51.03 (full package/docs)
 and my MS MDAC is equivalent to version 2.7 RTM (2.20.7713.4), according
 to Microsoft's little self-tester utility.
 
 So far, the ONLY problem I'm having is with my DSN Configuration with
 the MyODBC 3.51.03 driver as revealed in the following popup message:
 
 [MySQL][ODBC 3.51 Driver] Can't connect to MySQL server on 'localhost' (10061)

Sounds like you forgot to fill in the hostname of the FreeBSD box in
your DSN configuration, and the XP machine is trying to connect to a
server on itself.
 
 
 1. I notice in my Windows Registry and the odbc.ini file that
references to myodbc3 are preceded by TWO--sometimes THREE--back
slashes like the sample below...
 
 Driver32=C:\WINDOWS\System32\\\myodbc3.dll
 
For whatever technical reasons that multiple back slashes ARE
required, HOW MANY should be present before the myodbc file
references?

At least one :)  Multiple slashes or backslashes in a path (barring the
\\server\ notation for win32 UNC paths) are always silently compressed
to a single one.

 To compile MySQLGUI to help me easily access/configure/use MySQL on
 a FreeBSD Unix/Apache server from Windows XP Pro (dial-up)...
 
 2.  WHICH of the following items  3. In WHAT order do I 
 MUST I download (i.e., x_YES)? ..and theninstall/configure
 them?

Gah.  The wordwrapping on this form is so mangled I cannot bring
myself to even quote it (The 7 column is wrapped, just like them in
the paragraph I quoted).  Download the win32 static binary.

-- 
Dan Nelson
[EMAIL PROTECTED]

-
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




Re: Mysqlgui

2002-07-17 Thread Victoria Reznichenko

luis,
Tuesday, July 16, 2002, 8:18:04 PM, you wrote:

l Do you have some information for install mysqlgui in Linux, i do not how do
l it?

Look into the README file ..




-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   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




Re: MySQLGUI 1.7.5

2002-05-10 Thread Eric White


On Fri, 10 May 2002, Jon Lochner wrote:

 Greetings,
 
 Using the semi-static linux binaries to connect to localhost mysqld/mysql 3.23.47. 
 Can connect to the database with mysql -u -p. ODBC also OK
 
 But I  keep getting the following with the GUI:
 Can't connect to local MySQL server through socket (111)
 
 or if I specifiy IP rather than localhost
 
 Access denied for user: 'root@x' (Using password: YES)
 
 Thanks

I'm far from a MySQL wiz, but I believe you need to specify
the socket in the GUI client (under the Manage, Options menu).
/tmp/mysql.sock is a likely candidate for this value.  The 
default port is 3306.



-
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




Re: mysqlgui

2002-04-25 Thread Egor Egorov

teck,
Wednesday, April 24, 2002, 9:09:11 PM, you wrote:

tcn To whom it may concern,

tcn Where can i find the documentation for mysqlgui?

Look at the README file and MySQL.help that comes with MySQLGUI.

tcn thanks 
tcn bd





-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   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




Re: mysqlgui

2002-04-25 Thread Sinisa Milivojevic

[EMAIL PROTECTED] writes:
 To whom it may concern,
 
 Where can i find the documentation for mysqlgui?
 
 thanks 
 
 bd
 

It comes with a package.

Read MySQL.help , README and readme.* files.

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




Re: mysqlgui and DNS

2002-04-24 Thread Sinisa Milivojevic

John Derrick writes:
 I'm having a couple of problems running mysqlgui on Windows XP Pro.
 
 1) Intermittent 1 - 2 second delays on connecting and executing queries
 2) 30 second delay on connecting and occasionally when executing queries
 when a dial-up connection is present
 

[skip]

 
 Is anyone else having this problem? Is there a fix for it? Thanks in advance
 
 Environment:
 machine 1: red hat linux 7.2 - mysql server
 machine 2: windows xp - client
 machine 3: windows 98 - client
 

A fix is to use IP address in the host field.

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




Re: mysqlgui and DNS

2002-04-24 Thread John Derrick

Thanks for the reply. Using the IP address in the host field does not fix
the problem, however. The delay in problem 1 changes from 1 - 2 seconds to
10 seconds. No impact on problem 2. Do I need to change the parameters to
the server?
- Original Message -
From: Sinisa Milivojevic [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, April 24, 2002 1:08 PM
Subject: Re: mysqlgui and DNS


 John Derrick writes:
  I'm having a couple of problems running mysqlgui on Windows XP Pro.
 
  1) Intermittent 1 - 2 second delays on connecting and executing queries
  2) 30 second delay on connecting and occasionally when executing queries
  when a dial-up connection is present
 

 [skip]

 
  Is anyone else having this problem? Is there a fix for it? Thanks in
advance
 
  Environment:
  machine 1: red hat linux 7.2 - mysql server
  machine 2: windows xp - client
  machine 3: windows 98 - client
 

 A fix is to use IP address in the host field.

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




-
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




Re: mysqlgui crash caused by infinite loop

2002-03-27 Thread Sinisa Milivojevic

[EMAIL PROTECTED] writes:
 Description:
   mysqlgui crash caused by infinite loop in
   mysql_read_default_options because strcend
   never returns 0
 How-To-Repeat:
   
 Fix:
 
 --- libmysql/libmysql.c.orig  Thu Feb 14 18:30:17 2002
 +++ libmysql/libmysql.c   Tue Mar 19 15:52:49 2002
 @@ -712,7 +712,7 @@ static void mysql_read_default_options(s
 *end=0;   /* Remove '=' */
   }
   /* Change all '_' in variable name to '-' */
 - for (end= *option ; (end= strcend(end,'_')) ; )
 + for (end= *option ; (end= strcend(end,'_'))  *end; )
 *end= '-';
   switch (find_type(*option+2,option_types,2)) {
   case 1: /* port */
 
 --- libmysql_r/libmysql.c.origThu Feb 14 18:30:17 2002
 +++ libmysql_r/libmysql.c Tue Mar 26 22:52:17 2002
 @@ -712,7 +712,7 @@ static void mysql_read_default_options(s
 *end=0;   /* Remove '=' */
   }
   /* Change all '_' in variable name to '-' */
 - for (end= *option ; (end= strcend(end,'_')) ; )
 + for (end= *option ; (end= strcend(end,'_'))  *end; )
 *end= '-';
   switch (find_type(*option+2,option_types,2)) {
   case 1: /* port */

Hi!

Thank you, both for your mail fix.

This bug was fixed few weeks ago. 

Fixed version will be released both with 3.23.50 and 4.0.2.

Thanks again. 

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




re MySQLGUI

2002-03-25 Thread Victoria Reznichenko

es2,
Monday, March 25, 2002, 4:52:16 AM, you wrote:

e I have installed MySQLGUI ( Win32 static binary of MySQLGUI 1.7.5-2 
e ../Downloads/mysqlgui/mysqlgui-win32-static-1.7.5-2.zip ) and have been 
e able to connect the the server successfully.
e platform used: Win95

e The Help function is not available. Is configuration required to access 
e Help?
e your assistance will be greatly appreciated.
e with thanks

You should add in my.ini (my.cnf) file in the section [client_fltk]
row:
[client_fltk]
help_file=~/full_path_to_your_mysqlgui/MySQL.help

e Phil Lambert
e es2 Project Manager




-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   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




re MySQLGUI

2002-03-24 Thread es2

I have installed MySQLGUI ( Win32 static binary of MySQLGUI 1.7.5-2 
../Downloads/mysqlgui/mysqlgui-win32-static-1.7.5-2.zip ) and have been 
able to connect the the server successfully.
platform used: Win95

The Help function is not available. Is configuration required to access 
Help?
your assistance will be greatly appreciated.
with thanks

Phil Lambert

es2 Project Manager

Contact es2:

http://www.es2.com.au
[EMAIL PROTECTED]
Fax:  ++ 612 9225 9007
Phone ++ 61 409 817 422
Postal:  PO Box 287 Glebe  NSW  2037 Australia



-
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




Re: MYSQLGUI 1.7.5

2002-03-11 Thread Sinisa Milivojevic

Martin van Dijken writes:
 Dear MySQL,
 
 I had quite a bit of contact with Sinisa a few months ago and suggested some 
improvements and several bugs he might fix. A lot of time has passed, but no new 
version of the program has been released. Can you give me a status-update?
 
 grtz
 
 Martin van Dijken
 
 

hi!

We have a new client, MyCC, please check it out ...

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




Re: MySQLGUI help file

2002-03-01 Thread Sinisa Milivojevic

Thi Cao writes:
 Hi everyone,
 
 I recently unpacked the Mysqlgui static binary distribution for windows and
 placed the MySQL.help file along with the my.cnf.win file in the c:/ root
 directory.  I have the line 
 
 help_file=c:/MySQL.help 
 (also tried c:\\MySQL.help)
 
 in the my.cnf.win file.  However, when I start up the mysqlgui executable, I
 cannot view the help file.  Could someone tell me what it is I forgot to do.
 
 
 TIA
 
 Thi


File name should be my.cnf ...

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




Re: mysqlgui help

2002-02-28 Thread Sinisa Milivojevic

Steven Fan writes:
 Dear sirs
 
 I could not connect to mysql database when using mysqlgui. The error message
 is access denied for the user: [EMAIL PROTECTED] (using password:
 yes). If I use the mysql -u root -ppassword command, I can connect to the
 database. Can you kindly tell me something about it?.
 I am running mysql on linux box and the mysqlgui is on the same box. The gui
 version is 1.7.5.
 I look forward to hearing from you.
 
 Thanks, steven
 

All you have to do is follow instructions from README that came with
program. 

Click on 'Options', fill up all entries according to README and click
on 'Save'.

Then re-connect ..

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




Re: MySQLGUI Problem

2002-02-25 Thread Sinisa Milivojevic

Rex Yuan writes:
 Hello,
 
 When I tried to run mysqlgui, this is the error message that I received:
 can't connect to local MySQL server trough socket (111)
 
 I've checked and created all the client files.  What does it mean?  How can
 I correct it?  MySQL server is up and running.
 
 Thank you.
 
 Rex Yuan
 Senior IT Engineer
 [EMAIL PROTECTED]
 http://www.arescom.com
 Tel: (510)445-3638 ext.310
 Fax: (510)445-3636

Hi!

All you have to do is follow instructions from README that came with
mysqlgui.

Click on 'Options', fill up all entries as explained in README , click
on 'Save' and re-connect.

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




Re: MySQLGUI

2002-02-25 Thread Sinisa Milivojevic

Steve Traver writes:
 FYI-
 
 My Environment:
   - Windows NT 4.00.1381
   - MySQL Ver 11.15 Distrib 3.23.43, for Win95/Win98 (i32)
  
 Program will not allow me to create or edit tables.  Also, bombs when I
 try to create a database.
 
 sT
 

Table creation and editing is not done ...

If you are using a last version(1.7.5-2), it should not bomb up on
database creation.

In case it does, just send me output from SHOW GRANTS for the user
with which you tried database creation.

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




Re: MySQLGUI

2002-02-12 Thread Sinisa Milivojevic

The Magana's writes:
 How do you install it I untarred it and now what do I do. I am running RH
 7.0 downloaded mysqlgui-1.7.5.
 
 Thanks
 
 Andy Magana
 San Diego,Ca
 
 

Just follow instructions from README.

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


-
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




Re: mysqlgui about

2002-01-21 Thread Sinisa Milivojevic

[EMAIL PROTECTED] writes:
 Dear Sirs and Madams,
 I have installed mysqlgui-static on my PC. Please let me know how to start it, so 
that I can use it.
 2. Have you or anyone else developed any utility to make it easy to populate the 
tables? The default method is too cumbersome. If so, kindly direct me to the links 
etc.
 3. One book on Mysql talks of a /contrib page on your website where third party 
utilities for mysql are listed. when I try to search it it get the message page not 
found. Has it been removed or moved? Pl. let me know.
 From whatever little I have seen of it, Mysql is superb!! Pl. keep up the good work.
 Best luck to all of you in all your noble endeavours.
 R C Kathale, Bhavnagar, India.
 
 
 Download NeoPlanet at http://www.neoplanet.com
 

After starting mysqlgui , fill up all entries in Options dialogue box
and click on 'Save'. That will do 

/contrib URL has moved since that book was published. Go to download
page and there you will find a link to the contributed software.

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




Re: MySQLGUI

2002-01-15 Thread indrek siitan

Hi,

 I've granted a user ALL PRIVILEGES on a particular database 
 and when they log in using MySQLGUI they can see all the 
 databases on the server. Even though they can't do anything 
 with them, I would prefer if they didn't see them at all. 
 Any ideas?

Check out: http://www.mysql.com/doc/P/r/Privileges_options.html
You need to run the server with the --safe-show-database option.


Rgds,
Indrek

--
For technical support contracts, goto https://order.mysql.com/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Indrek Siitan [EMAIL PROTECTED]
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, The Web Guru
/_/  /_/\_, /___/\___\_\___/   Tallinn, Estonia
   ___/   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




Re: mysqlgui

2002-01-09 Thread Sinisa Milivojevic

chc chc writes:
 Hello,
 while using the MySqlGui 1.7.5, I cannot get the
 create table Menu Option  (F9) to work. Is there
 anything I've missed. 
 
 thanks
 chris
 

Nope. 

It hass not been implemented.

You can use CREATE TABLE comand ...

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




Re: mysqlgui - my.cnf or my.ini

2002-01-08 Thread Sinisa Milivojevic

jds writes:
 hi!
 
 i'm running 3.23.47 w/ mysql gui1.7.5-2 on win2k
 
 to config innodb, i edited the my.ini (with some help from heikki...thanks!)
 
 and learned on win my.cnf and my.ini cannot co-exist.
 
 now i'm ready to install mysqlgui to set up my admin, users, etc...
 
 my question is: can i add the included mysqlgui parameters to my.ini in
 WINNT?
 
 will this work? it only mentions adding to c:\my.cnf (which i don't have,
 since it cant
 
 use both)
 
 thanks in advance,
 
 jds
 

Hi!

Yes, you can.

But , you do not need to. The only real reason why you would create
[client_fltk] options header is to  : 

* have help file on F1 key
* to share the same history file with mysql monitor program
* to change a location of options file for mysqlgui


In any case, just fill up all entries in Options dialogue and Save
them. 

That is all you have to do with mysqlgui ...

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




Re: MySQLgui fails

2002-01-08 Thread Sinisa Milivojevic

Roel Van den Bergh writes:
 After a long day of trying and reading all sorts of manuals and faqs and
 newsgroups
 I still can't create tables with the mySQLgui (1.7.5.2 windows) running in
 win 2000 pro standalone feature
 
 I can read the test database (empty of course)and the users dbase
 in neither of them I'm able of creating new tables
 What am I doing wrong?
 
 tnx for helping this NB
 - - -
 
 Roel Van den Bergh - Interieurarchitect
 
 email: [EMAIL PROTECTED]
 
 http://www.planetinterior.com
 
 

Hi!

You can run CREATE / ALTER table from mysqlgui without any problems.

Doing it through GUI interface was not done due to a lack of time.

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




RE: MySQLGUI

2002-01-07 Thread Matthew Darcy

I am having the same problem.

My laptop jaguar is not allowed to connect to my server (jordan)

I get jaguar is not allowed. I think it is something to do with granting
user root from jaguar to root@jordan ??? I am trying to figure out what is
going on  ?

If you read back I posted a couple of hours back this question.


-Original Message-
From: Vernon A Webb [mailto:[EMAIL PROTECTED]]
Sent: 07 January 2002 15:42
To: MySQL
Subject: MySQLGUI


I've downloaded and am trying to use the MySQLGUI as well
and had the same problem, but figured it had to me a
firewall problem so I opened up port 3306 in my IPchains
and it let me through only now it's telling me that the
computer I am coming from is not allowed to connect to
MySQL server.

Anyone have a clue on this one?

Thanks,
Vernon



-
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


-
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




RE: MySQLGUI

2002-01-07 Thread Doug Thompson

You need to create a user with login privileges from any location.

GRANT ALL PRIVILEGES ON *.* TO foo@% IDENTIFIED BY 'apassword' WITH
GRANT OPTION;

AND, as is appended to each post,

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

AND, this answer was posted yesterday in response to an identical question, if you 
read back.

hth,
Doug

if you read back, this answer was posted yesterday
On Mon, 7 Jan 2002 16:01:27 -, Matthew Darcy wrote:

I am having the same problem.

My laptop jaguar is not allowed to connect to my server (jordan)

I get jaguar is not allowed. I think it is something to do with granting
user root from jaguar to root@jordan ??? I am trying to figure out what is
going on  ?

If you read back I posted a couple of hours back this question.


-Original Message-
From: Vernon A Webb [mailto:[EMAIL PROTECTED]]
Sent: 07 January 2002 15:42
To: MySQL
Subject: MySQLGUI


I've downloaded and am trying to use the MySQLGUI as well
and had the same problem, but figured it had to me a
firewall problem so I opened up port 3306 in my IPchains
and it let me through only now it's telling me that the
computer I am coming from is not allowed to connect to
MySQL server.

Anyone have a clue on this one?

Thanks,
Vernon





-
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




RE: MySQLGUI

2002-01-07 Thread Matthew Darcy

apologies, I don't have the space to keep all mails as this group puts out a
100+ messages a day I glance through them and if they are not relevant I
delete them unless I know I'll need them in the future.

-Original Message-
From: Doug Thompson [mailto:[EMAIL PROTECTED]]
Sent: 07 January 2002 16:31
To: [EMAIL PROTECTED]; MySQL; Vernon A Webb
Subject: RE: MySQLGUI


You need to create a user with login privileges from any location.

GRANT ALL PRIVILEGES ON *.* TO foo@% IDENTIFIED BY 'apassword' WITH
GRANT OPTION;

AND, as is appended to each post,

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

AND, this answer was posted yesterday in response to an identical question,
if you read back.

hth,
Doug

if you read back, this answer was posted yesterday
On Mon, 7 Jan 2002 16:01:27 -, Matthew Darcy wrote:

I am having the same problem.

My laptop jaguar is not allowed to connect to my server (jordan)

I get jaguar is not allowed. I think it is something to do with granting
user root from jaguar to root@jordan ??? I am trying to figure out what is
going on  ?

If you read back I posted a couple of hours back this question.


-Original Message-
From: Vernon A Webb [mailto:[EMAIL PROTECTED]]
Sent: 07 January 2002 15:42
To: MySQL
Subject: MySQLGUI


I've downloaded and am trying to use the MySQLGUI as well
and had the same problem, but figured it had to me a
firewall problem so I opened up port 3306 in my IPchains
and it let me through only now it's telling me that the
computer I am coming from is not allowed to connect to
MySQL server.

Anyone have a clue on this one?

Thanks,
Vernon





-
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




Re: mysqlgui

2001-12-17 Thread Sinisa Milivojevic

Jean.Maupertuis writes:
 hi
 in the help file of mysqlgui we find that it has the functions for:
 - Generating a menu with table fields based on tables that the user has 
 choosen
 - Parametrized queries, where the user can put any number of ?var? 
 strings and getting a dialog with all ?var? specified, so that inputed 
 values replace ?var? s before execution
 
 How these 2 functions work?
 
 I try Commands --- Table  Choose  table
 next Commands  Table - Edit Table
 
 But nothing happen
 
 Thanks for your  help
 
 Jean Maupertuis

No, it does not work that way. If you have read all the docs, you
would have known, but here is a summary :

- Click on button or menu Choose tables, choose the ones you want
  and then when in edit dialog click on the right mouse button. Click
  on the middle (or both left and right simultaneously) to see what
  you get

- UPDATE table SET some_date=?What date did it happen? where id=?Which
  customer?

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




Re: mysqlgui, ?var? and quotes

2001-12-17 Thread Sinisa Milivojevic

Jean.Maupertuis writes:
 I try to use the ?var?'s to create a menu for inserting new rows in a table.
 for example:
 insert into personnel(first_name, last_name) values(?first_name?, 
 ?last_name?)
 if  i type jean in first_name and maupertuis in last_name the result is 
 unknow column
 'jean' in 'field list'  because it's translated
 insert into personnel(first_name, last_name) values (jean,maupertuis)
 to correct i have to type  'jean' and 'maupertuis' this is tranlated
 insert into personnel(first_name, last_name) values('jean','maupertuis')
 which is the correct form.
 
 We can test this with a little sql:
 select ucase(?test?)
 
 I try different things to solve : concat, '?var?', ... but i don't find 
 a way to bypass.
 
 Have anyone a better solution?
 


Just use quotes when inserting values.

I could (when I find time), do it automatically if column is
char/varchar/text/blob ...

Would that solve your problem ??


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




Re: mysqlgui, ?var? and quotes

2001-12-17 Thread Jean.Maupertuis

Sinisa Milivojevic wrote:

Jean.Maupertuis writes:

I try to use the ?var?'s to create a menu for inserting new rows in a table.
for example:
insert into personnel(first_name, last_name) values(?first_name?, 
?last_name?)
if  i type jean in first_name and maupertuis in last_name the result is 
unknow column
'jean' in 'field list'  because it's translated
insert into personnel(first_name, last_name) values (jean,maupertuis)
to correct i have to type  'jean' and 'maupertuis' this is tranlated
insert into personnel(first_name, last_name) values('jean','maupertuis')
which is the correct form.

We can test this with a little sql:
select ucase(?test?)

I try different things to solve : concat, '?var?', ... but i don't find 
a way to bypass.

Have anyone a better solution?



Just use quotes when inserting values.

I could (when I find time), do it automatically if column is
char/varchar/text/blob ...

Would that solve your problem ??


Yes , it solves but it's not friendly to tell a user to insert quotes.
So, i totally agrre with your proposal to do it automatically (when you 
have time).
Please put a message on the list when you have done.
Thanks

Jean



-
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




Re: mysqlgui

2001-11-22 Thread sreedhar

hi glenn,

try to connect from another system on network. because it is client
software. if i am connecting from another system on network it is
connecting.

urs,
sreedhar
- Original Message -
From: Glenn English [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 22, 2001 3:58 AM
Subject: mysqlgui


 RH7.2

 When I run 1.7.5 either static or semi static, I get

Can't connect to local MySQL server through socket  (111)

 Host name is localhost (120.0.0.1 doesn't work either).

 I do have access rights - running as root.
 --
 Glenn English
 [EMAIL PROTECTED]

 -
 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



-
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




Re: mysqlgui

2001-11-22 Thread Sinisa Milivojevic

Glenn English writes:
 RH7.2
 
 When I run 1.7.5 either static or semi static, I get 
 
Can't connect to local MySQL server through socket  (111)
 
 Host name is localhost (120.0.0.1 doesn't work either).
 
 I do have access rights - running as root.
 -- 
 Glenn English
 [EMAIL PROTECTED]

Hi!

All you have to do is follow instructions from README that came with
distro. 

Here is a relevant part :

When you start mysqlgui for the first time, you'll need to tell it how to
connect to the MySQL server.  To do this, click on the ``Options'' button.
Select the ``Server'' tab and fill in the fields that indicate where to
find the server.  On Unix, if you have problems with mysqlgui not knowing
the location of the socket file for connections to localhost, enter the
full pathname of the socket file in the ``SQL command on the start-up''
field.  On Windows, this field is used if you wish to specify the named pipe
option.  Then select the ``Client'' tab and fill in your MySQL user name.
Take care to select the right value for the ``Ask for password'' button,
depending on whether or not you want mysqlgui to prompt you for your
MySQL password.  After you have filled in the server and client values,
click on the ``Save'' button.  From then on, each time mysqlgui starts up,
it will connect to the MySQL server automatically.


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




Re: MySQLGUI hangs on certain commands

2001-11-03 Thread Sinisa Milivojevic

[EMAIL PROTECTED] writes:
 MySQL is working perfectly on my Linux box. I downloaded MySQLGUI, and ran it.
 It connects fine, I can view a table, etc.. But, when I click on the
 GRANT/REVOKE menu, it hangs on the Windows side. When I go to the Linux side and
 issue SHOW PROCESSLIST, there are as many processes connected as I have ports
 open. When I forcibly kill the MySQLGUI, and issue SHOW PROCESSLIST, it's back
 to 'normal'.
 
 The above happens as SOON as a I click the GRANT/REVOKE menu item! I can view
 the mysql.user table (by using the view table button), but, it dies when I go to
 the GRANT/REVOKE menu item.
 
 David
 

Hi!

If I understand you well, you are talking about Windows version of
MySQLGUI ??

Please clear it out.

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




Re: MySQLGUI hangs on certain commands

2001-11-03 Thread David Wolf

Yes.. It is the windows version of MySQLGUI that I am using. Windows 2000
SP2

David

- Original Message -
From: Sinisa Milivojevic [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, November 03, 2001 4:14 AM
Subject: Re: MySQLGUI hangs on certain commands


 [EMAIL PROTECTED] writes:
  MySQL is working perfectly on my Linux box. I downloaded MySQLGUI, and
ran it.
  It connects fine, I can view a table, etc.. But, when I click on the
  GRANT/REVOKE menu, it hangs on the Windows side. When I go to the Linux
side and
  issue SHOW PROCESSLIST, there are as many processes connected as I have
ports
  open. When I forcibly kill the MySQLGUI, and issue SHOW PROCESSLIST,
it's back
  to 'normal'.
 
  The above happens as SOON as a I click the GRANT/REVOKE menu item! I can
view
  the mysql.user table (by using the view table button), but, it dies when
I go to
  the GRANT/REVOKE menu item.
 
  David
 

 Hi!

 If I understand you well, you are talking about Windows version of
 MySQLGUI ??

 Please clear it out.

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




-
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




Re: MySQLGUI hangs on certain commands

2001-11-03 Thread Sinisa Milivojevic

David Wolf writes:
 Yes.. It is the windows version of MySQLGUI that I am using. Windows 2000
 SP2
 
 David

Thanks, I will check it out ...

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




Re: MySQLGUI?

2001-11-01 Thread Sinisa Milivojevic

Henrik Holmberg writes:
 Hi
 
 Can MySQLGUI start and stop the daemon?
 
 
 /Henrik

It can stop it if you have root privileges on the server.

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




Re: MySQLGUI hangs on certain commands

2001-10-31 Thread Sinisa Milivojevic

[EMAIL PROTECTED] writes:
 MySQL is working perfectly on my Linux box. I downloaded MySQLGUI, and ran it.
 It connects fine, I can view a table, etc.. But, when I click on the
 GRANT/REVOKE menu, it hangs on the Windows side. When I go to the Linux side and
 issue SHOW PROCESSLIST, there are as many processes connected as I have ports
 open. When I forcibly kill the MySQLGUI, and issue SHOW PROCESSLIST, it's back
 to 'normal'.
 
 The above happens as SOON as a I click the GRANT/REVOKE menu item! I can view
 the mysql.user table (by using the view table button), but, it dies when I go to
 the GRANT/REVOKE menu item.
 
 David
 

Thanks.

I will check it out.

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




Re: MySQLGUI hangs on certain commands

2001-10-30 Thread diwolf

MySQL is working perfectly on my Linux box. I downloaded MySQLGUI, and ran it.
It connects fine, I can view a table, etc.. But, when I click on the
GRANT/REVOKE menu, it hangs on the Windows side. When I go to the Linux side and
issue SHOW PROCESSLIST, there are as many processes connected as I have ports
open. When I forcibly kill the MySQLGUI, and issue SHOW PROCESSLIST, it's back
to 'normal'.

The above happens as SOON as a I click the GRANT/REVOKE menu item! I can view
the mysql.user table (by using the view table button), but, it dies when I go to
the GRANT/REVOKE menu item.

David


 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. 


-
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




Re: MySQLGUI hangs on certain commands

2001-10-29 Thread Sinisa Milivojevic

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




Re: MySQLGUI for MacOS 10.1

2001-10-26 Thread Sinisa Milivojevic

Garry Nevin writes:
 Can anyone advise which, if any versions of the MySQLGUI posted can be run
 under MacOS 10.1 please?
 
 Garry Nevin
 -- 
 

No, there is none.

But it would not be impossible to build one, if you get in touch with
 developer that ported FLTK to Mac. You can find him at www.fltk.org
under Bazaar.

If you use X server under 10.1, then it would be trivial to build it. 

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




Re: MySQLGUI for MacOS 10.1

2001-10-25 Thread Erik Lidstrom

Hi,
Nice to see Mac users out there.

There seem to be some equivalent interfaces. I haven't tried them yet, but go 
to

www.stepwise.com 

and click on the softrack link and then the MacOS X one.

I found my mysql version there. It was nice to be able to install with a 
double click.

/Erik

On Thursday 25 Oct 2001 1:09 pm, you wrote:
 Can anyone advise which, if any versions of the MySQLGUI posted can be run
 under MacOS 10.1 please?

 Garry Nevin

-- 
Erik Lidstrom, Project Software Engineer
Mark House, Mark Road, Hemel Hempstead HP2 7UA
+44 1442 283855/+44 7974 169 045
Fax +44 1442 283 806

-
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




Re: MySQLGUI problem

2001-10-21 Thread Igor Brynskich

Hello Mike,

I just would like to know, did you mean in your message the EMS MySQL
Manager or something else? In first case your words sound very strange
to me: no one of our users had write us something like this, and many of
them are praises our product. Some opinions of our users about EMS MySQL
Manager you can read at http://www.mysqlmanager.com .

Regards,
Igor Brynskich
---
mailto:[EMAIL PROTECTED]
http://www.ems-hitech.com

- Original Message -
From: Mike Barber [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, October 19, 2001 10:30 PM
Subject: Re: MySQLGUI problem


 I have found the MySQL Manager to be incredibly buggy and a pain to
even do
 the most simplest things.

 I would suggest that you try MySQL-Front
 http://www.anse.de/mysqlfront/

 Very easy to use and very functional.

 - Original Message -
 From: Sinisa Milivojevic [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Friday, October 19, 2001 10:28 AM
 Subject: Re: MySQLGUI problem


  cedric writes:
   MySQLGUI-1.7.5 was working.
   Now, when I start it and put the mouse pointer over it, it
disappears.
   Reinstalled only to get the same thing.
  
   Any ideas?
  
   cedric
  
 
  What operating system do you use ??
 
  Have you changed X version or window manager ??
 
 
  I never heard of something like that.
 
  --
  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
 
 


 -
 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





-
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




Re: MySQLGUI problem

2001-10-19 Thread Sinisa Milivojevic

cedric writes:
 MySQLGUI-1.7.5 was working.
 Now, when I start it and put the mouse pointer over it, it disappears.
 Reinstalled only to get the same thing.
 
 Any ideas?
 
 cedric
 

What operating system do you use ??

Have you changed X version or window manager ??


I never heard of something like that.

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




Re: MySQLGUI problem

2001-10-19 Thread Mike Barber

I have found the MySQL Manager to be incredibly buggy and a pain to even do
the most simplest things.

I would suggest that you try MySQL-Front
http://www.anse.de/mysqlfront/

Very easy to use and very functional.

- Original Message -
From: Sinisa Milivojevic [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, October 19, 2001 10:28 AM
Subject: Re: MySQLGUI problem


 cedric writes:
  MySQLGUI-1.7.5 was working.
  Now, when I start it and put the mouse pointer over it, it disappears.
  Reinstalled only to get the same thing.
 
  Any ideas?
 
  cedric
 

 What operating system do you use ??

 Have you changed X version or window manager ??


 I never heard of something like that.

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




-
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




Re: MySQLGUI question

2001-09-07 Thread Sinisa Milivojevic

Edward Beheler writes:
 I have a couple questions regarding MySQLGUI:
 
 1. Where is the documentation located?  Help only
 offers 'about', and I am unable to find any docs on
 the mysql.com website.
 
 2. How does one execute multiple commands at the same
 time?  I know in Microsoft SQL Enterprise manager, you
 seperate the lines with a ; and a go, and it goes. 
 this isn't working for me here.
 
 Thanks for your time,
 Edward Beheler
 
 


1. With any of our distro's comes a bunch of text files which can be
read. Read a file MySQL.help and all readme's.


2. No, MySQLGUI executes one command at a time. You could, however,
open as many spreadsheets with result sets as you wish. You can also
run multiple admin commands if you open 1 or more administration panels.

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




Re: MYSQLGUI

2001-09-07 Thread Sinisa Milivojevic

[EMAIL PROTECTED] writes:
 Hello
 
 we would like to use MYSQLGUI
 
 is it allowed ?
 Id not not have any user and password to enter for download 
 
 Best regards
 
 Franck Lepretre
 

It is completely free to use as much as you wish on as many computers
as you wish. 

Just download binary or binaries for your OS's.

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




Re: MYSQLGUI

2001-09-06 Thread Ed Carp

[EMAIL PROTECTED] ([EMAIL PROTECTED]) writes:

 First, if there is an FAQ or installation documentation please direct me
 there and I'll review before requesting assistance.
 
 If there is neither, I am unable to successfully run mysqlgui on the
 following platform: Sun Ultra 10 running Solaris 8 with current
 Recommended installed, mysql version MySQL3.23.41, and
 mysqlgui-solaris-2.7-sparc-static-1.6.gz.  mysqlgui is installed in
 /usr/local/mysql/bin.
 
 I receive the following error when starting the gui:
 
 ld.so.1: mysqlgui: fatal: libstdc++.s0.2.10.0: open failed: No such file
 or directory Killed
 
 /usr/local/lib is in the PATH and this file exist with mod = 555.

Isn't there an ldconfig or similar for Solaris? You'd need to configure /etc/ld.so (or 
whatever the equivalent is on Solaris), then run ldconfig to tell the run-time library 
loaded where to look for the required libraries.

Try man ldconfig. Good luck!
--
Ed Carp, N7EKG  -  [EMAIL PROTECTED]  -  214/341-4420 - http://www.pobox.com/~erc

Squished Mosquito, Inc.
Internet Applications Development
Escapade Server-Side Scripting Language Development Team
http://www.squishedmosquito.com
Pensacola - Dallas - Dresden - London

-
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




Re: MYSQLGUI

2001-09-06 Thread Robert Alexander

As Ed said, you need to make sure that ld.so.1 is in your path.

At 09:03 -0500 2001/09/06, Ed Carp wrote:
Isn't there an ldconfig or similar for Solaris? You'd need to configure /etc/ld.so 
(or whatever the equivalent is on Solaris), then run ldconfig to tell the run-time 
library loaded where to look for the required libraries.

In Solaris, the environment variable is LD_LIBRARY_PATH. Try man ld.so.1.


[EMAIL PROTECTED] ([EMAIL PROTECTED]) writes:

 First, if there is an FAQ or installation documentation please direct me
 there and I'll review before requesting assistance.
 
 If there is neither, I am unable to successfully run mysqlgui on the
 following platform: Sun Ultra 10 running Solaris 8 with current
 Recommended installed, mysql version MySQL3.23.41, and
 mysqlgui-solaris-2.7-sparc-static-1.6.gz.  mysqlgui is installed in
 /usr/local/mysql/bin.
 
 I receive the following error when starting the gui:
 
 ld.so.1: mysqlgui: fatal: libstdc++.s0.2.10.0: open failed: No such file
 or directory Killed
 
 /usr/local/lib is in the PATH and this file exist with mod = 555.


Try man ldconfig. Good luck!
--
Ed Carp, N7EKG  -  [EMAIL PROTECTED]  -  214/341-4420 - http://www.pobox.com/~erc

~
Robert Alexander~~   Programmer/Analyst/DBA/Admin
WWW Database Applications~~http://www.ra1.net
Web Software and Hosting   ~~  http://www.workmate.ca

-
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




Re: MYSQLGUI

2001-09-06 Thread Sinisa Milivojevic

[EMAIL PROTECTED] writes:
 First, if there is an FAQ or installation documentation please direct me
 there and I'll review before requesting assistance.
 
 If there is neither, I am unable to successfully run mysqlgui on the
 following platform: Sun Ultra 10 running Solaris 8 with current
 Recommended installed, mysql version MySQL3.23.41, and
 mysqlgui-solaris-2.7-sparc-static-1.6.gz.  mysqlgui is installed in
 /usr/local/mysql/bin.
 
 I receive the following error when starting the gui:
 
 ld.so.1: mysqlgui: fatal: libstdc++.s0.2.10.0: open failed: No such file
 or directory Killed
 
 /usr/local/lib is in the PATH and this file exist with mod = 555.
 
 In advance, thank you for the assistance.
 
 
 
 

You have to add /usr/local/lib to LD_LIBRARY_PATH.

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




Re: MySQLGUI file save function

2001-08-30 Thread Sinisa Milivojevic

Jeff Isom writes:
 I am using MySQLGUI 1.7.5-1 on Windows 2000.  When I save a query result to
 a file it seems to save it as a Hex output. Is this what is supposed to
 happen?  Can this be used to backup a database?
 
 Thanks in advance.
 
 Jeff
 

It will save query results in a file in  escaped form. 

For backup use mysqldump or mysqlhotcopy or BACKUP TABLE command.

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




Re: MySQLGUI file save function

2001-08-30 Thread Jeff Isom

I am fairly new to MySQL and I am unfamiliar with the term escaped form.
Can anyone point me to documentation that explains what that is and how it
can be used.

Also,  I am trying to perform a backup remotely.  My understanding is that
the mysqldump and mysqlhotcopy commands can only be used on the local
machine.  Is this correct?  What is the best way to perform a backup
remotely.

Thanks,

Jeff

- Original Message -
From: Sinisa Milivojevic [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, August 30, 2001 9:29 AM
Subject: Re: MySQLGUI file save function


 Jeff Isom writes:
  I am using MySQLGUI 1.7.5-1 on Windows 2000.  When I save a query result
to
  a file it seems to save it as a Hex output. Is this what is supposed to
  happen?  Can this be used to backup a database?
 
  Thanks in advance.
 
  Jeff
 

 It will save query results in a file in  escaped form.

 For backup use mysqldump or mysqlhotcopy or BACKUP TABLE command.

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




Re: MySQLGUI file save function

2001-08-30 Thread Sinisa Milivojevic

Jeff Isom writes:
 I am fairly new to MySQL and I am unfamiliar with the term escaped form.
 Can anyone point me to documentation that explains what that is and how it
 can be used.
 
 Also,  I am trying to perform a backup remotely.  My understanding is that
 the mysqldump and mysqlhotcopy commands can only be used on the local
 machine.  Is this correct?  What is the best way to perform a backup
 remotely.
 
 Thanks,
 
 Jeff

Escaped form means that binary data are escaped, i.e. some characters
are converted to a combo of backslash and readable character. Read a
manual on the subject.

You can use mysqldump from remote hosts, without any problems.

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




Re: MySQLGUI file save function

2001-08-30 Thread s. keeling

On Thu, Aug 30, 2001 at 10:22:02AM -0600, Jeff Isom wrote:
 I am fairly new to MySQL and I am unfamiliar with the term escaped form.

This a Unix-ism.  For instance:

   this line
   'this line'
   this\ line

The last two are functionally equivalent.  The last one has an
'escaped' space embedded within it.  Ie., the shell is forced to
interpret the third line just like it would the second line.

All of these have to do with how the shell interprets them.  

Here's some more:

   $var
   $var
   '$var'

In this, the first two are equivalent.  Single quotes protect
variables from shell interpretation.  Double quotes do not.


All of this is explained in most introductory Unix books. 


-- 
 Any technology distinguishable from magic is insufficiently advanced.
 [EMAIL PROTECTED] TopQuark Software  Serv. Contract programmer, server bum.


-
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




Re: MySQLgui problems

2001-08-29 Thread Sinisa Milivojevic

Stefan Murariu writes:
 
 
 [EMAIL PROTECTED] wrote:
 
 Your message cannot be posted because it appears to be either spam or
 simply off topic to our filter. To bypass the filter you must include
 one of the following words in your message:
 
 database,sql,query,table
 
 If you just reply to this message, and include the entire text of it in the
 reply, your reply will go through. However, you should
 first review the text of the message to make sure it has something to do
 with MySQL. Just typing the word MySQL once will be sufficient, for example.
 
 You have written the following:
 
 I didn't find file edfile.o even in Fl_Editor package but I suppose that 
 libfleditor is enough.
 The really problem is that I didn't find (and I don't imagine where to 
 search) the rcl (maybe librcl.so) and rcleditor (maybe librcleditor.so).
 Please help
 Regards,
 Stefan Murariu
 
 
 

Get fl_editor 0.3, not 0.4.

And why are you building it ??

Just use static Linux binary.

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




Re: MySQLGUI Version 1.7.5 Question and Comment

2001-08-29 Thread Sinisa Milivojevic

Marion Berryman writes:
 I've been trying out MySQLGUI Version 1.7.5, and it seems to work fine on my Win 
98SE client. I do have a question about the menu entries under Commands, Tables for 
Edit table and Create tables.  I've searched through the help file and didn't 
find any mention of these two menu entries, and when I select them nothing seems to 
happen. What is the purpose of these menu items and shouldn't they at least give me 
an Info message when I select them? 
 
 My comment or suggestion is that the help needs to have a section relating 
functional capabilities to user interface items such as menus and mouse actions.  I 
really liked your program, but it wasn't so easy to decipher how to operate the user 
interface, which I thought was clean and useful once I begin to see how things 
worked. Something along the lines of a short How-To list would be useful.  Or, one 
could make a list of all user interface items with a description of what they do. 
 
 Thank you for your consideration.
 
 Marion Berryman
 [EMAIL PROTECTED]
 

Edit table is 50 % over and Create table is on TODO.

And yes, our help system should be better.


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




Re: MySQLgui problems

2001-08-28 Thread Stefan Murariu



[EMAIL PROTECTED] wrote:

Your message cannot be posted because it appears to be either spam or
simply off topic to our filter. To bypass the filter you must include
one of the following words in your message:

database,sql,query,table

If you just reply to this message, and include the entire text of it in the
reply, your reply will go through. However, you should
first review the text of the message to make sure it has something to do
with MySQL. Just typing the word MySQL once will be sufficient, for example.

You have written the following:

I didn't find file edfile.o even in Fl_Editor package but I suppose that 
libfleditor is enough.
The really problem is that I didn't find (and I don't imagine where to 
search) the rcl (maybe librcl.so) and rcleditor (maybe librcleditor.so).
Please help
Regards,
Stefan Murariu






-
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




Re: mysqlgui 1.7.5 source

2001-08-10 Thread Grigory Bakunov

Date |Thu, 09 Aug 2001 23:54:16 -0400
From |Bo Green [EMAIL PROTECTED]

Hello!


BG The source package for mysqlgui Makefile references an
BG object 'edfile' which is not included in the source package
BG (at Aug 9, 2001). When I try to compile without that object,
BG I get a missing function error.
BG Can anyone suggest where I can find this mysterious edfile?
BG Thanks.
BG Bo Green

You need to download also fl_editor widget for fltk from this url:
http://www.mysql.com/Downloads/mysqlgui/fl_editor-0.4.tar.gz

___
For technical support contracts, visit https://order.mysql.com/
This email is sponsored by SWSoft, http://www.asplinux.ru/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Grigory Bakunov [EMAIL PROTECTED]
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB / SWSoft
/_/  /_/\_, /___/\___\_\___/
   ___/   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




Re: mysqlgui 1.7.5 source

2001-08-10 Thread Bo Green


I have fltk, flvw, fleditor and the mssql++ libraries linked in, I'm
pretty sure
this is not the answer, but I could be wrong...
Bo


Grigory Bakunov wrote:

 Date |Thu, 09 Aug 2001 23:54:16 -0400
 From |Bo Green [EMAIL PROTECTED]

 Hello!

 BG The source package for mysqlgui Makefile references an
 BG object 'edfile' which is not included in the source package
 BG (at Aug 9, 2001). When I try to compile without that object,
 BG I get a missing function error.
 BG Can anyone suggest where I can find this mysterious edfile?
 BG Thanks.
 BG Bo Green

 You need to download also fl_editor widget for fltk from this url:
 http://www.mysql.com/Downloads/mysqlgui/fl_editor-0.4.tar.gz

 ___
 For technical support contracts, visit https://order.mysql.com/
 This email is sponsored by SWSoft, http://www.asplinux.ru/
__  ___ ___   __
   /  |/  /_ __/ __/ __ \/ /Grigory Bakunov [EMAIL PROTECTED]
  / /|_/ / // /\ \/ /_/ / /__   MySQL AB / SWSoft
 /_/  /_/\_, /___/\___\_\___/
___/   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




Re: MySQLGUI for X

2001-07-30 Thread Sinisa Milivojevic

[EMAIL PROTECTED] writes:
 Dear Sir,
 Does a graphical sql client for MySQL exist that runs under X-Windows ?
 Many thanks,
 ==
 Geoff Davis
 [EMAIL PROTECTED] (work) [ PGP key available on request ]
 [EMAIL PROTECTED] (home)
 +27-82-8705586 (mobile) +27-12-667-3622 (home)
 

Yes, there is such a version.

Link to mysqlgui page is found on www.mysql.com.

There are binaries for various Unix dialects. Choose the one that
suits your workstation OS. 

As I see that you use Windows, you can download, install and use
Windows binary too .

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




Re: MySQLGUI 1.7.x crashes on Windows

2001-07-27 Thread Sinisa Milivojevic

[EMAIL PROTECTED] writes:
 Hi,
 
 I'm a little bit new here, so I don't know this has been asked before.
 Anyway..MySQLGUI 1.7.4 and 1.7.5 (Win32) both crash if you select
 Administration-Set Password:
 
 The statement in 0x77f74d8a points to memory in 0x1fe1 ... 
 
 This shouldn't happen. What am I doing wrong here?
 
 Regards
 Andreas Eibach
 ITM GmbH
 

HI!

I have tested your case and I was not able to repeat it.

I have also tested another reported which stated that MySQLGUI crashed
on Create table and on Create database. 

All worked just fine for me.

However, it is possible that it is a consequence of utilising MySQL
user with some specific privileges.

So, in order to help me, all these reports should be amended with the
output from SHOW GRANTS FOR ... user with which those misbehaviours
occured.

Thanks in advance. 

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




Re: MySQLGUI 1.7.x crashes on WinNT 4 (Server)

2001-07-11 Thread Sinisa Milivojevic

[EMAIL PROTECTED] writes:
 Hi,
 
 I'm a little bit new here, so I don't know this has been asked before.
 Anyway..MySQLGUI 1.7.4 and 1.7.5 (Win32) both crash if you select
 Administration-Set Password:
 
 The statement in 0x77f74d8a points to memory in 0x1fe1 ... 
 
 This shouldn't happen. What am I doing wrong here?
 
 Regards
 Andreas Eibach
 ITM GmbH
 

No, you are not doing anything wrong. Are you using 1.7.5-1 ??

If yes, I am going to check it out 


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




Re: MySQLGUI

2001-07-06 Thread Sinisa Milivojevic

chris writes:
 
 Are there any know issues or bugs with MySQLGUI running on Solaris 8
 
 thanks

No, if properly built. 

Use g++ 2.95.2 and it's STL lib, plus follow instructions closely.

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




RE: MySQLGUI Issue

2001-06-26 Thread Sinisa Milivojevic

[EMAIL PROTECTED] writes:
 Any idea when we'll be able to get our grubby little paws on VCC?
 I was trying out mysqlgui last night, and i found it did'nt add much 
 to using the command line client, So i'd be interested to see where you
 are going with it.
 
 Thanks
 
 Sean

Regarding mysqlgui, first you can do much more then with text
version. 

For example, there are custom input forms. Read all documentation that
came with mysqlgui.

Regarding VCC it will be in few months.

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




Re: MySQLGUI

2001-06-25 Thread Sinisa Milivojevic

James Wilkinson writes:
 What do we require to use the MySQLGUI with our MYSQL  server.
 
 We are looking to manage the users and tables over the web from an NT
 machine. Can you  please advise us.
 
 I think that you may have a very large market out there is it works in the
 way that i have been lead to believe. 
 
  
 Thanks
 
 James
 


Hi!

All you have to do is download mysqlgui static binary for Windows from
it's page on www.mysql.com.

Then start it and fill-up all entries carefully in the Options book
and save them, just as described in README that comes with a
distro. Read carefully all text files that come with it. MySQL.help
and README were edited and corrected by none else then my friend Paul
DuBois. 


Soon,  version 1.7.5-1 for Windows will hit mysqlgui page. Try that
version. We have not yet got any bug reports on that one.

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




Re: MySQLGUI

2001-06-25 Thread Duncan Hill

On Mon, 25 Jun 2001, James Wilkinson wrote:

 What do we require to use the MySQLGUI with our MYSQL  server.

a) myqsl server with a user configured for remote login (assuming mysql
is on one machine, GUI is on another).

b) GUI client

c) Config the client to use the appropriate user and password.

d) Login.

-- 

Sapere aude
My mind not only wanders, it sometimes leaves completely.


-
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




Re: MySQLGUI Issue

2001-06-25 Thread Sinisa Milivojevic

Marty Bell writes:
 I am new to MySQL and this may be more of a training issue on my part than 
 a problem. I can not seem to get the 'edit table' or 'create table' 
 function to work. Not sure if I don't know the sequence of things to do or 
 what. Please advise.
 
 Regards
 Marty Bell
 
 *
 Marty Bell, P.E.
 972.575.6032
 [EMAIL PROTECTED]
 

Well, you are right. One of these feautres is half finished and the
other on TODO. But neiterh will be done as a new client is coming from
MySQL named VCC.

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




Re: MySQLGUI problems

2001-06-16 Thread Sinisa Milivojevic

Pablo Prado writes:
 Hi all,
 
 I downloaded the both 
 mysql-3.23.39-sun-solaris2.7-sparc.tar.gz
 mysqlgui-solaris-2.7-sparc-static-1.6 
 a few days ago.
 
 While the sql server is running fine, I cannot get the gui to work.
 I gunziped it and made it executable using chmod u+x filename. After
 that when I try to run it in a Sun ultra10 with solaris the first screen
 with the logo appears and a few seconds laters dissapears with the
 message  Segmentation fault (core dumped).
 
 Could you please help me.
 
 Thanks,
 
 Pablo Prado
 Gemini Observatory


Hi!

The above binary is a contributed one , built on Solaris 2.7.

What is your version of Solaris ??

Please check with ldd the symbols and see which libstdc++ is linked. 

It should be version ...2.10...


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




Re: mySQLGUI Error

2001-06-13 Thread Thomas Karcher

Hi,

 I am trying to use MySQL GUI client on W2K to connect to MySQL server running on 
RedRat Linux 7.1 and I am getting the following error
 Host '192.168.0.152' is not allowed to connect to this MySQL server.
 Do I need to change something on my Linux?

Yes, you have to check your MySQL access control ... *g*

Read the section 6 The MySQL Access Privilege System in the MySQL
manual, then you know what to do.

Thomas Karcher

-
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




Re: mySQLGUI Error

2001-06-12 Thread Rolf Hopkins

No, you need to add a user to MySQL that is allowed access from that host.
See the GRANT statement in the manual.  I'm also betting that that is a
dynamic IP address in which case you'll probably have to setup a user with
access from 192.168.0.%

- Original Message -
From: Anthony Olugbenga Bamgbose [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 13, 2001 10:45
Subject: mySQLGUI Error


I am trying to use MySQL GUI client on W2K to connect to MySQL server
running on RedRat Linux 7.1 and I am getting the following error
Host '192.168.0.152' is not allowed to connect to this MySQL server.

Do I need to change something on my Linux?



-
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




Re: mysqlgui 1.7.5

2001-06-05 Thread Sinisa Milivojevic

Dennis M. Gray writes:
 I have been unable to use the create table or edit table features of
 mysqlgui. Are this meant to work out of the box or is there more
 configuration I must do?
 
 I have tried with both 1.7.4 for Windows and 1.7.5 for Linux.
 
 Thanks
 


No wonder you could not do it.

It is still in the works  ;O)



Regards,

Sinisa

 For technical support contracts, goto http://order.mysql.com

    __ _   _  ___ ==  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




Re: mysqlgui: Can't connect to local MySQL server through socket '' ( 111) error

2001-05-23 Thread David Zhao

Hi there,
Where do I find mysql.sock file? I couldn't find it
under mysql or mysql-gui directory.
Thanks
Wei
--- Sinisa Milivojevic [EMAIL PROTECTED] wrote:
 Jausions, Philippe writes:
  Hi,
   
  Just wondering how to get through that Can't
 connect to local MySQL server
  through socket '' (111) error message with MySQL
 GUI for Linux (RedHat
  7.0). I configured mysqlgui through ~/.my.cnf and
 client configuration file.
  I tried the static and semi-static binary
 versions. If I put a socket
  parameter (/var/lib/mysql/mysql.sock as shown in
 mysqladmin variables. I
  also tried a /tmp/my.sock just in case...) then
 the GUI crashes with a
  core dumped. If I leave the SQL command on
 connect (or socket) blank, then
  it just gives me the connection error message
 (Yes, I'm being prompted for
  the password...)
   
  I read a lot of the messages in this mailing list,
 they all seem to refer to
  misconfigured files. I must be blind... Connection
 with the regular mysql
  client works fine.
   
  If anyone could help?
   
  Thanks.
 
 
 
 Hi!
 
 You should put /var/lib/mysql/mysql.sock in the
 specified field .
 
 But you should also use only static version of
 mysqlgui on RH 7.*, due
 to some problems on RH 7.*.
 
 This combination should work.
 
 
 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
 


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.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




Re: MysqlGUI interace

2001-05-19 Thread Sinisa Milivojevic

[EMAIL PROTECTED] writes:
 I am intersted in your MySQL GUI. Any specs available ?
 Will the software be at a cost ?
 Are you looking for distributors ?
 
 I am an independant consultant in France and enthused by free software field.
 
 Yours truly,
 
 Michel Demonfaucon
 
 Ahimsa
 


Hi!

MySQLGUI comes with lot's of documentation , although it is not
complete and is contained in several text files.

Those files contain most of features available, although few are
described in detail.

This software is distributed with GPL licence, so no cost and no need
for distributors.

We have made it in order that our users would have a nice GUI
interface to access and administer their MySQL server(s).


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




Re: mysqlgui: Can't connect to local MySQL server through socket '' (111) error

2001-05-17 Thread Sinisa Milivojevic

Jausions, Philippe writes:
 Hi,
  
 Just wondering how to get through that Can't connect to local MySQL server
 through socket '' (111) error message with MySQL GUI for Linux (RedHat
 7.0). I configured mysqlgui through ~/.my.cnf and client configuration file.
 I tried the static and semi-static binary versions. If I put a socket
 parameter (/var/lib/mysql/mysql.sock as shown in mysqladmin variables. I
 also tried a /tmp/my.sock just in case...) then the GUI crashes with a
 core dumped. If I leave the SQL command on connect (or socket) blank, then
 it just gives me the connection error message (Yes, I'm being prompted for
 the password...)
  
 I read a lot of the messages in this mailing list, they all seem to refer to
 misconfigured files. I must be blind... Connection with the regular mysql
 client works fine.
  
 If anyone could help?
  
 Thanks.



Hi!

You should put /var/lib/mysql/mysql.sock in the specified field .

But you should also use only static version of mysqlgui on RH 7.*, due
to some problems on RH 7.*.

This combination should work.


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




Re: MySQLGUI

2001-04-24 Thread Sinisa Milivojevic

Michael Zielinski writes:
 Hi,
 I've tried to install MySQLGUI 1.7.5 on my system. I',ve followed the 
 instructions on the webpage and it seems to compile nicely, but when I try to 
 start it, I get the following error :
 ./mysqlgui: error while loading shared libraries: libsqlplus.so.1: cannot 
 open shared object file: No such file and directory.
 The file exists in /usr/local/lib/
 
 Any idea what might be wrong?
 
 Thanks
 Michael


Just make /usr/local/lib visible by your dynamic linker. 

If on Linux, that is in /etc/ld.so.conf, after which ldconfig should
be run.


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




Re: mysqlgui: help.

2001-04-16 Thread Sinisa Milivojevic

[EMAIL PROTECTED] writes:
 I tried mysqlgui:
 mysqlgui-linux-static-1.7.5]$ ./mysqlgui
 
 but it didn't works well:
 It can't connect to mysql.
 Why?
 How can I do to connect  for example to a database called "visia" with pw 
 "pw_visia" from an user called "rino" in "localhost"?
 
 mysqlgui ask me a password: what password it want?
 
 
 Tank you in advance, Mario.


Hi!

All you have to do is follow README that came with that distro. Here
is an excerpt:

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




Re: MySQLGui for macintosh?

2001-04-11 Thread Sinisa Milivojevic

Lindsay Adams writes:
 there is not a MySQLGui for mac, at least not one that comes from Mysql.com
 
 there is a program called MacSQL Monitor from runtime labs though
 www.runtimelabs.com
 
 it is pretty good.
 
 I don't know if myodbc compiles on OS X or not, but definitely not on os 9
 and lower
 

HI!

Yes, you are right, but it could be possible to build mysqlgui on
MacOS.

There is a link in our manual to the site containing necessary
additions to MacOS to add threads to it.

CodeWarrior should be capable of chewing up MySQL++ and there is a
version of FLTK GUI for MacOS, so it would be possible for people who
have Macintosh with all those tools.


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




Re: MySQLGui for macintosh?

2001-04-10 Thread Lindsay Adams

there is not a MySQLGui for mac, at least not one that comes from Mysql.com

there is a program called MacSQL Monitor from runtime labs though
www.runtimelabs.com

it is pretty good.

I don't know if myodbc compiles on OS X or not, but definitely not on os 9
and lower

On 4/10/01 11:22 AM, "Webmaster" [EMAIL PROTECTED] wrote:

 Hi!
  I am currently building a web site for Sciences-Espace. We work on
 macintosh computers. I found a version of MySQL for mac but not the
 MySQLGui (the API), or MyODBC. Please tell if a version for mac exists
 and how I can get it.
 
 Sincerely,
 SCRIPT
 
 
 -
 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
 


-
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




Re: MySQLGUI strange behavior

2001-04-07 Thread Sinisa Milivojevic

Peter Adamka writes:
  Hi
  1, I got packages from mysql site (3.23.33).
  2, The mysqlGUI is 100% statical.
  3, It crashes after I try to create database and then going to admin
  panel.
  4, I've found something that I've not seen. It end crashes with segfoult.
  
   Malmo 
  
  


In order to pinpoint a problem, please send me also the output of SHOW
GRANTS FOR the user with which you are logging in. Also, what is a
name of the database that you have tried to create ??

I would truly like to pinpoint a bug and then to fix it.

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




Re: MySQLGUI strange behavior

2001-04-06 Thread Peter Adamka

Hi
1, I got packages from mysql site (3.23.33).
2, The mysqlGUI is 100% statical.
3, It crashes after I try to create database and then going to admin
panel.
4, I've found something that I've not seen. It end crashes with segfoult.

Malmo 



Malmo If I only got 20$ for evryone who's too lazy to configure his own comp.
Bill Gates "Why not?"

On Thu, 5 Apr 2001, Sinisa Milivojevic wrote:

 Peter Adamka writes:
   It's me again.
   So I downloaded the statical compiled MysqlGGUI, and i can start it
   without problem. I can also connect to mysql server and change database.
   BUT: - When I try to create database the result is NULL :)
- After entering the admin panel it usually crashes after another
   operation
- It refuses to create a table (I'm a root of course)
   AND SO ONE ... 
   
   May it be due to different libraries?
   
   I got standard libs from RH7.0; MySQL 3.23.35; and all packages required
   for MySQLGUI.
   
   Thanks.
  Malmo   
 
 
 Hi!
 
 If you have statically built mysqlgui, you do not require any
 libraries. 
 
 Please check out that it is not semi-static executable. What is the
 output from ldd on mysqlgui ??
 
 
 If you can not create database, may be you do not have privileges, but
 the admin panel should not crash.
 
 Can you please tell me exactly what to do to crash admin panel.
 
 Also do not use MySQL binaries from RH 7.0, but use our binaries.
 
 
 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
 


-
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




Re: MySQLGUI strange behavior

2001-04-05 Thread Sinisa Milivojevic

Peter Adamka writes:
  It's me again.
  So I downloaded the statical compiled MysqlGGUI, and i can start it
  without problem. I can also connect to mysql server and change database.
  BUT: - When I try to create database the result is NULL :)
   - After entering the admin panel it usually crashes after another
  operation
   - It refuses to create a table (I'm a root of course)
  AND SO ONE ... 
  
  May it be due to different libraries?
  
  I got standard libs from RH7.0; MySQL 3.23.35; and all packages required
  for MySQLGUI.
  
  Thanks.
   Malmo   


Hi!

If you have statically built mysqlgui, you do not require any
libraries. 

Please check out that it is not semi-static executable. What is the
output from ldd on mysqlgui ??


If you can not create database, may be you do not have privileges, but
the admin panel should not crash.

Can you please tell me exactly what to do to crash admin panel.

Also do not use MySQL binaries from RH 7.0, but use our binaries.


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




Re: mySQLGUI problems

2001-04-04 Thread Sinisa Milivojevic

John Dillon writes:
  Using Windows and Statically Compiled MySQLGUI 1.7.4, it appears to refuse to 
 connect until I go to Options and Apply again every time I wish to connect.
  
  Grant/revoke crashes the application, while appearing to be downloading data through 
 my modem.  I don't get to the grant/revoke screen.
  
  Regards,
  
  John
  
  

Hi!

Please enter all info in "Options" and press "Save", not "Apply". 

Then re-start mysqlgui and you will see that it will connect you
automatically. 

GRANT dialogue has nothing to do with modem. 

What is your setup exactly ?? What Os, which MySQL server version with
which config.

Can you tell me exactly how do you manage to crash GRANT dialogue, as
it is quite rare.


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




Re: MYSQLGui

2001-03-30 Thread Sinisa Milivojevic

Peter Adamka writes:
  Thanks a lot, but I've make a mistake (supposing tha t I've done something
  I didn't ;-) -inserting -lfleditor  switch). Sorry for it.
   Malmo 
  
  
  Malmo If I only got 20$ for evryone who's too lazy to configure his own comp.
  Bill Gates "Why not?"


No need to be sorry about anything.


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




Re: MySQLGUI

2001-03-30 Thread Sinisa Milivojevic

Hackley, Susan writes:
  Help,
   I am trying to install the Sun Solaris 2.7 Sparc static binary of
  MySQLGUI 1.6 for the MySQLGUI the result was:
   ld.so.1:./mysqlgui-solaris-2.7-sparc-static-1.6
  :fatal:libstdc++.so.2.10.0:open fatal: no such file or directory
  1.  Trying to install this GUI on a solaris box, make the solaris box the
  client then telnet or some how connect to the database server on a UNIX box.
  
  2.  I have tried both ways and it still will not work, are more detailed
  instructions.  I am not a unix expert.   
  
  Susan Hackley
  Database Administrator
  UNIX Services
  USCO Logistics
  Phone: (203)578-4364
  [EMAIL PROTECTED] 
  


Hi!

Unfortunately, we are not able to build mysqlgui statically on
Solaris, because Sun does not provide static libraries for most of
it's libs.

What you should do is install gcc 2.95.2, complete with STL library
and that symbol will be resolved.


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




Re: MySQLGUI: where is the code for wString::Initialize() ?

2001-03-30 Thread Sinisa Milivojevic

Hubert Feyrer writes:
  On Tue, 27 Mar 2001, Sinisa Milivojevic wrote:
   You also need fl_editor package. You will find a link on mysqlgui
   page.
  
  OK, that indeed got me further. (Is it only me, or does putting a header
  file into one package, and the source in another one really sound funky?).
  
  Anyways, I'm down to one error now:
  
  single.o: In function `EditorEngine::LoadSQL(char const *)':
  /usr/pkgsrc/databases/mysqlgui.work/work.i386/mysqlgui-1.7.4/single.cc:33: undefined
  reference to `wString::operator=(wString const )'
  collect2: ld returned 1 exit status
  
  
  Digging in single.cc, the offending line is:
  
  left = *Lines[Cursor.Row]; 
  
  'Lines' is a 'wString **Lines' (decladed in FL/editengine.h).
  
  I'm not C++-clueful enough to resolve this - can someone please help?
  
  
   - Hubert
  
  -- 
  Hubert Feyrer [EMAIL PROTECTED]
  
  

HI!

You have an error in building fl_editor. The above method is from
fl_editor. 

You have to add edfile.o to the library or to the mysqlgui  linker
args.


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




Re: MySQLGUI 1.7.4 problems.

2001-03-29 Thread Sinisa Milivojevic

Sean Armstrong writes:
  I can't seem to get this version of MySQLGUI 1.7.4-2 to connect to the mysql
  server I'm running on the computer. I get the following denial of access
  everytime I try to connect:
  Access denied for user: ' mailto:'root@localhost'  root@localhost
  mailto:'root@localhost ' (Using password: Yes)
   
   
  Can you tell me what I'm doing wrong? I'm running this on a Dell 933Mhz PC
  with Windows 2000 as the OS.
   
  Thanks,
  Sean Armstrong
  GMP Chemist
  Shearwater Corporation
  1112 Church St.
  Huntsville, AL 35801
  (256)533-4201 ext.274
  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
   
   

HI!

Can you login with mysql text-version client ??

Have you filled up all entries in "Options" pages correctly ??


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




Re: MySQLGUI: where is the code for wString::Initialize() ?

2001-03-29 Thread Hubert Feyrer

On Tue, 27 Mar 2001, Sinisa Milivojevic wrote:
 You also need fl_editor package. You will find a link on mysqlgui
 page.

OK, that indeed got me further. (Is it only me, or does putting a header
file into one package, and the source in another one really sound funky?).

Anyways, I'm down to one error now:

single.o: In function `EditorEngine::LoadSQL(char const *)':
/usr/pkgsrc/databases/mysqlgui.work/work.i386/mysqlgui-1.7.4/single.cc:33: undefined
reference to `wString::operator=(wString const )'
collect2: ld returned 1 exit status


Digging in single.cc, the offending line is:

left = *Lines[Cursor.Row]; 

'Lines' is a 'wString **Lines' (decladed in FL/editengine.h).

I'm not C++-clueful enough to resolve this - can someone please help?


 - Hubert

-- 
Hubert Feyrer [EMAIL PROTECTED]


-
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




Re: MYSQLGui

2001-03-28 Thread Sinisa Milivojevic

Peter Adamka writes:
  Maybe this question is out of topic, but I'm feeling really unhappy.
  I'm trying to compile MysqlGui, but at the end it always says, that there
  are no -lrc an -lrcl libraries. And that's the point. I have no idea, what
  libraries I should download (I'm using RH7.0 on 200MMX).
  
   Malmo   
  


Hi!

What you are missing are fl_editor sources, for which there are links
on mysqlgui page.

But you would do much better if you would just download a static
binary for Linux and save yourself lot's of trouble.

And follow instructions found in README that comes with it.


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




Re: MySQLGUI: where is the code for wString::Initialize() ?

2001-03-27 Thread Sinisa Milivojevic

Hubert Feyrer writes:
  
  Well, subject says it pretty much all  - I'm trying to build mysqlgui
  1.7.4 on NetBSD 1.5/i386, and get linker warnings:
  
  single.o: In function `EditorEngine::LoadSQL(char const *)':
  /usr/cvs/pkgsrc/databases/mysqlgui.work/work.i386/mysqlgui-1.7.4/FL/wstrings.h:23: 
 undefined
  reference to `wString::Initialize(char const *, long)'
  single.o: In function `EditorEngine::LoadSQL(char const *)':
  /usr/cvs/pkgsrc/databases/mysqlgui.work/work.i386/mysqlgui-1.7.4/single.cc:27: 
 undefined
  reference to `wString::~wString(void)'
  ...
  
  looking in FL/wstrings.h, I wonder where the actual code for
  wString::Initialize() is. There is the prototype in the class definition,
  but where is the code?
  
  FWIW, I have the following packages installed:
  
  fltk-1.0.10, flvw-2224, mysql-client-3.23.35, mysql-server-3.23.35, 
  mysql++-1.7.8. (Did I miss something?)
  
  
   - Hubert
  
  -- 
  Hubert Feyrer [EMAIL PROTECTED]
  
  


HI!

First of all, good luck with building on NetBSD.

You also need fl_editor package. You will find a link on mysqlgui
page.


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




Re: MYSQLGUI problem - won't connect

2001-03-21 Thread Sinisa Milivojevic

David Reid writes:
  I just downloaded the latest version on MySQL as well as the MYSQLGUI
  program.  I have MySQL installed and I can access it from the mysql
  command line but I just can't get MYSQLGUI to connect.  It keeps giving
  me  - Can't connect to local MySQL server  through socket " (111)  -
  Can you tell me where I am going wrong.   I get the same error with both
  the static and semi-static versions for Linux.
  
  Thanks,
  
  David
  


Hi!

All you have to do is follow instructions from README that comes from
any of the above distros.

Here is a relevant excerpt.


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




Re: MySQLGUI

2001-03-19 Thread Sinisa Milivojevic

Roy Wasse writes:
  Hello, I'm testing MYSQL client with MSWIN2K adv. server and I wonder how the edit 
 table function works.

It is in the works  ;o)


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




Re: MySQLGUI 1.7.4

2001-03-17 Thread Sinisa Milivojevic

Thomas Schwerk writes:
  Hi,
  
  I' trying to use MySQL Gui 1.7.4 and keep getting the following error:
  Can't connect to local MySQL server through socket '' (111) 
  
  I'm using Redhat 7.2 and have tried it with the semi-static and the static
  versions of MySQLGui.  Connecting to the server with mysql is no problem.
  I'm using MySQL Version 3.23.33.
  
  Any thoughts?
  
  Best regards,
  
  Tom
  


Hi!

RedHat 7.2 ?? 

I heard only about 7.1 beta 2.

Anyway, all you have to do is follow instructions from README that
comes with either of the above distro's. 

Here is a relevant excerpt ::

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




Re: MySQLGUI

2001-03-11 Thread Sinisa Milivojevic

Shen Yingshuo writes:
  Hello,  
  
I have been trying to install MySQLGUI but I have not been so
  lucky.  I am running on SUN Solaris 7 Sparc... but after I downloaded
  your static binary of MySQLGUI1.6... I
  
  could not install it...  any suggestion and help will be greatly
  welcome...
  
  shen yingshuo
  


Hi!

What is a full name of the tarball, how have you tried to install it
and what error message do you get ??


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




Re: MySQLGUI - error executing query's

2001-02-20 Thread Sinisa Milivojevic

Luis Pedro writes:
  Hi,
  
  I'd installed MySQLGUI 1.7.4 sucessufuly. After I connect to a database and
  when I try to execute  a query, the program stops and I get the following error:
  
  Segmentation fault 
  
  Can you help me with this?
  
  Thank's
  -- 
  
  Luis Pedro
  Physics Departement of Unoversity of Lisbon


Of course.

Please tell me what OS do you have, what mysql version (binary or
source)  have you downloaded.

Also, send me a CREATE table statement for the table in question and
query that caused SIGSEGV.


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




Re: MySQLGUI

2001-01-30 Thread Sinisa Milivojevic

[EMAIL PROTECTED] writes:
  from the MySQL site is MySQLGUI.
  
  will this run on OS X pb?
  


I wish it would !!

You could try building it and MySQL++ on Mac OS X. There is already
FlMac FLTK library available. If you are handy with C / C++ you could
do it !


Regards,

Sinisa

    __ _   _  ___ ==  MySQL AB
 /*/\*\/\*\   /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic
/*/ /*/ /*/   \*\_   |*|   |*||*| mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*| Larnaka, 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