Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I've released mysql gem version 2.9.0 with both <code>ruby</code> and <code>x86-mingw32</code> pre-compiled binaries.</p> <p>If you let RubyGems determine the right platform, it will automatically install <code>x86-mingw32</code> platform gem for you, which will avoid the compilation process.</p> <p>Once installed, it will show you a set of instructions indicating you to download MySQL Connector/C and placing it's DLLs in the right place:</p> <pre><code>C:\Users\Luis&gt;gem install mysql Fetching: mysql-2.9.0-x86-mingw32.gem (100%) ====================================================================================================== You've installed the binary version of mysql. It was built using MySQL Connector/C version 6.0.2. It's recommended to use the exact same version to avoid potential issues. At the time of building this gem, the necessary DLL files where available in the following URL: http://dev.mysql.com/get/Downloads/Connector-C/mysql-connector-c-noinstall-6.0.2-win32.zip/from/pick You can put the lib\libmysql.dll available in this package to your Ruby bin directory. E.g. C:\Ruby\bin ====================================================================================================== Successfully installed mysql-2.9.0-x86-mingw32 1 gem installed </code></pre> <p>There is no need to download or install MySQL if you only need to connect to an already running version of MySQL.</p> <p>Both RubyGems and Bundler will automatically detect the right platform and install the right pre-compiled binaries without the need to compile them on your own.</p> <p>If you're behind a proxy, use <code>--http-proxy</code> parameter of <code>gem install</code> (see help) or set <code>HTTP_PROXY</code> environment variable.</p> <p>Hope that helps.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload