Question
is it safe to delete/alter some table in information_schema? or is there anyway to alter them or safe to delete them all
i am trying to to install a component and it says that a particular table of that component exists in mysql..i am done with (drop if table exists; flush tables; and create tables; both in phpmyadmin and ubuntu terminal command)
- tables - name of the component’s table that exist
but failed to do so…when im trying to search where the component table exists it points to information_schema (which is hard to edit because the table is like an imaginary table) no command can be done.
anyone knows how to delete/edit/alter an existing table in information_schema (??)
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×