If I need to do MySQL scripting, I usually write it in PHP. You can set up PHP to run from the command-line (most distros have a package for that). If you're running the MySQL script as part of a web app, this allows you to use the same business logic code for the script and the web site.<br>
<br>You can also script calls to wget a PHP web page in cron tasks, but I don't recommend that method.<br><br>-dc<br><br><div class="gmail_quote">On Tue, Mar 29, 2011 at 11:00 AM, Don Ellis <span dir="ltr"><<a href="mailto:don.ellis@gmail.com">don.ellis@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I don't remember what my first experience was, however I've had<br>
wonderful results with a pair of O'Reilly books:<br>
<br>
Learning the bash shell (Cameron Newham and Bill Rosenblatt)<br>
Learning the korn shell (Bill Rosenblatt)<br>
<br>
Both were published in the mid 1990's, and I've been trying hard to<br>
replace them, without full success. They are very well structured, and<br>
cover the details. Essentially the same book, with changes for the<br>
differences between ksh and bash. I used them as references when<br>
writing shell training courses for Wave Technologies in the 1999.<br>
<br>
If you can find a newer edition (I hope there is one, if not now, then<br>
soon) it would be helpful. Later references have details on newer<br>
features of the shells, but these have features I find when I go back<br>
and refer to them. Always helpful as references -- excellent indexes,<br>
plus my own marks.<br>
<font color="#888888"><br>
--Don Ellis<br>
</font><div><div></div><div class="h5"><br>
<br>
On Mon, Mar 28, 2011 at 9:30 PM, kristau <<a href="mailto:kristau@gmail.com">kristau@gmail.com</a>> wrote:<br>
> Bash or some other shell?<br>
><br>
> For Bash, you could work through the Advanced Bash Scripting Guide on<br>
> your own for no cost at all. First result on Google with the terms<br>
> "advanced bash-scripting guide pdf"<br>
><br>
> --<br>
> Tired programmer<br>
> Coding late into the night<br>
> The core dump follows<br>
_______________________________________________<br>
Cialug mailing list<br>
<a href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br>
<a href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br>
</div></div></blockquote></div><br>