Hello. This is known bug that has been fixed in the upcoming release.
In the mean time you can work around it by switching to the mysqlnd php module, rather than the mysql php module. In ubuntu this would be:
sudo apt-get remove php5-mysql
sudo apt-get install php5-mysqlnd
Then restart Apache (or PHP FPM and Nginx if that's your thing.)