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 I do the following for logging into a host, it does not prompt me for a password.
[EMAIL PROTECTED] root]# mysql -h phoenix Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 60 to server version: 3.23.56
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>
How can I set it so that it forces a person to enter a password, if they type this in?
I believe you want to read pp 582-588, and probably pp 691-695. :-)
-- Paul DuBois, Senior Technical Writer Madison, Wisconsin, USA MySQL AB, www.mysql.com
Are you MySQL certified? http://www.mysql.com/certification/
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]