sp.sql contains the SP samples. To insert the SPs into the mylibrary
database, process the following command. (mylibrary must already
exist.)

  > mysql -u root -p mylibrary --default-character-set=latin1 < sp.sql
  Enter password: xxxxx

(c) 2005 Michael Kofler
