What does “stty raw -echo” do on OS X

Firstly, the dash means “disable” a setting. So this enables echoing: stty echo This disables it: stty -echo When you disable it, your typing is not echoed back to you, which is why it seems as if the terminal is hanging. Try stty -echo then type ls and press return – you will still see … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)