At 21:01 -0700 6/9/03, CM Miller wrote:
Hello.
Been lurkin' on the list for awhile, I have the summer
off, got Paul's book MySQL next to me, so I'm gonna
hunker down and learn mysql on RH 8.0.
Anyway, I'm learning about logging in. I saw the
thread about user mysql and not having a password.
When
So add the user.
See the privilege section of the manual. The GRANT command.
[EMAIL PROTECTED] wrote:
I have the MySQL client installed on "workstation_2". MySQL is installed on
"server_1". When I try to login to the MySQL server using the admin client
it tries to login using username [EMAIL PR
The command is th same on just about all systems:
mysql -u username -p
You would then be prompted for the password. These are mysql username
and passwords, not os level users. Typically the user would be root,
meaning the mysql root user, not OSX root user.
MySQL has to be running too.
safe_mys