mysqldump to sql file creates new tables starting with pma__

I just used mysqldump, created a new database, edited the sql file to point to that database and brought the sql file in. I noticed a number of new tables not in the original database starting with pma__

I run mariaDB10 on a Synology NAS and phpAdmin.

Thanks Don

Answer Answered by Daniel Black in this comment.

phpAdmin creates its own pma tables for its state that it hides from you. But mysqldump sees all.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.