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…
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