Skip to:
Content
Pages
Categories
Search
Top
Bottom
  • psivait posted an update 12 years, 11 months ago

    @aliciagh Hi Aliciagh. Your plugin Multisite global search looks great! I want it installed to my website. I also got similar errors that are being displayed by many members. When I try to execute this, “grant create view on wordpress_db.* to ’username’@’localhost’;” I got an error saying access denied to the user on database! But I am sure on…[Read more]

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

    @aliciagh

    Already check user privileges on DB and find “create” and “drop” are allowed, however I did not find how to assign “create views” privileges.

    Where / how to do this ?

    Regards,

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

    @aliciagh

    Im not an expert, can you guide me on how to do this ? MSQL 5.0.1 ready.

    Regards,

  • laloma posted an update in the group Multisite Global Search: 13 years, 3 months ago

    @aliciagh

    Im not an expert, can you guide me on how to do this ? MSQL 5.0.1 ready.

    Regards,

  • laloma posted an update in the group Multisite Global Search: 13 years, 3 months ago

    @aliciagh

    WP 3.0.4, BP 1.2.7 and MGS 1.2.4

    After installing and network activating, error arrived:

    Error creating search views in the database. Deactivate Multisite Global Search and check you have create views privilege in your WordPress database.
    CREATE VIEW command denied to user ‘user’@’localhost’ for table ‘wp_v_posts’

    How to fix this ?

    Regards,

    • 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.

    • 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,

    • 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.

  • Bowe posted an update 13 years, 7 months ago

    @aliciagh thanks for making the global search plugin, great job!

Skip to toolbar