[mythtv-users] Avenard repo upgraded to 0.22 Database Schema upgrade failed
Michael T. Dean
mtdean at thirdcontact.com
Wed Oct 21 23:06:45 UTC 2009
On 10/21/2009 07:03 PM, Michael T. Dean wrote:
> d'oh... missing \
>
> mysql -umythtv -p mythconverg \
> -e "DROP TABLE IF EXISTS bad_people; "\
> "DROP TABLE IF EXISTS bad_credits; "\
> "DROP TABLE IF EXISTS bad_recordedcredits;"
>
> (and it seems my client may be putting end of line spaces on there
> which would break it).
Guess I should have just done:
cat << "EOF" | mysql -umythtv -p mythconverg
DROP TABLE IF EXISTS bad_people;
DROP TABLE IF EXISTS bad_credits;
DROP TABLE IF EXISTS bad_recordedcredits;
EOF
Mike (sorry for the re-re-post)
More information about the mythtv-users
mailing list