Error Warning in ./libraries/classes/Dbi/DbiMysqli.php#213

Username epiz_27542878

Error Message

Warning in ./libraries/classes/Dbi/DbiMysqli.php#213
mysqli_query(): (HY000/1682): Native table ‘performance_schema’.‘session_variables’ has the wrong structure

Other Information

i get this error on the PHPMYADMIN and when tring to use the SQL with my site it’s not working…
(Cant INSERT new data to the database…)
it’s on every SQL table i have…

I just tried inserting a row into one of the tables on your site and it worked without any problems. Do you still experience this problem?

2 Likes

well… now it’s working i found some problem in my code (any upgrade to the SQL or somethingin the last days?)

but after fixing the problem i still got this error(only at phpMyAdmin, at the site it worked with no problem):
Warning in ./libraries/classes/Dbi/DbiMysqli.php#213
mysqli_query(): (HY000/1682): Native table ‘performance_schema’.‘session_variables’ has the wrong structure

now everything looks ok no error… (did you reset something? that’s the solution i found in google)

i can see the SQL Server is running for 3hr so i guess you did reset the server, problem solved!
tnx :slight_smile:

I checked phpMyAdmin before you post and didn’t see any error like that. Which action on which table causes this error for you?

Some maintenance was being done on database servers. This was/is likely a consequence of that.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.