On 4/27/07, RVO <[EMAIL PROTECTED]> wrote:
How do I get to these logs, then?  I really really want this to work out, but 
I'm starting to shop for alternatives at this point.  I'm very frustrated with 
something that should seemingly be very simple for a reasonably seasoned Linux 
user to figure out.

I can access MySQL by simply typing mysql at the command prompt.  There should 
be absolutely no reason why at this point I am continuing to have trouble with 
Zenoss trying to talk with MySQL.

The build log is called zenbuild.log, but let's forget about that for
now and try to fix the first problem, mysql. If you look at that line
73 of the install-functions.sh that it mentions you'll see the command
that Zenoss is trying to run.

   mysql -h ${MYSQLHOST} -u ${MYSQLROOTUSER} \
       --password="${MYSQLROOTPASSWD}"

Try running this command yourself, but replace the variables.

   # mysql -h localhost -u root -p

Does it work? If not, the error should explain why.

--
Chet Luther
[EMAIL PROTECTED]
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to