Re: Maximum Password length?

2001-03-01 Thread Basil Hussain
Hi, My apologies if this is an easy question. I've looked at the docs in the privilege section and haven't found a mention of the max length of password for MySQL. I want to set a fairly long one for each of my web servers that will be hitting my database server. Incase it is important, I'm

Re: Maximum Password length?

2001-02-28 Thread Atle Veka
From the 'user' table in the 'mysql' database: mysql describe user; +-+---+--+-+-+---+ | Field | Type | Null | Key | Default | Extra | +-+---+--+-+-+---+ | Host|