RE: Trying to dump from GUI client

2004-11-17 Thread Eve Atley
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 command line you can use `mysql`, command line tool that ships with MySQL

RE: Trying to dump from GUI client

2004-11-17 Thread Matt Babineau
: 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 ',' OPTIONALLY ENCLOSED BY '' LINES TERMINATED BY '\n' FROM

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

RE: Trying to dump from GUI client

2004-11-17 Thread Eve Atley
]; 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 General Subject: Re

RE: Trying to dump from GUI client

2004-11-17 Thread Sergei Skarupo
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, it tells me it can't read

Trying to dump from GUI client

2004-11-16 Thread Eve Atley
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: Unknown MySQL Server

Re: Trying to dump from GUI client

2004-11-16 Thread Adam
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 was connecting fine until my company decided to move to a new server, and suddenly, it throws an error

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 very

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 manner like MS SQL

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.

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

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!

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

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 file

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 -

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 for adouglas to access it from

Re: MySQL GUI Client

2001-07-19 Thread Stefan Hinz
: +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 trying to set it up. The client keeps saying Access denied for user

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 to use mysql_store_result (), since

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

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

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 the

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 requirements is that I need a client

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 developing a database driven

Re: Your favorite Windows MySQL GUI client?

2001-01-15 Thread James Treworgy
. 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 need a client that can edit text blobs. So far