Bobcares

Access to system table ‘mysql.innodb_index_stats’ is rejected | Solution Revealed

by | Oct 24, 2022

Thinking of a solution to fix the issue, “Access to system table ‘mysql.innodb_index_stats’ is rejected”? With our MySQL Support Services, bobcares assist you with the solution.

Access to system table ‘mysql.innodb_index_stats’ is rejected. Why?

The mysql.innodb_index_stats table, which has many rows for each index, contains information about specific InnoDB Persistent Statistics. We can manually change this table and the associated mysql.innodb_table_stats. However, sometimes, as in the case when restoring the older DB into a Fresh installation, we may see the below error:

access to system table 'mysql.innodb_index_stats' is rejected

Use-case And Fixes

This section will show some of the use cases and solutions to fix the issue.

Use-case 1

The user was trying to move the web server AMPPS to the latest version. It comes with Mysql 8.0 by default. The user faced the below issue:

"ERROR 3554 (HY000) at line 33128"

Fix

1. Firstly, copy the entire AMPPS folder to another Mac.

2. Chown the folder on the new Mac using the below code:

sudo chown -R $(whoami):admin /Applications/AMPPS

3. Then access the AMPPS. Then run the below code to export the database:

/Application/AMPPS/mysql/bin/mysqldump -u root -p --all-databases > database.sql

4. Move the database. Then run the below code on the terminal:

/Applications/Ampps/mysql/bin/mysql -u root -p --force < new-database.sql

Here, the “–force” allows the issues like this to be ignored.

Use-case 2

The user changed to the latest version of MySQL from the existing version MySQL is 5.7.23. Then dumped the entire DB into a file. However, when restoring the 5.7.23 DB to a new MySQL 8.0.12 installation, the below issue appears:

"ERROR 3554 (HY000) at line 15915"

Fix

Here, the user dumped the mysql.innodb_index_stats and was not able to restore that expected table. So we advise making a dump of the DB only, not the MySQL DB with system tables. The code would look like this:

mysqldump -u USERNAME -pPASSWORD --ignore-table=mysql.innodb_index_stats all-databases > database-backup.db

--ignore-table=db_name.tbl_name

Use-case 3

The user saw the below error while importing a .sql file.

"ERROR 3554 (HY000) at line 318"

Fix

The solution was the same as above. We request to make a new dump/backup of the old DB. Then we also asked to remove those InnoDB tables from the target. We can do this by using the –ignore-table parameter on the command line:

mysqldump -u root -p --all-databases --ignore-table=mysql.innodb_index_stats --ignore-table=mysql.innodb_table_stats > dump.sql

Then restore the backup on the new database using the code below:

mysql -u root -p < dump.sql

[Looking for a solution to another query? We are just a click away.]

Conclusion

To summarize, we have provided three use cases of the error and the available fixes for each case briefly in this article.

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Never again lose customers to poor
server speed! Let us help you.

Privacy Preference Center

Necessary

Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.

PHPSESSID - Preserves user session state across page requests.

gdpr[consent_types] - Used to store user consents.

gdpr[allowed_cookies] - Used to store user allowed cookies.

PHPSESSID, gdpr[consent_types], gdpr[allowed_cookies]
PHPSESSID
WHMCSpKDlPzh2chML

Statistics

Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.

_ga - Preserves user session state across page requests.

_gat - Used by Google Analytics to throttle request rate

_gid - Registers a unique ID that is used to generate statistical data on how you use the website.

smartlookCookie - Used to collect user device and location information of the site visitors to improve the websites User Experience.

_ga, _gat, _gid
_ga, _gat, _gid
smartlookCookie
_clck, _clsk, CLID, ANONCHK, MR, MUID, SM

Marketing

Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.

IDE - Used by Google DoubleClick to register and report the website user's actions after viewing or clicking one of the advertiser's ads with the purpose of measuring the efficacy of an ad and to present targeted ads to the user.

test_cookie - Used to check if the user's browser supports cookies.

1P_JAR - Google cookie. These cookies are used to collect website statistics and track conversion rates.

NID - Registers a unique ID that identifies a returning user's device. The ID is used for serving ads that are most relevant to the user.

DV - Google ad personalisation

_reb2bgeo - The visitor's geographical location

_reb2bloaded - Whether or not the script loaded for the visitor

_reb2bref - The referring URL for the visit

_reb2bsessionID - The visitor's RB2B session ID

_reb2buid - The visitor's RB2B user ID

IDE, test_cookie, 1P_JAR, NID, DV, NID
IDE, test_cookie
1P_JAR, NID, DV
NID
hblid
_reb2bgeo, _reb2bloaded, _reb2bref, _reb2bsessionID, _reb2buid

Security

These are essential site cookies, used by the google reCAPTCHA. These cookies use an unique identifier to verify if a visitor is human or a bot.

SID, APISID, HSID, NID, PREF
SID, APISID, HSID, NID, PREF