Re: Equivalent syntax similiar to "dir /w /s" in Windows command prompt

2005-03-02 Thread Scott Hamm
That works on Unix, not on Windows machine. I'm looking for mysql internal utility for Windows machine. On Wed, 2 Mar 2005 09:18:09 -0500 (EST), Ryan Yagatich <[EMAIL PROTECTED]> wrote: > Is 'find' what you're looking for? > > find ${path} -type f -iname '*.doc' -print > > find ${path} -type

Re: Equivalent syntax similiar to "dir /w /s" in Windows command prompt

2005-03-02 Thread Ryan Yagatich
Is 'find' what you're looking for? find ${path} -type f -iname '*.doc' -print find ${path} -type f -iname '*.doc' -exec /some/import/script {} \; Thanks, Ryan Yagatich ,__, / Ryan Yagatich Pantek Incorporated | \ http://www.pante

Equivalent syntax similiar to "dir /w /s" in Windows command prompt

2005-03-02 Thread Scott Hamm
Is there any equivalent syntax similiar to dir /w /s for all *.doc to insert into mysql database? -- Power to people, Linux is here. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: new install - command prompt doesn't work

2003-12-14 Thread Betta Jazzy Brown
ittle dialog should appear so you can edit the Path entry. In the Variable Value field, add the following (the semicolon separate each individual path, so you need it): ;c:\mysql\bin Now click on the OK button in each of those dialogs to save the info. Now you shouldn't have a problem the next

Re: new install - command prompt doesn't work

2003-12-13 Thread Gerald R. Jensen
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 13, 2003 1:09 PM Subject: Re: new install - command prompt doesn't work ok...i set the path properly... in the command line, i did this: C:\>C:\mysql\bin;C:\WINNT;C:\WINNT\COMMAND then, i am able to just type i

RE: new install - command prompt doesn't work

2003-12-13 Thread Bob Loeffler
click on the OK button in each of those dialogs to save the info. Now you shouldn't have a problem the next time you open a command prompt window and type in 'mysql' to run the mysql client application. Bob Loeffler :) -Original Message- From: Betta Jazzy Brown [mailto:[E

Re: new install - command prompt doesn't work

2003-12-13 Thread Betta Jazzy Brown
ok...i set the path properly... in the command line, i did this: C:\>C:\mysql\bin;C:\WINNT;C:\WINNT\COMMAND then, i am able to just type in "mysql" and it will begin... BUT...after i close the command prompt, once i reopen it, and type in "mysql", it goes and say

Re: new install - command prompt doesn't work

2003-12-13 Thread Paul DuBois
n invoke MySQL programs from within any directory and the command interpreter will find them. Paul DuBois <[EMAIL PROTECTED]> wrote: At 18:21 -0800 12/12/03, Betta Jazzy Brown wrote: I have installed MySql on my PC and I was trying to run the program by going to the command prompt typing: C:\&

Re: new install - command prompt doesn't work

2003-12-13 Thread Betta Jazzy Brown
nevermind...i figured it out :oD thanks for all the help... MANY MANY MANY more questions to come -b-jazzy Betta Jazzy Brown <[EMAIL PROTECTED]> wrote: KEWL...that worked... one more question... to "put" it into the system's path, do i just type at the command pro

Re: new install - command prompt doesn't work

2003-12-13 Thread Betta Jazzy Brown
KEWL...that worked... one more question... to "put" it into the system's path, do i just type at the command prompt C:\>put c:\mysql\bin ??? if not...how do i do that??? "Gerald R. Jensen" <[EMAIL PROTECTED]> wrote: Try c:\mysql\bin\mysql.exe If tha

Re: new install - command prompt doesn't work

2003-12-13 Thread jeffrey_n_Dyke
cc: 12/13/2003 09:48 Subject: Re: new install - command prompt doesn't work

Re: new install - command prompt doesn't work

2003-12-13 Thread Gerald R. Jensen
t;[EMAIL PROTECTED]> Sent: Saturday, December 13, 2003 8:48 AM Subject: Re: new install - command prompt doesn't work i have done that C:\>mysql but it will say 'mysql' is not recognized as an internal or external command, operable program or batch file there must be somethi

Re: new install - command prompt doesn't work

2003-12-13 Thread Betta Jazzy Brown
wrote: >I have installed MySql on my PC and I was trying to run the program >by going to the command prompt typing: > >C:\>net start mysql > >it says > >The MySql service has started successfully. > >the problem is that the command prompt doesn't read >mysql>

Re: new install - command prompt doesn't work

2003-12-12 Thread Paul DuBois
At 18:21 -0800 12/12/03, Betta Jazzy Brown wrote: I have installed MySql on my PC and I was trying to run the program by going to the command prompt typing: C:\>net start mysql it says The MySql service has started successfully. the problem is that the command prompt doesn't read my

new install - command prompt doesn't work

2003-12-12 Thread Betta Jazzy Brown
I have installed MySql on my PC and I was trying to run the program by going to the command prompt typing: C:\>net start mysql it says The MySql service has started successfully. the problem is that the command prompt doesn't read mysql> but still reads C:\> What is the pr

Re: mysql + win 2000 + command prompt

2002-06-27 Thread mos
At 09:46 PM 6/27/2002, you wrote: >hi, >I had installed mysql 4.0 in win 2000. >I used Command Prompt to connect to mysql and do all the sql query there. >It is often/normal that we can make mistake in the typing. >When i encounter this typing error,the mysql just like 'hang&

Re: mysql + win 2000 + command prompt

2002-06-27 Thread Dicky Wahyu Purnomo
On Fri, 28 Jun 2002 10:46:40 +0800 "lorenzo.kh" <[EMAIL PROTECTED]> wrote: > mysql> select * from mytable' ( I key in ' instead of ; ) > '> > '> ? > '> what the key should i use to reset this? > '> > '> > '> > '> > '> just type another ' and close with ;

mysql + win 2000 + command prompt

2002-06-27 Thread lorenzo.kh
hi, I had installed mysql 4.0 in win 2000. I used Command Prompt to connect to mysql and do all the sql query there. It is often/normal that we can make mistake in the typing. When i encounter this typing error,the mysql just like 'hang' it there. In order to solve this,the only way

RE: Inserting files from command prompt

2002-03-21 Thread Victoria Reznichenko
Stembridge, Thursday, March 21, 2002, 12:05:31 AM, you wrote: Seoen> The problem isn't inserting table schema/data - I know how to do that. Seoen> I'm referring to the process of inserting an actual FILE (txt, .bat, .jpg) Seoen> via command line. And of pulling it out and giving it a name (te

RE: Inserting files from command prompt

2002-03-20 Thread Stembridge, Michael
n [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 20, 2002 2:34 PM > To: Stembridge, Michael > Cc: [EMAIL PROTECTED] > Subject: Re: Inserting files from command prompt > > > I do this from the command line sometimes: > > mysql -h HOST -pPASSWORD DATABASE < statements.s

Re: Inserting files from command prompt

2002-03-20 Thread Mark Horton
8 -0500 3/20/02, Stembridge, Michael wrote: > >> Can a file be inserted to a mysql table from a unix(linux) command >> prompt? > > > mysqlimport? > >> Also, can I query the same table and output the data to a filename.ext >> in a >> specified direct

Re: Inserting files from command prompt

2002-03-20 Thread Paul DuBois
At 10:48 -0500 3/20/02, Stembridge, Michael wrote: >Can a file be inserted to a mysql table from a unix(linux) command prompt? mysqlimport? >Also, can I query the same table and output the data to a filename.ext in a >specified directory? SELECT ... INTO OUTFILE >Not sure i

Inserting files from command prompt

2002-03-20 Thread Stembridge, Michael
Can a file be inserted to a mysql table from a unix(linux) command prompt? Also, can I query the same table and output the data to a filename.ext in a specified directory? Not sure if this is an appropriate question for the list, but all clues/examples would be greatly appreciated

Re: command prompt

2001-09-24 Thread Miguel Angel Solórzano
At 04:03 24/09/01 -0700, John Nyukuri wrote: Hi! >I downloaded the installation.zip mysql version onto a windowsNT machine >on a network.I installed it as a standalone server unfortunately I am >unable to find the command prompt inorder to begin executing commands,can >you specif

RE: command prompt

2001-09-24 Thread Andrew Murphy
AIL PROTECTED]] Sent: 24 September 2001 12:04 pm To: [EMAIL PROTECTED] Subject: command prompt I downloaded the installation.zip mysql version onto a windowsNT machine on a network.I installed it as a standalone server unfortunately I am unable to find the command prompt inorder to begin execut

command prompt

2001-09-24 Thread John Nyukuri
I downloaded the installation.zip mysql version onto a windowsNT machine on a network.I installed it as a standalone server unfortunately I am unable to find the command prompt inorder to begin executing commands,can you specify for me the file I should open