| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Mogens Melander | Date: | May 2 2007 6:55am |
| Subject: | Re: batch mode | ||
| View as plain text | |||
On Tue, May 1, 2007 22:15, Brown, Charles wrote: > > Because I am running on batch mode therefore I'm trying to direct my > session output to a file -- meaning stdout. But I'm having a problem. > For instance this input: "use test_db" gave me no output but this input > "show tables" gave me an output. > > What is missing, what's the trick. Help me Y'all. You could try something like: mysql -u xxx -pyyy -e 'select * from dbname;' mysql -u xxx -pyyy -e 'select * from dbname.tblname;' -- Later Mogens Melander +45 40 85 71 38 +66 870 133 224 -- This message has been scanned for viruses and dangerous content by OpenProtect(http://www.openprotect.com), and is believed to be clean.
| Thread | ||
|---|---|---|
| • IS NULL Question | John Kebbel | 1 May |
| • Re: IS NULL Question | Jeremy Cole | 1 May |
| • Re: IS NULL Question | John Kebbel | 1 May |
| • Re: IS NULL Question | Martijn Tonies | 1 May |
| • Re: IS NULL Question | Lucas.CTR.Heuman | 1 May |
| • Re: IS NULL Question | Kevin Hunter | 1 May |
| • Re: IS NULL Question | Gerald L. Clark | 1 May |
| • Re: IS NULL Question | Kevin Hunter | 1 May |
| • RE: IS NULL Question | Jerry Schwartz | 1 May |
| • Re: IS NULL Question | Baron Schwartz | 1 May |
| • batch mode | Charles Brown | 2 May |
| • Re: batch mode | Mogens Melander | 2 May |
| • Re: batch mode | Mogens Melander | 2 May |
