RE: Trying to dump from GUI client

2004-11-17 Thread Sergei Skarupo
m: Eve Atley [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 2:13 PM To: Sergei Skarupo; 'Adam'; 'MySQL General' Subject: RE: Trying to dump from GUI client Alright, using TOAD, I managed to get my data into CSV. When using PHPMYADMIN to load into another database,

RE: Trying to dump from GUI client

2004-11-17 Thread Eve Atley
ECTED]; MySQL General Subject: RE: Trying to dump from GUI client If I remember correctly, with "select into outfile" the outfile has to be on the server. -Original Message- From: Adam [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 4:04 PM To: [EMAIL PROTECTED]; MySQL

RE: Trying to dump from GUI client

2004-11-17 Thread Sergei Skarupo
If I remember correctly, with "select into outfile" the outfile has to be on the server. -Original Message- From: Adam [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 4:04 PM To: [EMAIL PROTECTED]; MySQL General Subject: Re: Trying to dump from GUI client Eve,

RE: Trying to dump from GUI client

2004-11-17 Thread Matt Babineau
TED] Sent: Wednesday, November 17, 2004 12:14 PM To: 'Adam'; 'MySQL General' Subject: RE: Trying to dump from GUI client I am trying MySQL Query Browser, but I get this error... SELECT * INTO OUTFILE 'c:\temp\candidate.txt' FIELDS TERMINATED BY ',' OPTION

RE: Trying to dump from GUI client

2004-11-17 Thread Eve Atley
;@'%' (Using password: YES) ...even though I am logged in via the client. -Original Message- From: Adam [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 7:04 PM To: [EMAIL PROTECTED]; MySQL General Subject: Re: Trying to dump from GUI client Eve, >From the c

Re: Trying to dump from GUI client

2004-11-16 Thread Adam
onnect (as I'm uncertain how to edit the config > file for this), > Or > C. learn how to dump from MySql CC (how? I saw no way of handling this from > MySQL CC), > Or > D. use another GUI client (which one?). > > The server in question is mysql.loosefoot.com. Oddly, it w

Trying to dump from GUI client

2004-11-16 Thread Eve Atley
? I saw no way of handling this from MySQL CC), Or D. use another GUI client (which one?). The server in question is mysql.loosefoot.com. Oddly, it was connecting fine until my company decided to move to a new server, and suddenly, it throws an error that "Connection to database failed: Unkno

Re: In search of a good MySQL GUI client

2004-09-09 Thread Jose Miguel Pérez
On Thursday, September 09, 2004 - Karam Chand said: > Probably you should put it as a bug in SQLyogs forums. I have put a bug request into the MySQL Query Browser bug track instead. I like this tool very much, it has some very nice features like the multithreaded results fetching. Cheers

Re: In search of a good MySQL GUI client

2004-09-09 Thread Karam Chand
Probably you should put it as a bug in SQLyogs forums. Karam --- Jose_Miguel_Pérez <[EMAIL PROTECTED]> wrote: > Karam Chand said: > > > I use SQLyog. It does allow you to create/delete > FKs > > with "ON UPDATE" criterias. > > > > Yeah, it does not allow you to create Fks in > graphical > > mann

Re: In search of a good MySQL GUI client

2004-09-09 Thread Jose Miguel Pérez
Karam Chand said: > I use SQLyog. It does allow you to create/delete FKs > with "ON UPDATE" criterias. > > Yeah, it does not allow you to create Fks in graphical > manner like MS SQL Server but does my purpose. One > feature I really miss is Editing of FKs. Yeah, I also tried SQLyog. It's a v

Re: In search of a good MySQL GUI client

2004-09-08 Thread Karam Chand
I use SQLyog. It does allow you to create/delete FKs with "ON UPDATE" criterias. Yeah, it does not allow you to create Fks in graphical manner like MS SQL Server but does my purpose. One feature I really miss is Editing of FKs. Karam --- Jose_Miguel_Pérez <[EMAIL PROTECTED]> wrote: > Hi All! >

Re: In search of a good MySQL GUI client

2004-09-08 Thread Martijn Tonies
Hello Jose, > Why are all MySQL GUI clients so bad with foreign keys? Sorry to seem > annoyed, but I have used for quite some time a few GUI clients, notably > MySQL-Front, which I were relatively confortable with. Anyway, all GUI > clients I used (SQLyog, MySql-Front, MySQL-CC, you name it) s

In search of a good MySQL GUI client

2004-09-08 Thread Jose Miguel Pérez
Hi All! Why are all MySQL GUI clients so bad with foreign keys? Sorry to seem annoyed, but I have used for quite some time a few GUI clients, notably MySQL-Front, which I were relatively confortable with. Anyway, all GUI clients I used (SQLyog, MySql-Front, MySQL-CC, you name it) seemed to be

Re: gui client

2002-01-05 Thread Sinisa Milivojevic
Marinos writes: > Hi, i'm newbee in mysql and i want to ask you 2 questions > i'm using mysql-max-3.23.47 for windows and mysqlgui-win32-static-1.7.5-2. > 1) Is it possible to use more than one command in mysqlgui (the end of line > charachter ; is not working) > 2)Can i load and execute a text f

gui client

2002-01-05 Thread Marinos
Hi, i'm newbee in mysql and i want to ask you 2 questions i'm using mysql-max-3.23.47 for windows and mysqlgui-win32-static-1.7.5-2. 1) Is it possible to use more than one command in mysqlgui (the end of line charachter ; is not working) 2)Can i load and execute a text file which containing comma

GUI Client for Redhat 7.2

2001-12-10 Thread Mark Selby
Help! I'm at a loss as to a GUI that I can run and just edit the damn data in a grid format (there's millions of tools to modify the database structures.) I'm on RedHat 7.2 so KMysql isn't supported. If anyone has found a good one, I'd love to know (similar to pgaccess is absolutely fine - open

Re: MySQL GUI Client

2001-07-19 Thread Stefan Hinz
55 Berlin # Tel: +49-30-46307-382 Fax: +49-30-46307-388 - Original Message - From: "Adam Douglas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 19, 2001 7:17 PM Subject: MySQL GUI Client > Hi, I just downloaded the MySQL GUI Client and was

MySQL GUI Client

2001-07-19 Thread Adam Douglas
Hi, I just downloaded the MySQL GUI Client and was trying to set it up. The client keeps saying "Access denied for user: 'adouglas@' (Using password: YES)". I've typed in the Host Name (IP Address) and have the proper user name. Also I have the proper grant tables set

Re: GUI client for large SELECT query results

2001-05-03 Thread Sinisa Milivojevic
Andreas Metzner writes: > Hello all, > > I'm using the libmysql.dll API to interface to a mySQL-Server Database. > The GUI client is generic, so the user can bind any SELECT query on > a large database (Logging database). > > How can I prevent the mySQL client

Re: GUI client for large SELECT query results

2001-05-02 Thread Ansgar Becker
> With mysql_use_result () I have the problem, that the client do not > know in front, how many records matched the query. > > But if the GUI client user wants to see the last but 30 query result > records, e.g., > I have to know recordnumber of the last matching record. Havin

GUI client for large SELECT query results

2001-05-02 Thread Andreas Metzner
Hello all, I'm using the libmysql.dll API to interface to a mySQL-Server Database. The GUI client is generic, so the user can bind any SELECT query on a large database (Logging database). How can I prevent the mySQL client to use mysql_store_result (), since this would transfer the whole

Re: F1 on win-32 MySQL GUI client

2001-03-25 Thread Sinisa Milivojevic
w. Terry Lincoln writes: > I cannot get F1 to show any help on the main display. I cannot even > determine why it does not. I have the help_file set in every variation > of .cnf .ini and .opt file I can find. No luck. > > What is correct way to get help to be useable? > > TIA, > > W

F1 on win-32 MySQL GUI client

2001-03-25 Thread w. Terry Lincoln
I cannot get F1 to show any help on the main display. I cannot even determine why it does not. I have the help_file set in every variation of .cnf .ini and .opt file I can find. No luck. What is correct way to get help to be useable? TIA, W. Terry Lincoln Senior Engineer/Consultant 100 Court

RE: GUI Client Java

2001-02-10 Thread Carsten H. Pedersen
> I remember trying out a really nice Java GUI for mysql, had a yellow and > gray color scheme if I remember correctly, and was very nicely done. The > only thing I can find the the GUI clients page at mysql.com is one so-so > client that doesn't do what I need. Anyone maintaining a list of all th

GUI Client Java

2001-02-09 Thread August Zajonc
I remember trying out a really nice Java GUI for mysql, had a yellow and gray color scheme if I remember correctly, and was very nicely done. The only thing I can find the the GUI clients page at mysql.com is one so-so client that doesn't do what I need. Anyone maintaining a list of all the availa

Re: Your favorite Windows MySQL GUI client?

2001-01-15 Thread James Treworgy
tures. Jamie At 01:08 PM 1/15/01, Philip Mak wrote: >Hello, > >What is your favorite Windows MySQL GUI client? I'm developing a database >driven website and I'm looking for a program that I can use to maintain >the database. > >One of my special requirements is that I nee

Re: Your favorite Windows MySQL GUI client?

2001-01-15 Thread j.urban
The urSQL Utility from http://www.urbanresearch.com/ursql allows you to easily edit text columns in a multiline text box. On Mon, 15 Jan 2001, Philip Mak wrote: > Hello, > > What is your favorite Windows MySQL GUI client? I'm developing a database > driven website and I'm

Re: Your favorite Windows MySQL GUI client?

2001-01-15 Thread skip
While I'm much more a Perl devotee than PHP, I've been using phpMyAdmin and am fairly happy with it. If you happen to have PHP available, I'd give it a try. On Mon, 15 Jan 2001, Philip Mak wrote: > Hello, > > What is your favorite Windows MySQL GUI client? I'm d

RE: Your favorite Windows MySQL GUI client?

2001-01-15 Thread Maciek Uhlig
Although it is not strictly speaking Windows MySQL GUI client, I'd like to recommend PHPGen (http://opensource.aventus.org/phpgen/phpgen.html) . It meets all your criteria, but it's not a client, but rather PHP client program generator. If you happen to have PHP with your webserver,

Re: Your favorite Windows MySQL GUI client?

2001-01-15 Thread Scott Baker
my.anse.de Scott At 01:08 PM 1/15/2001 -0500, Philip Mak wrote: >Hello, > >What is your favorite Windows MySQL GUI client? I'm developing a database >driven website and I'm looking for a program that I can use to maintain >the database. > >One of my special requi

Your favorite Windows MySQL GUI client?

2001-01-15 Thread Philip Mak
Hello, What is your favorite Windows MySQL GUI client? I'm developing a database driven website and I'm looking for a program that I can use to maintain the database. One of my special requirements is that I need a client that can edit text blobs. So far the clients I've seen d