GRANT SELECT ON webwork.* TO webworkRead@localhost IDENTIFIED BY 'password';
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, ALTER, DROP ON webwork.* TO webworkWrite@localhost IDENTIFIED BY 'password';
But the problem still persist.
Warning messages
DBD::mysql::st execute failed: Can't open file: 'MTH2003_PS13S_S07_problem_user.MYI' (errno: 145) at /usr/local/webwork2/lib/WeBWorK/DB/Schema/SQL.pm line 263.
Error messages
DBD::mysql::st execute failed: Can't open file: 'MTH2003_PS13S_S07_problem_user.MYI' (errno: 145) at /usr/local/webwork2/lib/WeBWorK/DB/Schema/SQL.pm line 263.
Call stack
The information below can help locate the source of the problem.
in WeBWorK::DB::Schema::SQL::getAll called at line 1694 of /usr/local/webwork2/lib/WeBWorK/DB.pm
in WeBWorK::DB::getAllUserProblems called at line 353 of /usr/local/webwork2/lib/WeBWorK/ContentGenerator/Instructor/StudentProgress.pm
in WeBWorK::ContentGenerator::Instructor::StudentProgress::displaySets called at line 164 of /usr/local/webwork2/lib/WeBWorK/ContentGenerator/Instructor/StudentProgress.pm
in WeBWorK::ContentGenerator::Instructor::StudentProgress::body called at line 152 of /usr/local/webwork2/lib/WeBWorK/Template.pm
in WeBWorK::Template::template called at line 412 of /usr/local/webwork2/lib/WeBWorK/ContentGenerator.pm
in WeBWorK::ContentGenerator::content called at line 164 of /usr/local/webwork2/lib/WeBWorK/ContentGenerator.pm
in WeBWorK::ContentGenerator::go called at line 279 of /usr/local/webwork2/lib/WeBWorK.pm