martinperreault: If you have access to the MysQL command line:
GRANT ALL on mywordpressdatabase.* to 'thewordpressuser'@'localhost';
That should give the username for your wp site sufficient permissions to manage the database.
martinperreault: If you have access to the MysQL command line:
GRANT ALL on mywordpressdatabase.* to 'thewordpressuser'@'localhost';
That should give the username for your wp site sufficient permissions to manage the database.