Skip to content

Instantly share code, notes, and snippets.

@hamaguchi
Last active August 29, 2015 14:17
Show Gist options
  • Save hamaguchi/73d3c94a165ec856ea3d to your computer and use it in GitHub Desktop.
Save hamaguchi/73d3c94a165ec856ea3d to your computer and use it in GitHub Desktop.
Ubuntu14.04TLSで、MySQL 5.5から5.6(Oracle版)にアップデートしたら、FuelPHPでエラーが出た時の対処法 ref: http://qiita.com/makoto1899/items/607daf2e266d39e413b0
Fuel\Core\Database_Exception [ Warning ]:
mysqli::mysqli(): Headers and client library minor version mismatch. Headers:50540 Library:50622
/etc/php5/apache2/conf.d
/etc/php5/mods-available
#extension=mysql.so
service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment