The purpose of life is not to win. The purpose of life is to grow and to share. When you come to look back on all that you have done in life, you will get more satisfaction from the pleasure you have brought into other people's lives than you will from the times that you outdid and defeated them.

Installing MySQL with Ruby Gem

Most of the official guides would recommend to install MqSQL database as
$gem install mysql

This won't work for sure in Windows platform. First setup your proxy. To know more please visit Rails Sucks. And finally after proxy setting setup issue the below command.

$gem install mysql -- --with-mysql-lib=/usr/local/mysql/lib