Re: Using bash with MySQL

2009-10-27 Thread carmel_ny
On Tue, 27 Oct 2009 16:17:55 + Matthew Seaman replied: >carmel_ny wrote: >> I am in the process of writting a script that will use MySQL as a >> back end. For the most part, I have gotten things to work correctly. >> I am having one problem though. >> >> Assume a data base: >> >> database:

Re: Using bash with MySQL

2009-10-27 Thread Matthew Seaman
carmel_ny wrote: I am in the process of writting a script that will use MySQL as a back end. For the most part, I have gotten things to work correctly. I am having one problem though. Assume a data base: database: MyDataBase table: MyTable field: defaults Now, I have populated the 'defaults' f

Using bash with MySQL

2009-10-27 Thread carmel_ny
I am in the process of writting a script that will use MySQL as a back end. For the most part, I have gotten things to work correctly. I am having one problem though. Assume a data base: database: MyDataBase table: MyTable field: defaults Now, I have populated the 'defaults' fields with the decl