Menu

Wednesday, December 15, 2010

Error while installing mysql in command line (behind a proxy)

You'll encounter this error while enter "gem install mysql" command if your proxy requires authentication (you behind a proxy), so you need to include your proxy server into the command "gem install --http-proxy http://USERNAME:PASS@HOST:PORT mysql".

OR For installing another gem : "gem install --http-proxy http://USERNAME:PASS@HOST:PORT gem_name"

No comments:

Post a Comment