-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error checking Histograms, you may not have the correct permissions #39
Comments
On the MariaDB side, the database user that WordPress is using requires access to read and write to the tables in the If your database user does not have access to these tables the plugin cannot do the check or apply histograms with a push button. But using the blog post in the link it provided you should be able to do it manually to all the WordPress tables in phpMyAdmin or whatever you use to access the database tables as an administrator. I hope this helps explain it better. Let me know if you need any more information on any part of it. |
Thank you. This makes much more sense.
…On Sun, 9 Jul 2023 at 5:09 pm, Andrew Hutchings ***@***.***> wrote:
On the MariaDB side, the database user that WordPress is using requires
access to read and write to the tables in the mysql database. This is
where things like privileges are kept. Specifically the mysql.column_stats,
mysql.index_stats and mysql.table_stats. This is where the histograms
data is kept when generated.
If your database user does not have access to these tables the plugin
cannot do the check or apply histograms with a push button. But using the
blog post in the link it provided you should be able to do it manually to
all the WordPress tables in phpMyAdmin or whatever you use to access the
database tables as an administrator.
I hope this helps explain it better. Let me know if you need any more
information on any part of it.
—
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADHX5DJF6NL56VRJY22QH4DXPJKI3ANCNFSM6AAAAAA2DHOC7I>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I keep getting the following error, but I’m not sure what the cause is:
“ MariaDB Histograms
Error checking Histograms, you may not have the correct permissions
To work with histograms vou will need permissions to the "mvsal.*" tables in vour database with vour actual user.
Histograms assist the MariaDB optimizer in making better decisions on how to execute a query to rerieve data. For WordPress this can mean up to a 30x performance improvement.
Read more about MariaDB Histograms.”
The error shows the I need to give the Actual User permissions to the mysql.* tables. I don’t understand what this means.
Is the actual use the Wordpress database login and what permissions are needed?
The text was updated successfully, but these errors were encountered: