This also concerns "performance_schema". However, you can simply exclude them using the BM_MYSQL_DBEXCLUDE configuration variable.
# Specify DBs to exclude here (separated by space) export BM_MYSQL_DBEXCLUDE="information_schema performance_schema" Regards, -- Pierre Réveillon

