On Monday, October 08, 2012 at 04:50 EDT,
This is a pretty old guide (covering Gerrit 2.1.6). Do you feel the
installation guide in the official Gerrit documentation is lacking?
> CREATE USER 'git'@'localhost' IDENTIFIED BY 'git';
The IDENTIFIED BY part is supposed to be a password, so I hope you're
not actually using "git" as the password.
[...]
> fatal: caused by java.net.ConnectException: Connection refused
Gerrit can't connect to MySQL. This could be because MySQL isn't
running, or that it isn't running on the network interface and/or port
you expect it to, or that a firewall is blocking the connection. If
you've configured Gerrit to use the MySQL server at localhost, I think
the client library will actually attempt to connect to the Unix socket
rather than make a TCP/IP connection.
Without details about how you've configured Gerrit it's hard to make
any specific suggestions.
--
Magnus Bäck
ba...@google.com