[ic] 4.7.1 MYSQL problem

Jon Jensen jon@akopia.com
Tue, 24 Apr 2001 00:29:04 -0500 (CDT)


On Mon, 23 Apr 2001, DB wrote:

> 4.7.1 using 'foundation' and MYSQL *almost* works. MOST of the tables
> get created except for one. The error log says:
> 
> --------------------
> table 'options' failed: connect failed (create) -- Access denied for
> user: 'mandd@localhost' (Using password: NO)
> --------------------
> 
> Now why would the creation fail for only one of the tables while all
> others get created properly?
> Bug? Any ideas?

The SQLUSER and SQLPASS variables hadn't been set in the
dbconf/options.mysql file -- it's a new table in 4.7 and that was
overlooked. It's fixed in CVS. Thanks for reporting that.

Jon