Create table

When performing the pre-flight checks for your restore, we tried to run the following SQL query and it seems to have failed:

CREATE TABLE IF NOT EXISTS `vp_test` ( `id` int(1) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

What does this mean?

We weren’t able to create a table in your database.

How can I fix this?

Make sure that your WordPress database user has permissions to CREATE tables for your WordPress database.

You can find your user and database in your wp-config.php file:

wp-config-databse-settings