I accidentally created s54020__wsexporttest_p when I already had s54020__wsexport_test_p.
Could the one without the underscore please be dropped? Thanks.
drop database `s54020__wsexporttest_p`;
By the way, should Quarry be able to access the tools' databases when they have a _p suffix? I'm getting "Access denied for user 's52788'@'%' to database 's54020__wsexport_test_p'". Is it possible to give it access to both databases?
grant select on s52561__wsexport_p.* to 's52788'@'%'; grant select on s54020__wsexport_test_p.* to 's52788'@'%';