Re: Problems with MySQLGUI 1.7 and ssh

2001-03-01 Thread Sinisa Milivojevic
Todd A. Jacobs writes: I downloaded and compiled the latest version of MySQLGUI and am connecting to MySQL 3.22.32 on OpenBSD. When I try to tunnel MySQLGUI through the following ssh tunnel: ssh -x -g -L 3306:localhost:3306 mysql I get this error message from the MySQLGUI

Problems with MySQLGUI 1.7 and ssh

2001-02-28 Thread Todd A. Jacobs
I downloaded and compiled the latest version of MySQLGUI and am connecting to MySQL 3.22.32 on OpenBSD. When I try to tunnel MySQLGUI through the following ssh tunnel: ssh -x -g -L 3306:localhost:3306 mysql I get this error message from the MySQLGUI client: Can't connect

Re: Problems with MySQLGUI 1.7 and ssh

2001-02-28 Thread Steve Ruby
"Todd A. Jacobs" wrote: I downloaded and compiled the latest version of MySQLGUI and am connecting to MySQL 3.22.32 on OpenBSD. When I try to tunnel MySQLGUI through the following ssh tunnel: ssh -x -g -L 3306:localhost:3306 mysql I get this error message from th

Re: Building MySQLGUI

2001-02-24 Thread Sinisa Milivojevic
Hackley, Susan writes: Help I ran into this problem while compiling. root @ fwnau060.usco.com:/root/mysqlgui/fltk-1.0.10 = make === making src === Compiling Fl.o

Building MySQLGUI

2001-02-23 Thread Hackley, Susan
Help I ran into this problem while compiling. root @ fwnau060.usco.com:/root/mysqlgui/fltk-1.0.10 = make === making src === Compiling Fl.o

New sub-version of Win32 version of mysqlgui

2001-02-20 Thread Sinisa Milivojevic
Hi! Several reported Win32 specific bugs have been fixed and new ZIP file has been made available on the mysqlgui site. All those that use Win32 version of mysqlgui are urged to download and install it. As I am now VMWare-enabled, please forward me if you hit at some new bugs. Regards

RE: New sub-version of Win32 version of mysqlgui

2001-02-20 Thread Sinisa Milivojevic
Joris Lambrecht writes: to wich version are you referring ? 3.23.33 ? No, mysqlgui 1.7.4. Regards, Sinisa __ _ _ ___ == MySQL AB /*/\*\/\*\ /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic /*/ /*/ /*/ \*\_ |*| |*||*| mailto:[EMAIL

RE: New sub-version of Win32 version of mysqlgui

2001-02-20 Thread Joris Lambrecht
oh god, i think i'm in need of a break sorry 'bout that -Original Message- From: Sinisa Milivojevic [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 2:45 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: New sub-version of Win32 version of mysqlgui

MySQLGUI - error executing query's

2001-02-20 Thread Luis Pedro
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

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

MySQLGUI

2001-02-16 Thread Shawn Boedecker
Hi, I just started looking at the MySQLGUI tool in depth yesterday. I have one question for now. I'm able to save queries via the "Save Query" button but I don't see any facility to load the query back in from a file. Is this functionality missing or hidden? I've examined all th

Newbi: mysqlgui wont connect

2001-02-10 Thread Kevin H
I have mysql working, but I can't get mysqlgui to connect. I've tried the 'bin/mysqladmin version' test and that works ok, it's just that mysqlgui doesnt connect for some reason. A test doing 'telnet localhost 3306' connects (but later disconnects, some msg about foreign host...), I just

Re: Virtual memory exhausted making mysqlgui

2001-02-01 Thread Sinisa Milivojevic
Petras Virzintas writes: Hi, I'm trying to make mysqlgui on Linux 6.x. I have the following problem and any advice will be welcome: g++ -O3 -g -pipe -fforce-mem -fforce-addr -I. -I../mysql++-1.7.8/sqlplusint -I../mysql-3.23.26/include -c do_sql.cc

Virtual memory exhausted making mysqlgui

2001-01-31 Thread Petras Virzintas
Hi, I'm trying to make mysqlgui on Linux 6.x. I have the following problem and any advice will be welcome: g++ -O3 -g -pipe -fforce-mem -fforce-addr -I. -I../mysql++-1.7.8/sqlplusint -I../mysql-3.23.26/include -c do_sql.cc do_sql.cc: In function

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

RE: Wierd mysqlgui problem

2001-01-30 Thread Sinisa Milivojevic
David Wilde writes: I have tried that with no avail. The GUI asks for my password when I connect, and I am able to run select queries from the GUI, but all of the things on the Commands menu that involve changing data don't work. Thanks, Dave W. HI! What exactly does not work

RE: Wierd mysqlgui problem

2001-01-29 Thread David Wilde
:[EMAIL PROTECTED]] Sent: Sunday, January 28, 2001 5:55 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject:Re: Wierd mysqlgui problem David Wilde writes: Hello All, I am new to MySQL and I am sure you have all heard this question a million times, so I appologize in advance

MySQLGUI

2001-01-29 Thread tlr7425
from the MySQL site is MySQLGUI. will this run on OS X pb? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e

Re: Wierd mysqlgui problem

2001-01-28 Thread Sinisa Milivojevic
exception. When using mysqlgui from a windows machine I get the error "Error in database function: Access Denied for user: '[EMAIL PROTECTED]" (Using password: YES)" I have added the username to the mysql database using the command "GRANT ALL ON *.* TO user@"%&q

SGI IRIX6.5 MYSQLGUI Bug

2001-01-26 Thread Jennifer Devilbiss
We are using all the recommended versions of software to get MySQLGUI compiled and running. When we try to login we get a bus error. After putting the software in the debugger, we found that the string conversion routine is causing the address of the string to be an "odd address".

Re: SGI IRIX6.5 MYSQLGUI Bug

2001-01-26 Thread Sinisa Milivojevic
Jennifer Devilbiss writes: We are using all the recommended versions of software to get MySQLGUI compiled and running. When we try to login we get a bus error. After putting the software in the debugger, we found that the string conversion routine is causing the address of the string

display width in mysqlgui

2001-01-15 Thread Rick Pasotto
SELECT concat(last_name,", ",first_name) as name from members results in a column that is much wider than necessary. Adding trim() to the concat() nor to the components makes any difference. Can the column width be specified? -- "Money is the material shape of the principle that men who wish

Re: display width in mysqlgui

2001-01-15 Thread Rick Pasotto
. Can the column width be specified? -- It doesn't for me. What table type, and field types are you using? varchar(30) Did you notice that I said 'mysqlgui' and not 'mysql'? -- "Moderation in temper is always a virtue; but moderation in principle is always a vice."

Re: display width in mysqlgui

2001-01-15 Thread Gerald L. Clark
components makes any difference. Can the column width be specified? -- It doesn't for me. What table type, and field types are you using? varchar(30) Did you notice that I said 'mysqlgui' and not 'mysql'? No,

<    1   2   3   4