I\'ve tried multiple solutions from StackOverflow but haven\'t had any success. I\'m on Mac OSX (Sierra 10.12.3) trying to create a new database and user. From terminal I
For security reason mysql -u root wont work untill you pass -p in command so try with below way
mysql -u root -p[Enter] //enter your localhost password