You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running into the same issue from the CLI mysql client on Debian. I installed mariadb-client and could then connect.
Now I'm running into the same problem (I guess) with the mysql2 gem, although I built it with gem install mysql2 -- --with-mysql-config=/usr/bin/mariadb_config.
I don't usually work with Ruby so maybe I missed an installation step? Something like a cache removal or a rebuild?
The text was updated successfully, but these errors were encountered:
I don't think this has any problem with the Ruby or gem side of things, but rather that the client library and the server are not compatible in some unexpected way. MySQL protocol has been stable for a long time.
What versions of MariaDB client and server and connector/c do you have installed?
@sodabrew It wasn't a MariaDB server after all. I could connect with MariaDB client because of it handling older MySQL versions better than the MySQL client.
I was running into the same issue from the CLI
mysql
client on Debian. I installedmariadb-client
and could then connect.Now I'm running into the same problem (I guess) with the
mysql2
gem, although I built it withgem install mysql2 -- --with-mysql-config=/usr/bin/mariadb_config
.I don't usually work with Ruby so maybe I missed an installation step? Something like a cache removal or a rebuild?
The text was updated successfully, but these errors were encountered: