'access is denied'
that's it- that's all...I'm not paraphrasing.
If I'm supposed to use a password, then what password?
The manual's tutorial gives this:
shell> mysql -h host -u user -p
Enter password: ********
so I've typed stuff like
shell> mysql -localhost -administrator
on the command line, and I always get 'access denied'
I'm not stupid and I want to learn this stuff, but how do I take the first step of accessing the server?
Maybe it's just my syntax, I just don't know....if I could just get some plain english instructions.
To a command line novice 'shell> mysql -h host -u user -p
Enter password: ********
is befuddling.
The fact that I get 'access denied' tells me I am at least knocking on a door and need to type the correct command.