cmd

2005-10-04 Thread Scott Hamm
How do I pipe the Windows cmd output into mysql inserts? i.e. dir /w /o:n mysql -u process (INSERT INTO TABLE) -- Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html

Re: cmd

2005-10-04 Thread SGreen
prog1output.txt To use the output of one program as the input to another dir | more (that takes a directory listing and runs it through the more utility which only shows you one screen of data at a time) For more details on CMD usage go to Start - Help. Shawn Green Database Administrator Unimin

Databases not showing in cmd and mysqladmin?

2004-08-19 Thread AceZero2790
Just so you know I am pretty new to all this. I recently installed MySQL 4 on my PC. My friend gave me mysqlgui.exe to help configure stuff. So I made several databases using it. Now I know these databases are there, because I am running IPB on one of them, and they show up under the data

RE: Databases not showing in cmd and mysqladmin?

2004-08-19 Thread Victor Pendleton
Has the ODBC user been removed? Have you logged into mysql, mysql -uuser -p and done show databases? -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 8/19/04 9:44 AM Subject: Databases not showing in cmd and mysqladmin? Just so you know I am pretty new to all

Re: Databases not showing in cmd and mysqladmin?

2004-08-19 Thread SGreen
Sounds like a permissions problem. Make sure the login you are using has the rights to see the databases in question. (http://dev.mysql.com/doc/mysql/en/SHOW_GRANTS.html) You may need to GRANT yourself additional privileges. (http://dev.mysql.com/doc/mysql/en/GRANT.html) Respecfully, Shawn

Re: Databases not showing in cmd and mysqladmin?

2004-08-19 Thread SGreen
I guess I must be a dinosaur because I don't use either mysqladmin or mysqlgui. So I don't know how else to help. Could it be logging in as something else and THAT account is the one without access to the other tables? What do you get when you do a SHOW DATABASES from each client program? You

Re: Databases not showing in cmd [SOLVD] and mysqladmin [pending]?

2004-08-19 Thread AceZero2790
Whoa, I ran SHOW DATABASES and everything came up! Now I just have to figure out how to do that with mysqladmin (c:/mysql/bin/mysqadmin - or that is how windows default goes anyway for MySQL 4) Sorry, thanks for the tip. I'm new to mailing lists in general...

cmd load is not allowed in ver3.23.53???

2002-11-18 Thread vinita vigine Murugiah
HI Does any one encounter the same problem?? If load cmd in not working in ver3.23.53, is there any alternative cmd for loading table??? Thanks vinita # mysql select version(); +---+ | version() | +---+ | 3.23.33

Re: cmd load is not allowed in ver3.23.53???

2002-11-18 Thread Benjamin Pflugmann
On Tue 2002-11-19 at 14:50:09 +1100, [EMAIL PROTECTED] wrote: HI Does any one encounter the same problem?? If load cmd in not working in ver3.23.53, is there any alternative cmd for loading table??? See http://www.mysql.com/doc/en/LOAD_DATA_LOCAL.html Bye, Benjamin. -- [EMAIL

mysql - sql - auto-update cmd?

2002-08-08 Thread Seifuddin, Lamar T.* (LSEIFUDD)
Hello All, I am using mysql on Linux - RedHat 7.1. The basic stuff is simple, cool, too. I am a newbie, so forgive me if this is too simple a question. Is there a mechanism available somewhere in doing an automated update of a field. example. team is a table. wins, losses, pct are fields

RE: mysql - sql - auto-update cmd?

2002-08-08 Thread Michael Fanara
] Subject: mysql - sql - auto-update cmd? Hello All, I am using mysql on Linux - RedHat 7.1. The basic stuff is simple, cool, too. I am a newbie, so forgive me if this is too simple a question. Is there a mechanism available somewhere in doing an automated update of a field. example. team is a table

Re: mysql - sql - auto-update cmd?

2002-08-08 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Seifuddin, Lamar T.* (LSEIFUDD) wrote: | Hello All, | | I am using mysql on Linux - RedHat 7.1. | The basic stuff is simple, cool, too. | | I am a newbie, so forgive me if this is too simple a question. | | Is there a mechanism available somewhere in

RE: mysql - sql - auto-update cmd?

2002-08-08 Thread Seifuddin, Lamar T.* (LSEIFUDD)
, Lamar T.* (LSEIFUDD); [EMAIL PROTECTED] Subject: RE: mysql - sql - auto-update cmd? Lamar, Why store that information? You'll be constantly updating your table. I do something similar keeping softball stats for my team. I just keep the raw data and do all calculations, i.e. batting average, slg pct

mingw, mysql c api, win2k cmd line error

2002-03-15 Thread David Thompson
I am having a heck of a time getting a simple c program up and running using mingw and the mysql c api. My makefile is simple enough I'm not sure what the -lm switch on the search compile line is for but I saw it in someone's makefile on the web so I through it in hoping it would work): #

Getting NO format output from cmd-line ?

2001-12-30 Thread Oliver Heinisch
Hi Folks, I use a shell script, to get data from a mysql database. I use the following call mysql -ddatabase -uusername -ppassword file_with_sql_select file_to_get_output I even tried mysql -e select foo from database -uusername -ppassword file_to_get_output but I always get as first line the

RE: Getting NO format output from cmd-line ?

2001-12-30 Thread Roger Baklund
* Oliver Heinisch Is there a way to supress headers and to get the datafields without spaces? (in one result there has been a TAB (0x09) between the fields). I just want data_field_1 (0x20) data_field_2 (\n). You can use the --skip-column-names parameter when calling the mysql client to

MySQL Startup Cmd. ??

2001-06-03 Thread Glenn A . Bookout
Howdy: I'm a bit new to MySQL ( and unix in general ), and I have a couple of questions: We're using the command: /usr/local/bin/safe_mysqld to startup MySQL on a Mac OSX Server 1.2.x system. We would like to add the ability to have it do an auto check/recover of the

MySQL Startup Cmd. ??

2001-06-03 Thread Glenn A . Bookout
Howdy: ( sorry if this is a second post, but I'm not sure if the 1st. one I sent went out OK ) I'm a bit new to MySQL ( and unix in general ), and I have a couple of questions: We're using the command: /usr/local/bin/safe_mysqld to startup MySQL on a Mac OSX Server 1.2.x