[ic] Configuration - MySQL login fails during install

Steve steve@itcom.net
Mon, 21 Aug 2000 14:37:16 -0400


Hi,

I got Interchange 4.5.5 on a Mandrake 7.1, Perl 5.005, MySQL 3.22.23.
It's installed under a user other than nobody, and during the creation of the
mysql file it cannot login. I've tried a normal user and root with the name
and password but never been able to create the sql file. 

Though if I do it manually sql runs fine.

I go to my install dir /usr/local/minivend and run bin/makecat.
During the configuration I use defaults. This is what I got:

 "Found system commands to run.
 
 "Since you selected the MySQL option, you need to create
 a database named "test_barry". In a default MySQL
 configuration, any user may create and drop and modify
 test_* databases, but some administrators disable this.
 
 "run "mysqladmin create test_barry"? ....[y] 
 mysqladmin: connect to server at 'localhost' failed
 error: 'Access denied for user: 'root@localhost' (Using password: NO)'
 
 "Command returned error code 1: No such file or directory
 done.                                                       

I'm out of ideas now. Does anyone know what's going wrong?

Steve