Database Security. Database Auditing. Database Caching. Database Masking. Get it now

Wordpress install is failed with GreenSQL

in

I can't install latest WordPress with GreenSQL.

GreenSQL and WordPress logs are here: http://www.letolt.lacyc3.eu/?path=./logs/greensql_2k081108/

Comments

Hi The wp.log shows that

Hi

The wp.log shows that that wp_options table does not exists. The greensql.log does not shows any blocked commands.

I advise you to temporary disable blocking of creating/changing DB structure and then to try to install the application.

You can do it as followed (from greensql-console):
1. Databases - > Choose Wordpress_db_name -> Change database settings
2. Set to allow for "Change DB Structure"
3. Set to allow for "Create tables/indices"
4. Click on submit.

Note: If you still didn't added your db name to greensql you can do it in the "Databases" menu.

Then wait few seconds for the changes take affect and try to reinstall your wordpress application.

Thanks,
Yuli

Thanks, it works with this

Thanks, it works with this settings :)

Don't forget to disable

Don't forget to disable these settings afterwords ;)

Back to top