Few question on database

Hi,
I have few questions to ask regarding database.How to find the current mysql queries running on my server and how can I list all the database in my mysql server ?Any help is greatly appreciated.
Thanks in advance.

SHOW PROCESSLIST and SHOW DATABASES, respectively