aces / Loris-MRI

The set of scripts that preprocess and insert MRI data into the database.
10 stars 50 forks source link

WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version. #1095

Closed cmadjar closed 2 months ago

cmadjar commented 3 months ago

When running any perl script connecting to the database, the following warning appears:

WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version.
cmadjar commented 2 months ago

This was due to an old version of DBD:mysql being used in our testing environment. In order to update DBD::mysql, simply run:

sudo cpan install DBD::mysql