Skip to:
Content
Pages
Categories
Search
Top
Bottom
  • aliciagh posted a new activity comment 13 years, 3 months ago

    First, you need upgrade MySQL to version 5.0.1. Request to the admin of your server for grant “create view” privilege on your WordPress database.

  • aliciagh posted a new activity comment 13 years, 3 months ago

    Execute this sql sentence:

    grant create view on your_wordpress_database.* to ‘your_user’@’localhost’;

    Thanks for use my plugin 🙂

    • Already run sql sentence on MySQL 5.0.91, receiving error messages: #1044 – Access denied for user ‘user’@’localhost’ to database ‘databasename’

      Thanks for your help.

      Regards,

  • aliciagh posted a new activity comment 13 years, 3 months ago

    The database user defined in wp_config.php have to have the “create view” privilege and the “drop” privilege. I’m talking about MySQL privileges.

    Create view and drop view were added int MySQL 5.0.1 so the plugin requires MySQL 5.0.1 or greater.

Skip to toolbar