mysql2
mysql2 copied to clipboard
A modern, simple and very fast Mysql library for Ruby - binding to libmysql
MySQL server details: - Server version: 8.0.28-0ubuntu0.20.04.3 - (Ubuntu) - Protocol version: 10 App instance details: ``` # cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 10 (buster)" NAME="Debian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster...
Can you add support for the UUID data type? (Even MariaDB supports it now.)
Hi. I am using a recent Alpine (v3.18), a recent Rails (7.0.7.2). A recent mariadb-dev version (10.11.5-r0). When I try to update to Ruby 3.2.2, I get "pluggable authentication is...
Hello. I am trying to install mysql2 on my macOS M1 pro (ventura 13.3.1) using the below command: ``` gem install mysql2 -v '0.5.5' -- --with-mysql-config=$(brew --prefix mysql)/bin/mysql_config --with-ldflags="-L$(brew --prefix...
to avoid leaking credentials in exceptions via #inspect Closes #1049
Hey there, question for the maintainers. I recently used the Mysql2::Client class to fetch some results from my app's database, and I discovered that the database password is displayed in...
1) Installed fresh Mysql 8.1 on Debian 11 2) Project - Ruby on Rails 6.1 with Ruby 2.6.5 on MacOS 10.15.7 when run: ``` rake db:migrate ``` or ``` rake...
I need help with this problem, I can't start my server because of this error, samplog_init mysql.so: undefined symbol: samplog_Init
Trying to install it on Win10 machine. With synthax: gem install mysql2 --platform=ruby -- '--with-openssl-lib="C:\Program Files\OpenSSL-Win64\lib\" --with-mysql-lib="C:\Ruby30-x64\mysql-8.0.32-winx64\lib" --with- mysql-include="C:\Ruby30-x64\mysql-8.0.32-winx64\include" --with-mysql-dir="C:\Ruby30-x64\mysql-8.0.32-winx64" --with-openssl-dir="C:\Program Files\OpenSSL-Win64"' I get: Temporarily enhancing PATH for MSYS/MINGW... Installing...
https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/ We'll need to switch to running MySQL in Docker to restore 5.7 test coverage. (Maybe be simpler than doing package installs, anyway?)