I am using the Laravel Homestead (Vagrant) field (MySql Ver 14.14 Distrib. 5.7.17).
I needed SSH in Homestead and then run:
echo "[mysqld]
show_compatibility_56 = ON
performance_schema" | sudo tee -a /etc/mysql/conf.d/mysql.cnf >/dev/null
sudo service mysql restart
( Mark Reed, , vim.)
:
sudo vim /etc/mysql/conf.d/mysql.cnf
:
[mysqld]
show_compatibility_56 = ON
performance_schema
, , [mysqld] [mysql], MySql:
sudo service mysql restart