The turing.sql file will create the URLs and words tables in MySQL

Be sure to grant select access to the database to the username in the
tt-config.php file:

mysql> grant select on <dbname>.tt_* to web@localhost identified by 'readonly';

