Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

    SELCT table_rows
Should be,

    SELECT table_rows


Thanks, fixed


The chown statement in the article uses a period instead of a colon.

Should it be "chown -R mysql:mysql" ?


The period works with GNU coreutils chown (e.g. on Linux), but not other versions.


I think it whines that it's deprecated though.


Yes, it's a good habit to get into because . is allowed in user and group names whereas : can't be; it's the field separator in /etc/{passwd,group}.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: