MySQLgui fails

2002-01-07 Thread Roel Van den Bergh
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

RE: MySQLGUI

2002-01-07 Thread Matthew Darcy
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

RE: MySQLGUI

2002-01-07 Thread Doug Thompson
: 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

RE: MySQLGUI

2002-01-07 Thread Matthew Darcy
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

mysqlgui - my.cnf or my.ini

2002-01-06 Thread jds
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

Installing Static MySQLGUI on Solaris 7

2002-01-06 Thread EDA Peach
Hi, Wondering if anyone might be able to help me with a slight problem. I downloaded the static version of the mysqlgui and I can't seem to get it working. I gunzip and try to execute and it complains that it can't find a library of some sort. I looked at the readme file in the source

we are running MySQL w/php. When trying to connect to thedatabase via mysqlGUI from a win200o work

2001-12-25 Thread Wayne McCloud
we are running MySQL w/php. When trying to connect to the database via mysqlGUI from a win200o workstation, we get the following error: access denied for user: 'root@ipaddress' (Using password: Yes) - Before posting

RE: we are running MySQL w/php. When trying to connect to thedatabase via mysqlGUI from a win200o work

2001-12-25 Thread Cal Evans
: Wayne McCloud [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 25, 2001 8:59 PM To: [EMAIL PROTECTED] Subject: we are running MySQL w/php. When trying to connect to thedatabase via mysqlGUI from a win200o work we are running MySQL w/php. When trying to connect to the database via mysqlGUI from

Re: I *think* that I've just found the most misleading item in MySQLGUI..

2001-12-20 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: [skip] My /etc/my.cnf begins with this: [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock Wrong ! mysqlgui code will look in [client] options header, like all other clients. But like i said in my previous post, MySQLGUI doesn't *CARE* about

Re: I *think* that I've just found the most misleading item in MySQLGUI..

2001-12-20 Thread Eibach
in MySQLGUI.. 20.12.01 10:57

I *think* that I've just found the most misleading item in MySQLGUI..

2001-12-19 Thread Eibach
Hi folks, I know I had got that working months ago, but now I had to set up another PC for a customer - this time it was a Linux machine. This cost me 2 (TWO) days to find out what was the error of MySQLGUI Error Number One... (***) Can't connect to local MySQL server through socket (111

Re: I *think* that I've just found the most misleading item in MySQLGUI..

2001-12-19 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: Hi folks, I know I had got that working months ago, but now I had to set up another PC for a customer - this time it was a Linux machine. This cost me 2 (TWO) days to find out what was the error of MySQLGUI Error Number One... Hi! Our README is quite clear

Re: I *think* that I've just found the most misleading item in MySQLGUI..

2001-12-19 Thread Eibach
in MySQLGUI.. 19.12.01 17:02

Re: I *think* that I've just found the most misleading item in MySQLGUI..

2001-12-19 Thread Sinisa Milivojevic
, restart mysqlgui (if it is the latest) and socket file will show up where it should !! But if you did not have entry in /my.cnf, saved options, then it is read no more as mysqlgui will hounour just options file. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa

Re: I *think* that I've just found the most misleading item in MySQLGUI..

2001-12-19 Thread Eibach
in MySQLGUI.. 19.12.01 18:56

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

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

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

mysqlgui, ?var? and quotes

2001-12-16 Thread Jean.Maupertuis
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

mysqlgui

2001-12-14 Thread Jean.Maupertuis
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

Install Mysqlgui

2001-12-13 Thread Urtzi Larrazabal
Hi friends, I am installing mysqlgui 1.7.5 on a Solaris 2.8 but after compiling all the objecst succesfully I have an error as you can see below. I have installed: mysql-3.23.44 fltk-1.0.11 flvw-2224 fl_editor-0.4 I also

Install mysqlgui

2001-11-28 Thread Urtzi Larrazabal
Dear friend, I am planning to install mysqlgui in my Solaris 2.8 O.S. but I haven't any idea what steps should I follow to install it. I would be gratefull if you could help me. Best regards, Urtzi Larrazabal

Re: How to install mysqlgui?

2001-11-28 Thread Sinisa Milivojevic
Peter Smith writes: Hello, I would like to know how to install mysqlgui and also fltk, flek, mysql++ I have been to mysqlgui's install.txt, but not enough information on installation, it only gives info on what you need to have to make mysqlgui work. Could you get back to me asap

Re: Install mysqlgui

2001-11-28 Thread Sinisa Milivojevic
Urtzi Larrazabal writes: Dear friend, I am planning to install mysqlgui in my Solaris 2.8 O.S. but I haven't any idea what steps should I follow to install it. I would be gratefull if you could help me. Best regards, Urtzi Larrazabal. If you have SPARC, try the existing

How to install mysqlgui?

2001-11-27 Thread Peter Smith
Hello, I would like to know how to install mysqlgui and also fltk, flek, mysql++ I have been to mysqlgui's install.txt, but not enough information on installation, it only gives info on what you need to have to make mysqlgui work. Could you get back to me asap, as I need to do this for my

Re: mysqlgui

2001-11-22 Thread sreedhar
: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

Re: mysqlgui

2001-11-22 Thread Sinisa Milivojevic
! 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

mysqlgui

2001-11-21 Thread Glenn English
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]

Re: Problems with static binary of mysqlgui 1.6 for Solaris 7

2001-11-15 Thread Sinisa Milivojevic
Garry Madrone writes: I've downloaded the static binary mysqlgui-solaris-2.7-sparc-static-1.6. Although this appears to be a gzip file, it did not have a .gz extention. It also seems to be only a single file. I gunzipped the file and tried to execute it on Solaris 7. The result

Problems with static binary of mysqlgui 1.6 for Solaris 7

2001-11-14 Thread Garry Madrone
I've downloaded the static binary mysqlgui-solaris-2.7-sparc-static-1.6. Although this appears to be a gzip file, it did not have a .gz extention. It also seems to be only a single file. I gunzipped the file and tried to execute it on Solaris 7. The result is: ./mysqlgui-solaris-2.7-sparc-static

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

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

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

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

Re: Can't create a table with MySQLGUI

2001-10-31 Thread DL Neil
I'm newly acquinted with MySQL today, and made a very first attempt to create a table with MySQLGUI. However, the Commands-Tables-Create Tables menu option doesn't seemed implemented -- nothing happens. Is this something that hasn't been implemented, or am I not using the tool correctly? I'm

Re: Can't create a table with MySQLGUI

2001-10-31 Thread Sinisa Milivojevic
Scott Seong writes: Hi, I'm newly acquinted with MySQL today, and made a very first attempt to create a table with MySQLGUI. However, the Commands-Tables-Create Tables menu option doesn't seemed implemented -- nothing happens. Is this something that hasn't been implemented, or am I

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

MySQLGUI?

2001-10-31 Thread Henrik Holmberg
Hi Can MySQLGUI start and stop the daemon? /Henrik - 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

Can't create a table with MySQLGUI

2001-10-30 Thread Scott Seong
Hi, I'm newly acquinted with MySQL today, and made a very first attempt to create a table with MySQLGUI. However, the Commands-Tables-Create Tables menu option doesn't seemed implemented -- nothing happens. Is this something that hasn't been implemented, or am I not using the tool correctly? I'm

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

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

MySQLGUI hangs on certain commands

2001-10-28 Thread David Wolf
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

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

MySQLGUI for MacOS 10.1

2001-10-25 Thread Garry Nevin
Can anyone advise which, if any versions of the MySQLGUI posted can be run under MacOS 10.1 please? Garry Nevin -- - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com

Re: MySQLGUI for MacOS 10.1

2001-10-25 Thread Erik Lidstrom
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

Re: MySQLGUI problem

2001-10-21 Thread Igor Brynskich
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

MySQLGUI problem

2001-10-19 Thread cedric
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 - Before posting, please check: http://www.mysql.com/manual.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

Re: MySQLGUI problem

2001-10-19 Thread Mike Barber
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

MySQLGUI for OS X?

2001-10-04 Thread Jani Tolonen
Jani Tolonen writes: Chris Davis writes: I am having trouble porting MySQLGUI to Mac OS X. Any plans to make a package? -chris Hi Chirs, Yes, in the near future. We just about to get Mac OS X for ourselves. Sorry, I read your question too quickly. MySQLGUI may

MySQLGUI for OS X?

2001-10-03 Thread Chris Davis
I am having trouble porting MySQLGUI to Mac OS X. Any plans to make a package? -chris - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive

Creating Tables with MySQLGUI 1.7.5-2

2001-09-23 Thread Steve Grant
Hi, I've been checking out MySQLGUI 1.7.5-2 for win 32. I've been able to create a database, but, I can't seem to get it to create a table using Commands/Tables/Create tables. Is it safe to assume that this is a know issue? Thanks, Steve

mysqlgui Help Help

2001-09-22 Thread Shailesh S. Gokhale
Dear Users, How do I configure mysqlgui to activate the Help-Contents option in the menu? I have installed mysqlgui in the \mysql\bin directory. The my.cnf.win (configuration file) and mysql.help files are in the same directory as the mysqlgui executable. I am running mysql on Windows98. What

Running MySQLGUI

2001-09-20 Thread One Global Trade
Hi folks, I wondered if I can install and run MySQLGUI in the BSDi environment. If it is possible what component should I download ? Yours, Moses Shohet Israel. - Before posting, please check: http://www.mysql.com

MySQLGUI remote connection

2001-09-14 Thread Myhra Jens Erik
Hown do I connect to a MySql database that is outside the firewall with mysqlgui? Jens Erik - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list

Failure in downloading MySQLGUI

2001-09-13 Thread Shantanu Sarkar
I am not able to download WIN 32 static binary of MySQLGUI 1.7.5-2 from http://www.mysql.com/downloads/gui-mysqlgui.html What is actually happening is that on downloading, the zipped file is not opening through Winzip and a message is being shown that the downloaded ziiped file is not a valid

Same Sockets problem for MySQLGUI but with a different twist.

2001-09-12 Thread Dr. Randy Frid
First - I read the Readme file several times. Second - I went though your listserv where you very politely redirect everyone to the Readme file Third - I'm a newbe to linux and MySQL (Microsoft'er looking for the other world) and I don't know what a socket file would be called or where I would

compiling MySQLGUI

2001-09-10 Thread Grau, Stephen
I am trying to compile MySQLGUI for solaris 8. I can't use the precompiled version as I do not have the same version shared library for libstdc++. Recompiling that at this point is not an option. The precompiled version is also several revisions old and not compiled for solaris 8 (this last

New release of mysqlgui for Win32

2001-09-09 Thread Sinisa Milivojevic
Hi! A new sub-version of mysqlgui for Windoes has been uploaded to MySQLGUI page on www.mysql.com. This is a sub-release, titled 1.7.5-2 and contains fixes for several bugs that have been reported on Windows platform. Among other bugs there is a bug of keys not working in a spreadsheet

MySQLGUI question

2001-09-07 Thread Edward Beheler
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

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

MYSQLGUI

2001-09-07 Thread FLEPRETR
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 - Before posting, please check: http://www.mysql.com/manual.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

MYSQLGUI

2001-09-06 Thread Terry . R . Bass
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

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

Re: MYSQLGUI

2001-09-06 Thread Robert Alexander
. 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

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

Linux semi static binary of MySQLGUI 1.7.5

2001-09-05 Thread venks
I used the binary with Red Hat 6.2.All the functions except table related functions (specially table create functions) are working Do let me know what i should do to make the table create function work regards venkatesh e mail [EMAIL PROTECTED]

Linux semi static binary of MySQLGUI 1.7.5

2001-09-05 Thread venks
I used MySQLGUI 1.7.5 binary with Red Hat 6.2. and MySql 3.22 All the functions except table related functions (specially table create functions) are working Do let me know what i should do to make the table create function work regards venkatesh e mail - [EMAIL PROTECTED

Re: Linux semi static binary of MySQLGUI 1.7.5

2001-09-05 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: I used MySQLGUI 1.7.5 binary with Red Hat 6.2. and MySql 3.22 All the functions except table related functions (specially table create functions) are working Do let me know what i should do to make the table create function work regards venkatesh e mail

Re: Trouble connecting to MySQL server using MySQLGUI and VCC

2001-09-01 Thread Sinisa Milivojevic
- Original Message - From: Robert Anderson [EMAIL PROTECTED] I've been playing with MySQL and trying to get connected to my web-hosting company's MySQL server that they set up for me. In trying to use the MySQLGui and also the VCC, I get the error Host 'junior.dsl.neticus.com

Re: Trouble connecting to MySQL server using MySQLGUI and VCC

2001-08-31 Thread Chris Johnson
: Robert Anderson [EMAIL PROTECTED] I've been playing with MySQL and trying to get connected to my web-hosting company's MySQL server that they set up for me. In trying to use the MySQLGui and also the VCC, I get the error Host 'junior.dsl.neticus.com' is not allowed to connect to this MySQL

MySQLGUI file save function

2001-08-30 Thread Jeff Isom
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

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

Re: MySQLGUI file save function

2001-08-30 Thread Jeff Isom
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

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

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

Trouble connecting to MySQL server using MySQLGUI and VCC

2001-08-30 Thread Robert Anderson
I've been playing with MySQL and trying to get connected to my web-hosting company's MySQL server that they set up for me. In trying to use the MySQLGui and also the VCC, I get the error Host 'junior.dsl.neticus.com' is not allowed to connect to this MySQL server. And if I'm plugged in at work

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

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

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

MySQLGUI Version 1.7.5 Question and Comment

2001-08-28 Thread Marion Berryman
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

Re: compile problems with mysqlgui-src-1.7.5....

2001-08-24 Thread Sinisa Milivojevic
Ron DeAngelis writes: main.cc: In function `void if_conn()': main.cc:464: no matching function for call to `MysqlConnection::clinet_info ()' main.cc:529: no matching function for call to `MysqlConnection::clinet_info ()' make: *** [main.o] Error 1 I am using mysql++-1.7.9, and do not

compile problems with mysqlgui-src-1.7.5....

2001-08-23 Thread Ron DeAngelis
main.cc: In function `void if_conn()': main.cc:464: no matching function for call to `MysqlConnection::clinet_info ()' main.cc:529: no matching function for call to `MysqlConnection::clinet_info ()' make: *** [main.o] Error 1 I am using mysql++-1.7.9, and do not see any references to

Re: Problem with Win32 MySQLGUI 1.7.5

2001-08-20 Thread Sinisa Milivojevic
Shu Xiao writes: Hi, I notice a problem with Win32 MySQLGUI 1.7.5. When I get the result for the query. I see the escape character \ was not removed in the result table window. Anybody notice the same problem? Thanks, Shu Yes, all cells are escaped in order to display all values

Problem with Win32 MySQLGUI 1.7.5

2001-08-19 Thread Shu Xiao
Hi, I notice a problem with Win32 MySQLGUI 1.7.5. When I get the result for the query. I see the escape character \ was not removed in the result table window. Anybody notice the same problem? Thanks, Shu - Before posting

Re: About MYSQLGUI

2001-08-10 Thread Grigory Bakunov
Date |Thu, 9 Aug 2001 10:38:09 +0800 (CST) From |[EMAIL PROTECTED] Hello! T Dear sir, T I have a problem, I run the MYSQL GUI on my Server, but it always say that Can't connect to local Mysql through socket (111) This message tell what you try connect to local mysql and does'nt set up

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

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

mysqlgui 1.7.5 source

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

About MYSQLGUI

2001-08-08 Thread tonilaw
Dear sir, I have a problem, I run the MYSQL GUI on my Server, but it always say that Can't connect to local Mysql through socket (111) What is that socket? I have already input the port and the server name. What do i need to do or need to set config or..??? please show me the

MySQLGUI for X

2001-07-30 Thread gad
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)

Re: MySQLGUI for X

2001-07-30 Thread Sinisa Milivojevic
) +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

Re: slow MySQLGUI

2001-07-29 Thread Sinisa Milivojevic
Håkan Elmqvist writes: My MySQLGUI running on a Windows system is invariably much slower(typically 30 seconds) than a MSAccess database with tables linked with MyODBC to the same Linux-hosted Mysql-database (typically less than 1 second) when executing the same query over a telephone

Re: slow MySQLGUI

2001-07-29 Thread Nik Belajcic
PROTECTED] Sent: Sunday, July 29, 2001 9:37 PM Subject: Re: slow MySQLGUI MySQLGUI uses native interface, while Access uses ODBC interface and mysqlgui should be several times faster over slow lines. This could be simply a chance that when you used mysqlgui lines were slow. To accelerate things, turn

Re: slow MySQLGUI

2001-07-29 Thread Sinisa Milivojevic
. My client is W2K and web host MySQL/Debian Linux. I'd be curious to know if there is anything in the communication pipeline that could be potentially accountable for this speed difference? Nik Belajcic Sydney. MySQLGUI is not an application with ported UNIX interface. It is built

slow MySQLGUI

2001-07-28 Thread Håkan Elmqvist
My MySQLGUI running on a Windows system is invariably much slower(typically 30 seconds) than a MSAccess database with tables linked with MyODBC to the same Linux-hosted Mysql-database (typically less than 1 second) when executing the same query over a telephone internet connection. Why

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

MySQLGUI 1.7.x crashes on WinNT 4 (Server)

2001-07-11 Thread Eibach
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

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

<    1   2   3   4   >