Hello When I create a database via terminal like this "mysql -u root -p -e "CREATE DATABASE test;" it is not picked up by adminer on reloading (can't see it in the list of databases). If i log out and log in again it appears. Why is that and is there anything i can do about it? Best Markus