Re: Setting the value for the EDITOR variable

2009-01-28 Thread Johan De Meersman
Bah, annoying person :-p TBH, when I think on it, it'd probably not even work, because the env variable you need to set is that of the client, not the server. I suppose the simplest way of doing this would be to write a wrapper script around the mysql client that sets the editor. On a per

RE: Setting the value for the EDITOR variable

2009-01-28 Thread Xristos Karvouneas
That would apply across all users then, wouldn't it? What if I wanted to set it on a per user basis, but only for the MySQL sessions? Thanks, George> Date: Wed, 28 Jan 2009 00:47:07 -0800> Subject: Re: Setting the value for the EDITOR variable> From: vegiv...@tuxera

Re: Setting the value for the EDITOR variable

2009-01-28 Thread Johan De Meersman
You need to set that in the script that starts your mysql daemon, probably /etc/init.d/mysql or something similar. On Tue, Jan 27, 2009 at 3:44 PM, Xristos Karvouneas wrote: > > Dear All, > > I would like to be able to do that from the cnf file, as I want to have a > different e

Re: Setting the value for the EDITOR variable

2009-01-27 Thread Paul DuBois
On Jan 27, 2009, at 5:44 PM, Xristos Karvouneas wrote: Dear All, I would like to be able to do that from the cnf file, as I want to have a different editor for MySQL commands than the one I use when writing shell scripts. When I put the following in the .my.cnf file, [shell] EDITOR=/usr

Setting the value for the EDITOR variable

2009-01-27 Thread Xristos Karvouneas
Dear All, I would like to be able to do that from the cnf file, as I want to have a different editor for MySQL commands than the one I use when writing shell scripts. When I put the following in the .my.cnf file, [shell] EDITOR=/usr/local/bin/pico export EDITOR I get no error messages when

Re: simple data GUI editor?

2005-06-18 Thread Karam Chand
Message - > From: "Berman, Mikhail" <[EMAIL PROTECTED]> > To: > Cc: "D_C" <[EMAIL PROTECTED]> > Sent: Friday, June 17, 2005 4:36 PM > Subject: RE: simple data GUI editor? > > > Well, > > Actually MS-Access through ODBC should wor

Re: simple data GUI editor?

2005-06-18 Thread Karam Chand
I have been using and would highly recommend SQLyog from http://www.webyog.com Regards, Ritesh --- D_C <[EMAIL PROTECTED]> wrote: > i was wondering if people can recommend a simple > Excel like tool for > editing data? > > MySql control center - seems to have limitations > (unicode, not in dev

Re: simple data GUI editor?

2005-06-17 Thread Carl
We use MySQL-Front from Star-Tools GmbH (www.mysqlfront.de)... works pretty much like you have asked. Thanks, Car - Original Message - From: "Berman, Mikhail" <[EMAIL PROTECTED]> To: Cc: "D_C" <[EMAIL PROTECTED]> Sent: Friday, June 17, 2005 4:36 PM Sub

RE: simple data GUI editor?

2005-06-17 Thread Berman, Mikhail
Well, Actually MS-Access through ODBC should work for you -Original Message- From: D_C [mailto:[EMAIL PROTECTED] Sent: Friday, June 17, 2005 4:28 PM To: mysql@lists.mysql.com Subject: simple data GUI editor? i was wondering if people can recommend a simple Excel like tool for

simple data GUI editor?

2005-06-17 Thread D_C
i was wondering if people can recommend a simple Excel like tool for editing data? MySql control center - seems to have limitations (unicode, not in dev anymore) Query browser - have to type raw sql to show/hide columns... ideally i want something with a few more features than either of these, e

Re: SuSE 9.2 Professional, Runlevel editor via telnet & innodb

2005-01-29 Thread Hassan Schroeder
Ed Patterson wrote: First I am looking for a way to shutdown and or restart MySQL via telnet. mysqld -restart returns You want `mysqladmin [command]` -- try `mysqladmin --help` for a quick list of available commands. HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuit

SuSE 9.2 Professional, Runlevel editor via telnet & innodb

2005-01-29 Thread Ed Patterson
have another mysqld server running on port: 3306 Aborting mysqld: Shutdown Complete ps -aux shows mysqld is still active. It works if I shut it down via YaST and the runlevel editor. The manual says that innodb is enabled by default with 4.01 however that is not true in my case. mysql> show variab

New dabaxs tool (mysql-db content editor)

2004-02-24 Thread nf
Hi! I started to write a little open-source (GPL) frontend for editing data in mysql-databases. http://www.scheinwelt.at/~norbertf/dabaxs/ The most important features of the first release: * xml-configuration file to specify queries, fields etc... * foreign-key mapping (dropdowns) I have seen t

schema editor

2003-01-30 Thread Pruteanu Dragos
Hello, My name is Dragos Pruteanu, and I am the author of a web-oriented schema editor. The application is free, and because I'm interested to make it known, I am writing this email with the hope I can get your interest and the interest of the mysql comunity. The application is done in java

Re: Good color coded SQL editor for MySQL?

2002-05-03 Thread João Salvado
Running emacs 21.2 in Windows NT environment: (add-to-list 'exec-path "d:/usr/bin") For the client. (setf sql-mysql-options (quote ("-n" "-B" "-f" "-i" "-q" "-t"))) Options for the client. I'm my opinion t

Re: Good color coded SQL editor for MySQL?

2002-05-02 Thread Stewart Douglas
> Hmm. I've been using the genreic sql-mode that comes with GNU Emacs, > and it works well. What (if anything) about sql-mode do you have in > your .emacs file (or the windows eqivelant)? > > Jeremy > -- > Jeremy D. Zawodny, <[EMAIL PROTECTED]> Jeremy The only entries I have in my .emacs fi

Re: Good color coded SQL editor for MySQL?

2002-05-02 Thread Jeremy Zawodny
On Wed, May 01, 2002 at 10:27:57PM +0100, Stewart Douglas wrote: > > > > > GNU Emacs and sql-mode. :-) > > -- > > Jeremy D. Zawodny, <[EMAIL PROTECTED]> > > Jeremy > > I'm a big fan of sql-mode with Emacs for accessing Sybase servers at > work, how do I config it to point to MySQL on my local

Re: Good color coded SQL editor for MySQL?

2002-05-01 Thread Stewart Douglas
> > GNU Emacs and sql-mode. :-) > -- > Jeremy D. Zawodny, <[EMAIL PROTECTED]> Jeremy I'm a big fan of sql-mode with Emacs for accessing Sybase servers at work, how do I config it to point to MySQL on my local machine (Win2K PC) - adding a new association doesn't work as the sql mode tries t

Re: Good color coded SQL editor for MySQL?

2002-04-30 Thread Shaun Bramley
I find textpad (www.textpad.com) is a really great text editor. can even download modules for php, js, etc, etc... Shaun - Original Message - From: "Paul W. Reilly" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 30, 2002 2:05 PM Subject: RE

RE: Good color coded SQL editor for MySQL?

2002-04-30 Thread Jon Frisby
I'm rather fond of GTE (GWD Text Editor) myself -- http://www.gwdsoft.com -JF > -Original Message- > From: Jerry [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 30, 2002 6:37 AM > To: MySQL General List > Subject: Good color coded SQL editor for MySQL? > >

RE: Good color coded SQL editor for MySQL?

2002-04-30 Thread Paul W. Reilly
. -Original Message- From: Jeremy Zawodny [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 1:36 PM To: Jerry Cc: MySQL General List Subject: Re: Good color coded SQL editor for MySQL? On Tue, Apr 30, 2002 at 09:36:44AM -0400, Jerry wrote: > > Does anyone know of a good color

Re: Good color coded SQL editor for MySQL?

2002-04-30 Thread Jeremy Zawodny
On Tue, Apr 30, 2002 at 09:36:44AM -0400, Jerry wrote: > > Does anyone know of a good color coded SQL editor for MySQL that > works in Windows? GNU Emacs and sql-mode. :-) -- Jeremy D. Zawodny, <[EMAIL PROTECTED]> Technical Yahoo - Yahoo Finance Desk: (408) 349-7878 Fax: (408)

RE: Good color coded SQL editor for MySQL?

2002-04-30 Thread Tim Ward
> From: Jerry [mailto:[EMAIL PROTECTED]] > > Does anyone know of a good color coded SQL editor for MySQL that > works in Windows? Visual Studio? You get keywords in blue, anyway. Tim Ward Brett Ward Limited - www.bre

Re: Good color coded SQL editor for MySQL?

2002-04-30 Thread James Carrier
Mysql-front is v.good, www.mysqlfront.de i think. james Jerry wrote: >Does anyone know of a good color coded SQL editor for MySQL that >works in Windows? > >TIA, >Jerry > > > - Before postin

Re: Good color coded SQL editor for MySQL?

2002-04-30 Thread j.urban
Try urSQL (http://www.urbanresearch.com/ursql) -- it's got a very customizable editor... On Tue, 30 Apr 2002, Jerry wrote: > Does anyone know of a good color coded SQL editor for MySQL that > works in Windows? > &g

Good color coded SQL editor for MySQL?

2002-04-30 Thread Jerry
Does anyone know of a good color coded SQL editor for MySQL that works in Windows? TIA, Jerry - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list

Good color coded SQL editor for MySQL?

2002-04-30 Thread Jerry
Does anyone know of a good color coded SQL editor for MySQL that runs on Windows? TIA, Jerry - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list

Re: OT: *nix text editor?

2002-02-12 Thread Thomas Spahni
On Mon, 4 Feb 2002, Matthew Walker wrote: > I need to find a text editor for Linux that doesn’t load the whole file > into memory. I need to edit a 1.5 gig text flatfile to add two lines. > But I don’t have enough ram to open it in most programs. Can anyone > recommend something

RE: OT: *nix text editor?

2002-02-11 Thread Matthew Walker
TED]] Sent: Friday, February 08, 2002 5:25 AM To: Matthew Walker Cc: [EMAIL PROTECTED] Subject: Re: OT: *nix text editor? On Mon, 4 Feb 2002, Matthew Walker wrote: > I need to find a text editor for Linux that doesn’t load the whole file > into memory. I need to edit a 1.5 gig text flat

Re: OT: *nix text editor?

2002-02-08 Thread Thomas Spahni
On Mon, 4 Feb 2002, Matthew Walker wrote: > I need to find a text editor for Linux that doesn’t load the whole file > into memory. I need to edit a 1.5 gig text flatfile to add two lines. > But I don’t have enough ram to open it in most programs. Can anyone > recommend something

Re: OT: *nix text editor?

2002-02-05 Thread harm
On Mon, Feb 04, 2002 at 08:01:39PM -0700, Matthew Walker wrote: > I need to find a text editor for Linux that doesn?t load the whole file > into memory. I need to edit a 1.5 gig text flatfile to add two lines. > But I don?t have enough ram to open it in most programs. Can anyone &g

RE: OT: *nix text editor?

2002-02-04 Thread Matthew Walker
ssage- From: Terrence W. Zellers [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 8:35 PM To: Matthew Walker Cc: [EMAIL PROTECTED] Subject: Re: OT: *nix text editor? On Mon, 4 Feb 2002, Matthew Walker wrote: > I need to find a text editor for Linux that doesn’t load the wh

OT: *nix text editor?

2002-02-04 Thread Matthew Walker
I need to find a text editor for Linux that doesn’t load the whole file into memory. I need to edit a 1.5 gig text flatfile to add two lines. But I don’t have enough ram to open it in most programs. Can anyone recommend something? Filter: sql,query Matthew Walker Ecommerce Project Manager

RE: editor

2001-08-08 Thread jurban
Have a look at urSQL -- http://www.urbanresearch.com/ursql/urquery.php urSQL is a query editor (much like a text editor with database/query support and SQL syntax highlighting). It has the capability to connect directly to your server and submit the query. The History feature keeps track of

RE: editor

2001-08-08 Thread Ganz, Will
AIL PROTECTED]] Sent: Wednesday, August 08, 2001 9:13 AM To: Naintara Jain; Stefan Hinz; mysql Subject: Re: editor Dear Naintara, >I don't really need a query-creator. If i use notepad, copy and paste >doesn't seem to work -- MSDOS hangs. Do i need to make them into script >

Re: editor

2001-08-08 Thread Tadej Guzej
You can try FreeMascon. It's a windows grafical UI client for MySQL. There you can find a query editor that even highlights syntax. And it's free. download at www.scibit.com HTH, Tadej - Original Message - From: "Naintara Jain" <[EMAIL PROTECTED]> To: "

Re: editor

2001-08-08 Thread Stefan Hinz
by default. Simply start c:\mysql\bin\mysqlc.exe instead - and the history list is there! :) (Note: You will have to copy cygwinb19.dll to your windows/system directory before using mysqlc.) You can even type your statement with any editor (notepad etc.) and then start MySQL in batch mode. This i

RE: editor

2001-08-08 Thread Naintara Jain
27;vi' within sybase and can correct the last query in memory. Even Oracle has an editor for saving/editing queries and running them. I don't really need a query-creator. If i use notepad, copy and paste doesn't seem to work -- MSDOS hangs. Do i need to make them into script files an

Re: editor

2001-08-06 Thread Steve Brazill
thomer.com/thomer/vi/vi.html - Original Message - From: "Stefan Hinz" <[EMAIL PROTECTED]> To: "Naintara Jain" <[EMAIL PROTECTED]>; "mysql" <[EMAIL PROTECTED]> Sent: Monday, August 06, 2001 12:08 PM Subject: Re: editor > Dear Nain

Re: editor

2001-08-06 Thread j.urban
Yes, have a look at urSQL (http://www.urbanresearch.com/ursql). You may also want to have a look at MyODBC and the various clients available from mysql.com, including mysqlgui. On Mon, 6 Aug 2001, Naintara Jain wrote: > is there any editor available (eg vi on UNIX) that runs on MS-DOS

Re: editor

2001-08-06 Thread Stefan Hinz
Dear Naintara, what about Notepad (the windows standard editor)? Regards, -- Stefan Hinz Geschäftsführer / CEO iConnect e-commerce solutions GmbH # www.js-webShop.com www.iConnect.de # Gustav-Meyer-Allee 25, 13355 Berlin # Tel: +49-30-46307-382 Fax: +49-30-46307-388

editor

2001-08-06 Thread Naintara Jain
is there any editor available (eg vi on UNIX) that runs on MS-DOS to make writing queries easier in MYSQL. I am a newbie. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http

Re: Dump SQL editor thats cross-compatWin/Linux

2001-07-16 Thread Carsten Gehling
sage - From: "Mike Baranski" <[EMAIL PROTECTED]> To: "Steve Brazill" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 10:06 PM Subject: Re: Dump SQL editor thats cross-compatWin/Linux > -- Original Message

Re: Dump SQL editor thats cross-compatWin/Linux

2001-07-16 Thread Mike Baranski
gt; To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 11:10 AM Subject: Re: Dump SQL editor thats cross-compatWin/Linux > Also, if you want the real deal, go get emacs, either at > http://xemacs.org > or http://ww

Re: Dump SQL editor thats cross-compatWin/Linux

2001-07-16 Thread Mike Baranski
gt; To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 11:10 AM Subject: Re: Dump SQL editor thats cross-compatWin/Linux > Also, if you want the real deal, go get emacs, either at > http://xemacs.org > or http://ww

RE: Dump SQL editor thats cross-compatWin/Linux

2001-07-16 Thread Chris Lott
TextPad ( http://www.textpad.com ) also handles Unix/Win (for table/db dumps, etc) without a problem and is my own personal choice. Includes syntax highlighting if you want that kind of thing. Emacs on Windows is also good, but it can be a bear to configure and get running the way you might want

Re: Dump SQL editor thats cross-compatWin/Linux

2001-07-16 Thread Steve Brazill
t;[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 11:10 AM Subject: Re: Dump SQL editor thats cross-compatWin/Linux > Also, if you want the real deal, go get emacs, either at > http://xemacs.org > or http://www.gnu.org > > It's the best (no flames

Re: Dump SQL editor thats cross-compatWin/Linux

2001-07-16 Thread Mike Baranski
27; type of stuff (where different types of 'statements' are highlighted in different colors), there's "Code Genie" available at: http://www.code-genie.com/ - Original Message - From: "Carsten Gehling" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Re: Dump SQL editor thats cross-compatWin/Linux

2001-07-16 Thread Steve Brazill
rs), there's "Code Genie" available at: http://www.code-genie.com/ - Original Message - From: "Carsten Gehling" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 6:04 AM Subject: Re: Slightly off-topic... Dump SQL editor thats cros

Re: Slightly off-topic... Dump SQL editor thats cross-compatWin/Linux

2001-07-16 Thread Carsten Gehling
;; <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 2:17 PM Subject: Re: Slightly off-topic... Dump SQL editor thats cross-compatWin/Linux Fred- Try Jext, a Java-based editor available at www.jext.org. I've been using it for a couple of weeks now to edit .php and .js source files, and i

Re: Slightly off-topic... Dump SQL editor thats cross-compatWin/Linux

2001-07-16 Thread Mike Cermak
Fred- Try Jext, a Java-based editor available at www.jext.org. I've been using it for a couple of weeks now to edit .php and .js source files, and it's done fine by me (the source syntax color-coding has been a lifesaver on a couple of occasions), I imagine it would be fine for ge

Re: Slightly off-topic... Dump SQL editor thats cross-compat Win/Linux

2001-07-14 Thread Gerald R. Jensen
27;\r' >$2 # - Original Message - From: "Grigory Bakunov" <[EMAIL PROTECTED]> To: "Fred Dinkler" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, July 14, 2001 1:15 PM

Re: Slightly off-topic... Dump SQL editor thats cross-compat Win/Linux

2001-07-14 Thread Grigory Bakunov
-end chars FD> (bold M). FD> Any suggestions on configuration of any Win editor to save text without FD> garbage chars showing up on Liux side? You can also use simple script like this cat your_windows_file|tr -d '\r' >your_unix_file

Re: Slightly off-topic... Dump SQL editor thats cross-compat Win/Linux

2001-07-14 Thread Grigory Bakunov
-end chars FD> (bold M). FD> Any suggestions on configuration of any Win editor to save text without FD> garbage chars showing up on Liux side? You can also use simple script like this cat your_windows_file|tr -r '\r' >your_unix_file

RE: Slightly off-topic... Dump SQL editor thats cross-compat Wi

2001-07-14 Thread Don Read
On 14-Jul-01 Fred Dinkler wrote: > Creating and editing dbdump SQL files from local dev in Win2k, moving to > Linux for QA and production. > > Text files edited using Wordpad and Notepad have extraneous line-end chars > (bold M). > > Any suggestions on configuration of a

Slightly off-topic... Dump SQL editor thats cross-compat Win/Linux

2001-07-14 Thread Fred Dinkler
Creating and editing dbdump SQL files from local dev in Win2k, moving to Linux for QA and production. Text files edited using Wordpad and Notepad have extraneous line-end chars (bold M). Any suggestions on configuration of any Win editor to save text without garbage chars showing up on Liux

Queries editor better than standard mysql

2001-02-12 Thread MB
Hi, I wonder: is there some queries editor better than standard mysql? Maybe something like dbaccess in Informix. I use mysqlgui in X, but I'd preffer something in terminal-mode... -- Mariusz Brzezinski WBK SA tel. +48 61 856 53 57 mobile +48 501 62