mysql - How to resolve issue with PHP5.6 error on Ubuntu 16.10 - Ask Ubuntu
i have upgraded 16.10 16.04. have php5.6 installed , have tried run command in terminal throwing following error:
$ drush cc php fatal error: uncaught error: undefined class constant 'mysql_attr_use_buffered_query'
when search online how resolve keep finding results tell me enable things php5-mysql extension. have these extensions enabled.
does know how can debug , resolve it?
though running php5.6 turns out still needed install php 7.0 mysql extension.
$ sudo apt-get install php7.0-mysql
now seems working fine.
Comments
Post a Comment