mysql2 icon indicating copy to clipboard operation
mysql2 copied to clipboard

A modern, simple and very fast Mysql library for Ruby - binding to libmysql

Results 153 mysql2 issues
Sort by recently updated
recently updated
newest added

I am trying to install Ruby on Rails in Mac Pro M3 , MySQL 8.0.3, ruby 2.5.3, rails, 5.1.4. I tried almost all solutions, but didn't work It gives the...

``` Fetching gem metadata from https://rubygems.org/....... Installing mysql2 0.5.5 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /Users/mkrsvsky/.rvm/gems/ruby-3.2.2@tidyclub/gems/mysql2-0.5.5/ext/mysql2 /Users/mkrsvsky/.rvm/rubies/ruby-3.2.2/bin/ruby extconf.rb --with-ldflags\=-L/opt/homebrew/opt/[email protected]/lib checking for rb_absint_size()... yes...

Since OpenSSL 3.2, setting CA:TRUE seems to be required, otherwise we will get an error when trying to use CA file without the field. Example of such error using the...

Hi everyone, I'm currently working on a legacy Rails project with the following specifications: Rails version: 3.2.22.5 MySQL version: 5.7 mysql2 gem version: 0.3.19 As some of you may be...

I'm using ruby 3.1.0p0 (2021-12-25 revision fb4df44d16) [x86_64-linux] (installed with RVM) on Ubuntu 24.04 and I get this error when trying to install mysql2 : ``` bundle install Fetching gem...

i just started working on a project it has `rails 3.2.22.5` and using `mysql2 gem version 0.3.11`, i am getting the following error: `NameError: uninitialized constant Mysql2::Client::LONG_PASSWORD` how can i...

This type was added in MySQL 9.0, so ensure we can parse it here. See also: https://dev.mysql.com/doc/dev/mysql-server/latest/field__types_8h.html

In planning ahead to the near future when TruffleRuby can run C-extensions marked with `rb_ext_ractor_safe(true)` in parallel, and for when Ractors are no longer just experimental, it would be great...

## Background I use ruby version `2.6.10` on my M1 Pro Sonoma. Every time I execute `bundle install` I always stable upon this error: ```bash Gem::Ext::BuildError: ERROR: Failed to build...

Provide the ability to provide a password using a specified class, like if you want to use RDS IAM Auth