[mythtv-users] My MySql hell :-)

Peter Abplanalp pta-myth at psaconsultants.com
Mon Mar 12 17:44:10 UTC 2007



> I assume I use: 
> sudo rm /var/lib/mysql/mysql/ 
> to delete that directory? 

not quite: 'sudo rm -rf /var/lib/mysql' 

the -f tells rm not to ask questions when it deletes. you could do without this one but then rm is gonna ask you if you're sure you want to delete everything. 

the -r tells rm that you want a recursive removal. 

as i said earlier, have a care when using these 2 flags, especially when using wildcards. you can delete more than you mean to. 
-- 
Peter Abplanalp 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20070312/e46e7046/attachment.htm 


More information about the mythtv-users mailing list