If I had to guess, the user you are using does not have permissions to request the database schema from the MySql database.
Prism fetches a list of tables from INFORMATION_SCHEMA. If the user you are logging in with does not have permission to request this schema, you will get this error.
You need to make sure your use has permission to query schema tables in your database.