Coder Social home page Coder Social logo

Comments (4)

tsteur avatar tsteur commented on August 29, 2024

I can see how the FAQ might not be 100% relevant. I guess I linked to it because it shows how to grant permission GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, INDEX, DROP, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES ON matomo_db_name_here.* TO 'matomo'@'localhost'; but it's not clear. I will create a new FAQ and update the link.

Looking at the missing permissions it seems like the permissions could not be detected and it may be actually all fine. I will update the system check to not issue an error in that case.

Any chance you could execute in your database using the same DB user as WordPress uses this query and let us know the output?

SHOW GRANTS

from matomo-for-wordpress.

diegoaa avatar diegoaa commented on August 29, 2024

mysql> SHOW GRANTS;
+--------------------------------------------------------------------+
| Grants for wpuserXXXXX@localhost |
+--------------------------------------------------------------------+
| GRANT USAGE ON * . * TO 'wpuserXXXXX'@'localhost' |
| GRANT ALL PRIVILEGES ON wpYYYYYYY.* TO 'wpuserXXXXX'@'localhost' |
+--------------------------------------------------------------------+
2 rows in set (0.00 sec)

from matomo-for-wordpress.

tsteur avatar tsteur commented on August 29, 2024

Awesome, thank you very much!

from matomo-for-wordpress.

tsteur avatar tsteur commented on August 29, 2024

fixed the issue in f576bbd

Thanks for your help

from matomo-for-wordpress.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.