I needed to give all students read access to a demo database and did so with:
mysql> GRANT SELECT ON gameofthrones.* TO ”@localhost;
Query OK, 0 rows affected (0.00 sec)
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.01 sec)
Red Branch | For Future Reference …