1 2 3 4 5 6
#!/bin/bash mysql mythconverg <<EOF delete from videotypes where extension='php'; insert into videotypes(extension,f_ignore) values('php','1'); EOF