oui
until you need more than one database, use just one
if you are implementing different scripts like content management, e-commerce, etc., and they come with their own tables, then that might be a good reason to segregate the tables into different databases
size alone is not usually a good reason to have more than one database, because more than one introduces further complexities (e.g. single site signon)