On 7/18/05, Michael Stassen <[EMAIL PROTECTED]> wrote: > > Hmmm... In that case, I have more questions. Log in as root and run > > SHOW VARIABLES LIKE '%pass%'; > DESC user password; > > and post the results. > > Also, was this a brand new installation, or an upgrade? If an upgrade, from > what version? >
This is a brand new installation, following a clean install of my OS. Here are the commands you requested: mysql> SHOW VARIABLES LIKE '%pass%'; +---------------+-------+ | Variable_name | Value | +---------------+-------+ | old_passwords | OFF | +---------------+-------+ 1 row in set (0.03 sec) mysql> DESC user password; +----------+-------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------+-------------+------+-----+---------+-------+ | Password | varchar(16) | | | | | +----------+-------------+------+-----+---------+-------+ 1 row in set (0.00 sec) -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]