[mythtv-users] MSQL statement - find all references

Greg Estabrooks greg at phaze.org
Mon Feb 12 22:21:49 UTC 2007


> does anyone have the SQL statement for that?
> 
> I tried (SELECT * FROM mythconverg LIKE '%mythtv%') without success?


 mysqldump -uroot -pPASSWORD mythconverg > dbdump.sql
 grep mythtv dbdump.sql




More information about the mythtv-users mailing list