When I run this command
SHOW DATABASES
I get the following error
ERROR 1146 (42S02): Table 'information_schema./tmp/#sql_2569_0' doesn't exist
Any thoughts or ideas? I’ve tried rerunning the mysql-db-install scripts but no luck.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I had compiled the InnoDB storage engine statically and disabled the HEAP storage engine. The information_schema table is an in-memory table and therefore requires the HEAP storage engine.