Hi Gareth, gareth wrote: > > > but still left with the problem that the root user has a password, which's > what install_cluster moans about: > > Creating the OSCAR database ... > ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using > password: NO) > /opt/oscar/scripts/package_config_xmls_to_database: cannot create the OSCAR > database at /opt/oscar/scripts/package_config_xmls_to_database line 228. > > There is no root password for database on OSCAR. I think if a user sets up a root password, we need to change the codes to use the existing root password for OSCAR. I don't think we have set it up yet. BTW, if you don't care of not having a root password for now, please remove the root password and try to run the install_cluster script again.
mysql> use mysql; mysql> update user set Password='' where User='root' and Host='localhost'; mysql> flush privileges; - DongInn ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Oscar-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-users
