mysqlcc / mysql query browser

2006-08-18 Thread Pooly
Hi, MysqlCC not being in developement anymore and not working properly with a server 5.0, we are trying to use MySQL Query browser, but there are few things which are less than efficient compared to mysqlCC. - you can't execute several queries ! The query tab executes them one by one

Re: mysqlcc / mysql query browser

2006-08-18 Thread Steve Musumeche
in developement anymore and not working properly with a server 5.0, we are trying to use MySQL Query browser, but there are few things which are less than efficient compared to mysqlCC. - you can't execute several queries ! The query tab executes them one by one, and if you use a script tab, you

MYSQL Query Browser 1.1.20 problem

2006-06-10 Thread Nenad Bosanac
Hi all I have problem in MYSQL query browser tool. I make a two tables ,one have primary key, and in second table i put reference to first table. I make all this in Query browser and set foreign key of second table to on delete no action. I apply changes but next time when i want to edit second

mysql query browser- editing resultsets

2006-04-24 Thread ross
max(price) FROM products); c.. this table must contain a Primary Key column, although not necessarily in the query. If the query does not contain the primary key, it will be automatically added before the MySQL Query Browser sends the query to the MySQL server, but will display only

RE: mysql query browser- editing resultsets

2006-04-24 Thread J.R. Bullington
. J.R. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, April 24, 2006 11:14 AM To: mysql@lists.mysql.com Subject: mysql query browser- editing resultsets Can someone explain to me how to edit this...I click on the cells and nothing From the manual

Re: mysql query browser- editing resultsets

2006-04-24 Thread ross
The edit button is 'greyed out' Ross - Original Message - From: J.R. Bullington [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: Monday, April 24, 2006 4:20 PM Subject: RE: mysql query browser- editing resultsets There is an EDIT button on the bottom of the Query Browser. You have

RE: mysql query browser- editing resultsets

2006-04-24 Thread J.R. Bullington
browser- editing resultsets The edit button is 'greyed out' Ross - Original Message - From: J.R. Bullington [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: Monday, April 24, 2006 4:20 PM Subject: RE: mysql query browser- editing resultsets There is an EDIT button on the bottom of the Query

RE: mysql query browser- editing resultsets

2006-04-24 Thread Tim Lucia
@lists.mysql.com Subject: Re: mysql query browser- editing resultsets The edit button is 'greyed out' Ross - Original Message - From: J.R. Bullington [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: Monday, April 24, 2006 4:20 PM Subject: RE: mysql query browser- editing resultsets

Re: mysql query browser- editing resultsets

2006-04-24 Thread ross
I think the most likely case is the table is read-only. How do I change this? Ross - Original Message - From: J.R. Bullington [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: Monday, April 24, 2006 4:46 PM Subject: RE: mysql query browser- editing resultsets

exporting a mysql database via mysql query browser

2006-04-24 Thread ross
I am a phpmyadmin user and have never really used mysql query browser before. I have a database sitting on my localhost and I want to export the whole thing via mysql query browser to the host. What is the easiest way to do it? Ross

Re: exporting a mysql database via mysql query browser

2006-04-24 Thread 2wsxdr5
[EMAIL PROTECTED] wrote: I am a phpmyadmin user and have never really used mysql query browser before. I have a database sitting on my localhost and I want to export the whole thing via mysql query browser to the host. What is the easiest way to do it? Ross Use the MySQL admin tool

MySQL Query Browser 1.1.20 problem

2006-03-15 Thread Mojtaba Faridzad
Hi, I installed this version of browser but it's not working properly. For example, I don't see the command window on the top of the browser to type my command. Do you have the same problem? Also I noticed that when I go to mysql.mysql.com to download the commercial version of MySQL, I am

mysql query browser

2006-02-13 Thread douglass_davis
I was just running some queries to get an approximate time that they will run, and i saw this in the bottom left corner: 6 rows fetched in 0.0167s (0.4119s) What do the two numbers mean, and why are they so different? I couldn't find this in the help documentation. thanks. --

mysql-query-browser install RPM

2006-02-01 Thread hawat . thufir
Must the RPM be manually downloaded, or can the query browser be installed from yum? I've tried search 'mysql-query-browser' and no result--perhaps I need to add a repository? [EMAIL PROTECTED] ~]$ mysql-query-browser bash: mysql-query-browser: command not found [EMAIL PROTECTED] ~]$ ll

Re: mysql-query-browser install RPM

2006-02-01 Thread Dan Trainor
[EMAIL PROTECTED] wrote: Must the RPM be manually downloaded, or can the query browser be installed from yum? I've tried search 'mysql-query-browser' and no result--perhaps I need to add a repository? [EMAIL PROTECTED] ~]$ mysql-query-browser bash: mysql-query-browser: command not found

Re: MySql Query Browser 1.1.15 BUG????

2005-10-07 Thread Gleb Paharenko
version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html http://bugs.mysql.com/bug.php?id=13521 Angelo Luis wrote: I download MySql Query Browser 1.1.15 and he is leaving me nervous

MySql Query Browser 1.1.15 BUG????

2005-10-06 Thread Angelo Luis
I download MySql Query Browser 1.1.15 and he is leaving me nervous... This is the problem: 1. I have 2 tabsheet result set. 2. I the first i make a query , like select * from table1. 3. In the second i am in the middle of a query, like select * from table1 where id = (What's is the id ??? Fuck

RE: MySQL Query Browser

2005-09-30 Thread SGreen
Rob Agar [EMAIL PROTECTED] wrote on 09/29/2005 08:27:37 PM: hi Scott How do I run more than 1 queries in MySQL Query Browser? The only way I've found is to put the queries in a .sql file and load it via File Open Script. It doesn't accept multiple typed in queries, even

RE: MySQL Query Browser

2005-09-30 Thread Sujay Koduri
I am not saying MysQL Query Browser is anyway bad or inferior, but as for my experience sqlyog is very good. There is a free version which you can use for executing SQL queries, ofcourse you will be stripped of some advanced features. You can run multiple queries at once using shift+F5. I

Re: MySQL Query Browser

2005-09-30 Thread Pooly
2005/9/30, Sujay Koduri [EMAIL PROTECTED]: I am not saying MysQL Query Browser is anyway bad or inferior, but as for my experience sqlyog is very good. There is a free version which you can use for executing SQL queries, ofcourse you will be stripped of some advanced features. You can run

Re: MySQL Query Browser

2005-09-30 Thread Ed Reed
[EMAIL PROTECTED] : I am not saying MysQL Query Browser is anyway bad or inferior, but as for my experience sqlyog is very good. There is a free version which you can use for executing SQL queries, ofcourse you will be stripped of some advanced features. You can run multiple queries at once

MySQL Query Browser

2005-09-29 Thread Scott Hamm
How do I run more than 1 queries in MySQL Query Browser? -- Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html

RE: MySQL Query Browser

2005-09-29 Thread Rob Agar
hi Scott How do I run more than 1 queries in MySQL Query Browser? The only way I've found is to put the queries in a .sql file and load it via File Open Script. It doesn't accept multiple typed in queries, even if they are separated by semicolons. hth Rob -- MySQL General Mailing List

MySQL Query Browser Inline help

2005-08-08 Thread Scott Hamm
Where can I put in my suggestion (I'm sure others suggested the same) for MySQL Query Browser? Scott -- Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html

Re: MySQL Query Browser Inline help

2005-08-08 Thread Gleb Paharenko
Hello. Probably you want to make a feature request at: http://bugs.mysql.com Where can I put in my suggestion (I'm sure others suggested the same) for MySQL Query Browser? Scott Hamm [EMAIL PROTECTED] wrote: -- For technical support contracts, goto https://order.mysql.com

Re: MySQL Query Browser Inline help

2005-08-08 Thread SGreen
Scott Hamm [EMAIL PROTECTED] wrote on 08/08/2005 08:11:18 AM: Where can I put in my suggestion (I'm sure others suggested the same) for MySQL Query Browser? Scott ROFLMAO -- you really DON'T check the website before asking the group do you (or read the manual, or check the archives

Re: MySQL Query Browser Inline help

2005-08-08 Thread Scott Hamm
On 8/8/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Scott Hamm [EMAIL PROTECTED] wrote on 08/08/2005 08:11:18 AM: Where can I put in my suggestion (I'm sure others suggested the same) for MySQL Query Browser? Scott ROFLMAO -- you really DON'T check the website before

Re: MySQL Query Browser Inline help

2005-08-08 Thread SGreen
Scott Hamm [EMAIL PROTECTED] wrote on 08/08/2005 11:24:22 AM: On 8/8/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Scott Hamm [EMAIL PROTECTED] wrote on 08/08/2005 08:11:18 AM: Where can I put in my suggestion (I'm sure others suggested the same) for MySQL Query Browser

Re: MySQL Query Browser Inline help

2005-08-08 Thread Scott Hamm
:11:18 AM: Where can I put in my suggestion (I'm sure others suggested the same) for MySQL Query Browser? Scott ROFLMAO -- you really DON'T check the website before asking the group do you (or read the manual, or check the archives, or )? I won't give you

Mysql Query Browser Administrator under Solaris 10

2005-06-09 Thread Kontogiannis Theophanis
smime.p7m Description: S/MIME encrypted message

mysql-query-browser-bin: undefined symbol: gdk_threads_lock

2005-05-13 Thread Xiang-Jun Lu
Hi, I have just installed mysql-query-browser-1.1.7 on my SuSE v9.1 box. While trying to run mysql-query-browser, I got the following error message: ./mysql-query-browser-bin: error while loading shared libraries: ./mysql-query-browser-bin: undefined symbol: gdk_threads_lock I have /opt/gnome

Re: mysql-query-browser-bin: error while loading shared libraries: libtiff.so.3

2005-03-15 Thread Gleb Paharenko
Hello. libtiff.so.3: cannot open shared object file: No such file or directory I think, you should get the version of library which mysql-query-browser wants. Billy Pilgrim [EMAIL PROTECTED] wrote: Hello, I am trying to run mysql query browser on debian, but... # ./mysql-query

mysql-query-browser-bin: error while loading shared libraries: libtiff.so.3

2005-03-13 Thread Billy Pilgrim
Hello, I am trying to run mysql query browser on debian, but... # ./mysql-query-browser ./mysql-query-browser-bin: error while loading shared libraries: libtiff.so.3: cannot open shared object file: No such file or directory Looks like I have libtiff.so.4. # ls libtiff* libtiff.so.4

Re: configuring Mysql Query Browser with charset latin5

2005-03-11 Thread Gleb Paharenko
, encoding 7bit, charset: us-ascii, 8 lines --] How can I configure Mysql Query Browser with charset latin5? Thanks.. - Do you Yahoo!? Yahoo! Small Business - Try our new resources site! -- For technical support contracts

configuring Mysql Query Browser with charset latin5

2005-03-10 Thread Nagehan Sahin
How can I configure Mysql Query Browser with charset latin5? Thanks.. - Do you Yahoo!? Yahoo! Small Business - Try our new resources site!

mysql-query-browser and SuSE 8.2

2005-02-01 Thread Alfredo Cole
Hi: I have not been able to find a precompiled version of mysql-query-browser for SuSE 8.2, either at mysql web site, or using google. Compiling from source fails because of version differences in libxml-2.0, for instance. Anybody know of a URL where I can find a version that will work

Re: MySQL Query Browser

2004-12-15 Thread Chris
Hassan Shaikh wrote: The MySQL Query Browser online documentation clearly mentions that it runs on 32-bit Windows operating systems, including Windows 95, 98 and Me. However, while installing it on WinME, I get the following error: The Operating System is not adequate for running MySQL Query

Re: MySQL Query Browser

2004-12-15 Thread Karam Chand
YOu could try the free version of SQLyog. It works on my Win98. www.webyog.com Karam --- Chris [EMAIL PROTECTED] wrote: Hassan Shaikh wrote: The MySQL Query Browser online documentation clearly mentions that it runs on 32-bit Windows operating systems, including Windows 95, 98

Re: MySQL Query Browser

2004-12-13 Thread Gleb Paharenko
Hello. I don't think that a lot of people can answer on your question. Windows ME is rarely found to be an OS for MySQL users. You may report a bug at bugs.mysql.com. Hassan Shaikh [EMAIL PROTECTED] wrote: The MySQL Query Browser online documentation clearly mentions that it runs on 32-bit

query syntax in new mysql query browser

2004-12-09 Thread Eben
and it runs fine. However the same query loaded into MySQL Query Browser fails after the first line. Is there a way to structure the syntax differently so I can run the multiple truncates in one query via Qeury Browser? Any advice is appreciated, Eben -- MySQL General Mailing List For list archives

MySQL Query Browser

2004-12-08 Thread Hassan Shaikh
The MySQL Query Browser online documentation clearly mentions that it runs on 32-bit Windows operating systems, including Windows 95, 98 and Me. However, while installing it on WinME, I get the following error: The Operating System is not adequate for running MySQL Query Browser 1.1 Can anyone

MySQL Query Browser 1.1.2 and MySQL Administrator 1.0.15 Released

2004-12-01 Thread Michael G. Zinner
Hi, MySQL Query Browser 1.1.2 and MySQL Administrator 1.0.15 have been released. MySQL Query Browser is a GUI query shell, intended to allow execution of SQL queries from a Web browser alike easy to use interface. It has such handy features as query history and bookmarking, tabular visualization

Re: ANNOUNCE: MySQL Query Browser 1.1.0 and Administrator 1.0.14 released

2004-11-03 Thread Yves Goergen
On 03.11.2004 04:17 (+0200), Alfredo Kengi Kojima wrote: MySQL Administrator is a GUI management console for MySQL, with support for tasks such as managing users, configuring MySQL, editing table definitions etc. Ehm - what please is the difference between MySQLCC and MySQL Administrator? And

Re: ANNOUNCE: MySQL Query Browser 1.1.0 and Administrator 1.0.14 released

2004-11-03 Thread Jeff Smelser
Administrator is geared towards dba's of mysql.. MySQL Query Browser, is to run sql's, and so forth. Stored procedure creation.. They are very different if you had read the product descriptions. Jeff pgpRJjCrqe5K9.pgp Description: PGP signature

Re: ANNOUNCE: MySQL Query Browser 1.1.0 and Administrator 1.0.14 released

2004-11-03 Thread Fredrick Bartlett
: ANNOUNCE: MySQL Query Browser 1.1.0 and Administrator 1.0.14 released MySQL Query Browser 1.1.0 Gamma and MySQL Administrator 1.0.14 have just been released for Windows and Linux. This is the first gamma release of Query Browser, a graphical query shell and SQL script editor. Feature highlights

Re: ANNOUNCE: MySQL Query Browser 1.1.0 and Administrator 1.0.14 released

2004-11-03 Thread Alfredo Kengi Kojima
Hi Yves, Administrator is intended for server maintenance and configuration, while with Query Browser you execute SQL queries and do related SQL scripting work. As a set, they do the same as mysqlcc, but are much better (we hope). MySQLCC will be replaced by Administrator and Query Browser and

ANNOUNCE: MySQL Query Browser 1.1.0 and Administrator 1.0.14 released

2004-11-02 Thread Alfredo Kengi Kojima
MySQL Query Browser 1.1.0 Gamma and MySQL Administrator 1.0.14 have just been released for Windows and Linux. This is the first gamma release of Query Browser, a graphical query shell and SQL script editor. Feature highlights: - perform queries and edit resultsets; - export resultsets to CSV

Mysql Query Browser is not launch

2004-10-06 Thread elimachi
Dear list. I´m trying to work with Mysql-Query Browser Application. So, I installed it following the manual instructions but when I try to run it cannot be launched. Into the ./mysql-query-browser/bin directory I type mysql-query-browser and I receive this error message: bash:mysql-query

Re: Mysql Query Browser is not launch

2004-10-06 Thread Daniel Kasak
[EMAIL PROTECTED] wrote: Dear list. I´m trying to work with Mysql-Query Browser Application. So, I installed it following the manual instructions but when I try to run it cannot be launched. Into the ./mysql-query-browser/bin directory I type mysql-query-browser and I receive this error

Re: Mysql Query Browser is not launch

2004-10-06 Thread Spenser
I just tried installing it on my RedHat Linux 8 laptop and it complained about libXcursor.so. This is the message: error while loading shared libraries: libXcursor.so.1: cannot open shared object file: No such file or directory I downloaded the full tar ball version. I'm using the Gnome 2

Re: Mysql Query Browser is not launch

2004-10-06 Thread Daniel Kasak
Spenser wrote: I just tried installing it on my RedHat Linux 8 laptop and it complained about libXcursor.so. This is the message: error while loading shared libraries: libXcursor.so.1: cannot open shared object file: No such file or directory I downloaded the full tar ball version. I'm using the

MySQL Administrator 1.0.12 and MySQL Query Browser 1.0.7-beta Released

2004-09-01 Thread Michael G. Zinner
MySQL Administrator 1.0.12 and MySQL Query Browser 1.0.7-beta have been released. MySQL Administrator is a GUI management console for MySQL, with support for tasks such as managing users, configuring MySQL, performing backups, editing table definitions etc. More information at: http