I am trying to set up a username, host, and password for my mysql table. The problem I am encountering is that when I type the following under the mysql command line whlie using the table mysql:
insert into user (host, user, password) values ('localhost', 'usernamehere', password('passwordhere');
and hit Enter, I get error 1064 (I don't know what that means) and it says that it is on line 1.
I am SOOOO new to this, so please help me out. What did I do wrong?