My environment - 2 x Debian Etch 4rc5, one for MySQL (db1) and one with Apache2 and Zope 2.9 (app1).
I've installed all of the necessary dependencies for MySQL on my application server including mysql-client, mysql-common, libmysqlclient15-dev, and python-mysqldb. I've configured my remote database server so that I can log in using the root and zenoss accounts by executing: mysql> grant all on *.* to 'zenoss'@'app1.domain.local' identified by 'zenoss_pass' with grant option; mysql> grant all on *.* to 'root'@'app1.domain.local' identified by 'root_pass' with grant option; After this I'm able to connect to db1 from app1 using the mysql client application. So after all of this, on the application server in zenoss-2.3.0/ I run ./install.sh and it goes for a while until it spits out this error and quits: unable to create the initial Zenoss object database The error can be found in the install-functions.sh file at line 139 (I think, somewhere around there anyways) and the command that's failing looks like it's attempting to create a database using the mysql related variables that are set up in the build-functions.sh script. When I check my database server it shows that a new database named 'events' has been created. Is there a possibility that zen is trying to populate these tables but since I ran the grant privileges query before the database was created it's unable to? Does anyone know how far along the build process that this function is run? Or better yet how to solve my problem? Thanks. -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=28421#28421 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
