150814 9:09:14 [ERROR] Native table \'performance_schema\'.\'events_waits_current\' has the wrong structure 150814 9:09:14 [ERROR] Native table \'performance_schema\'.
If you're running MySQL on your local device, you need to upgrade your mysql and then restart:
Upgrade:
$ mysql_upgrade -u root
Restart:
$ mysql.server restart