From 038a7627f611c80b9619edf2e72006d1cd679817 Mon Sep 17 00:00:00 2001 From: chapmajs Date: Fri, 6 Dec 2013 17:23:31 -0500 Subject: [PATCH] Update README.md activerecord-jdbc-adapter dies on versions < 5.0 --- jdbc-mysql/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jdbc-mysql/README.md b/jdbc-mysql/README.md index a20e252c7..bd3c6e567 100644 --- a/jdbc-mysql/README.md +++ b/jdbc-mysql/README.md @@ -3,7 +3,8 @@ MySQL Connector/J is the official JDBC driver for MySQL. It is a native Java driver that converts JDBC (Java Database Connectivity) -calls into the network protocol used by the MySQL database. +calls into the network protocol used by the MySQL database. You will need +to have version **>= 5.0** installed. For more information see http://dev.mysql.com/usingmysql/java/